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:0x1a3d43c89946cf5487330ef6aafd1892053d55ef|verified:true|block:23475072|tx:0xfa4a6775c71cf9754aeff1b441744d7130f029e70361c70cf8fb463a8b9806d3|first_check:1759226429

Submitted on: 2025-09-30 12:00:29

Comments

Log in to comment.

No comments yet.