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:0xacdce6be7147b63306b00374e6291e2fdd95779d|verified:true|block:23605033|tx:0xcd6e53f232aa32e458abb89bd24625de9f8eeafd85ca7a44d719596782544a88|first_check:1760800217

Submitted on: 2025-10-18 17:10:19

Comments

Log in to comment.

No comments yet.