Counter

Description:

Smart contract deployed on Ethereum.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

contract Counter {
    uint16 public x = 0;

    function increaseCounter() public{
     x += 1;
    }
}

Tags:
addr:0xca143fd9f2df1fbf8e20fd2ce19de8eece7dadfe|verified:true|block:23559715|tx:0x224c983fcab236a6276c401dee4e15ed2ace5a2b24380b5dcd0f3608c4933d91|first_check:1760289483

Submitted on: 2025-10-12 19:18:03

Comments

Log in to comment.

No comments yet.