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:0xf456e3235f487c28810e612b279d09ca9a27e5cc|verified:true|block:23482399|tx:0xccbd435c19e1ee39128534e75629f7b08f546fd0436f4e08ab641a17cbf456fa|first_check:1759323825

Submitted on: 2025-10-01 15:03:45

Comments

Log in to comment.

No comments yet.