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:0x602ed5dcd3370393665a8f63ef875a257eaf1659|verified:true|block:23524290|tx:0x187a670a395b4ff8784eb2c61c59e13cf6ef81b24668e0b15ed7ffb8fe39c4fe|first_check:1759829471

Submitted on: 2025-10-07 11:31:11

Comments

Log in to comment.

No comments yet.