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:0xb2e60e6f309b66ff003255f38ca7948aa087851c|verified:true|block:23503289|tx:0x22aabe572eb319120061165642e56e30362a0a8ecabe3d4f446dc6c3ae4e1ab1|first_check:1759572209

Submitted on: 2025-10-04 12:03:29

Comments

Log in to comment.

No comments yet.