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:0x42ce789463f4eb6767b0e995291e11e933a05ef0|verified:true|block:23517861|tx:0x040df65e7889dfe29a55396b8b25f08e008ea0c6cd1b461c4876fb41d4e11a02|first_check:1759747790

Submitted on: 2025-10-06 12:49:52

Comments

Log in to comment.

No comments yet.