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:0x667813665abe39d0b81b59754dd23648a5ba0b02|verified:true|block:23475115|tx:0xee71c8f8952a719b004a92303470ff8027f7da2efadfbd481c54217735381a31|first_check:1759230548

Submitted on: 2025-09-30 13:09:09

Comments

Log in to comment.

No comments yet.