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:0x90630b00e129b2a7c0bc5a251a853e14a699811b|verified:true|block:23504443|tx:0xda2bee08fa93e0a6d78253c33e3f0af90435331968a3c87c64a48dbce04a6e4a|first_check:1759581413

Submitted on: 2025-10-04 14:36:53

Comments

Log in to comment.

No comments yet.