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:0x30ab99ea1e16e38458e239b1efb33e19437789ec|verified:true|block:23511518|tx:0xd5c200448c8d1846d9210951a2c3e3adcce468559596a7d18d528fd467f39564|first_check:1759667108

Submitted on: 2025-10-05 14:25:09

Comments

Log in to comment.

No comments yet.