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:0x21ff0232acfd594a34fd2c7e1ae7b313f8943c88|verified:true|block:23610997|tx:0x4858cea3409b5d395355bde5974958cdc85346fe4a2e6b9b3b8c2457d2514b78|first_check:1760873459

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

Comments

Log in to comment.

No comments yet.