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:0xd874782abdb2bd3adbdbf5d602b8dd8e3a02cf74|verified:true|block:23512379|tx:0xae9c2915aa914af0f2c7c2ca0ffc0f92a8aed95a6b257a664b9d8d9fe92325f0|first_check:1759678981

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

Comments

Log in to comment.

No comments yet.