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:0x3dc04985adccaf1667bf8cbbc6c39ead0c9a69bd|verified:true|block:23639668|tx:0x61a8a8d2e4b82d1d064d7fd1a308e2dd5824dba83912f2e8077941990ae4557f|first_check:1761305837

Submitted on: 2025-10-24 13:37:20

Comments

Log in to comment.

No comments yet.