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:0xa9709218219303a6136aea1c2f2aaa3010de2f08|verified:true|block:23504354|tx:0x02216beb5ac0c2d30c782e9b92916b26dbe345588ff9ee44e22890f279bfe5a9|first_check:1759580171

Submitted on: 2025-10-04 14:16:11

Comments

Log in to comment.

No comments yet.