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:0x46232beb06975714429eabc02a697dfee2a3cbdf|verified:true|block:23652747|tx:0x76b05b5cdf3f43e7ee5ad1ea9ce40e9d6d157f77bdc5e85efb305378564b7e45|first_check:1761386647

Submitted on: 2025-10-25 12:04:08

Comments

Log in to comment.

No comments yet.