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:0x73f693292d97b2d699003a67c4215ed003110bd0|verified:true|block:23468041|tx:0x6e8a530388834a9ba9d47b8bc526f9b1e0a5af0ebabed3789dcc9e102de8e2f5|first_check:1759143358

Submitted on: 2025-09-29 12:56:00

Comments

Log in to comment.

No comments yet.