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:0x3689bcf2ba805c1ff0759c543d669856d0dc605c|verified:true|block:23482046|tx:0xadc131f2ee5ce1b8c4de62859c044d6c5328eaa14a221b9b5c5f4abd83b521c0|first_check:1759323050

Submitted on: 2025-10-01 14:50:50

Comments

Log in to comment.

No comments yet.