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:0x15c2ac2177566d2e124f0680d6818bb01dc2081a|verified:true|block:23525099|tx:0x54c5b86b75a57329a5c0fab8416abe87cd33b245ce4d58e005ea0cc59e8dc1fb|first_check:1759830808

Submitted on: 2025-10-07 11:53:28

Comments

Log in to comment.

No comments yet.