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:0x21c966f7341d2919a6a1c935b1948898dd646ba7|verified:true|block:23446343|tx:0xa9a84e393ee3e615b04c6b0c3ffe76c1a68c54b77f1bf8fe2a283b2aeaade452|first_check:1758883118

Submitted on: 2025-09-26 12:38:41

Comments

Log in to comment.

No comments yet.