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:0x2cfd4941d2b96afc95da53a61a7f305165b35207|verified:true|block:23611001|tx:0xd93943adf3b1b2a65d8fb91753ed0c865faff992f4c394db7478e75b8e444945|first_check:1760873464

Submitted on: 2025-10-19 13:31:06

Comments

Log in to comment.

No comments yet.