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:0xb7139237eab92270a0cb9151c8d41493a2b77be2|verified:true|block:23619930|tx:0xcb2b40690459da4b5112c4fd27703d096a84da635d17e0ce876f050aac4a18bb|first_check:1760986335

Submitted on: 2025-10-20 20:52:16

Comments

Log in to comment.

No comments yet.