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:0x146cebabb4280e35f61777e7eae07ec3f496b5a8|verified:true|block:23489318|tx:0x0a7299b2490aa81180142db813987d1eab01fad83b7952aec9bd65e04941c34d|first_check:1759398659

Submitted on: 2025-10-02 11:50:59

Comments

Log in to comment.

No comments yet.