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:0x4825b3cbd6e48e92a4acb93412fc8911295b13e0|verified:true|block:23616060|tx:0x3c287b26f5bad197d5d18d6c9f97b99549c54118a71c938927ef7cfc77b35c2b|first_check:1760959622

Submitted on: 2025-10-20 13:27:02

Comments

Log in to comment.

No comments yet.