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:0x61febbaee9856282f28a634c564c7e46a6a03065|verified:true|block:23482085|tx:0xda16f782a27ce48ebe9fe8893726f0793f509134da22d2a6dc51e1ba979cac21|first_check:1759323141

Submitted on: 2025-10-01 14:52:21

Comments

Log in to comment.

No comments yet.