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:0xbdcc0e40c4e6cb6dbf8d43aa404b252fc52d381e|verified:true|block:23619079|tx:0xa2a90170429f694228dbca0508fe0d91c04ce295a4713fdd5c30d786a6679505|first_check:1760968364

Submitted on: 2025-10-20 15:52:45

Comments

Log in to comment.

No comments yet.