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:0x2661e8ef3bb4e411d8c0867ffd2dd0781ae9d40c|verified:true|block:23461859|tx:0x0a65350c6402acb2e67967fd915020603c3ae9ded50a346b48c9e83f4ee03070|first_check:1759067538

Submitted on: 2025-09-28 15:52:19

Comments

Log in to comment.

No comments yet.