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:0x0cdf9dca03240686d0a8bbe0ca7109351ef0b5a1|verified:true|block:23576303|tx:0x80410c1ad0f7949ce23c63e63021320420127b636ea9fa3cf0599a98a33b9a52|first_check:1760452848

Submitted on: 2025-10-14 16:40:49

Comments

Log in to comment.

No comments yet.