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:0xa763139873371bad36e13ff0c7ecaa4f2c8f6e76|verified:true|block:23482426|tx:0xde43340eac03bef49d4470298d75b55e2ea099f5a7ef2a7d41e45608e4cf6092|first_check:1759323898

Submitted on: 2025-10-01 15:04:58

Comments

Log in to comment.

No comments yet.