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:0xcc64977cc97d07dabb8491d5c6fbb6da2f10356d|verified:true|block:23605518|tx:0xa4d658d70038feb4aa2544af3af3a8e112c2ede360eb3ae406b323c8d9584b29|first_check:1760802584

Submitted on: 2025-10-18 17:49:47

Comments

Log in to comment.

No comments yet.