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:0x02b81c9ed4b7ed0bef5d02c195f34f434c37dd46|verified:true|block:23481804|tx:0x761f775c1a53a745e9ba0ee82a159a821d6986fdb69222bdf31a9bdb95055057|first_check:1759322585

Submitted on: 2025-10-01 14:43:05

Comments

Log in to comment.

No comments yet.