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:0xed3994e2bc83e906056aea7e5450ba39363d5f07|verified:true|block:23439253|tx:0xaf8043b0f73894c77e95383e4f37f5e05b76a9a406c5134625fbcd6986d91715|first_check:1758793721

Submitted on: 2025-09-25 11:48:41

Comments

Log in to comment.

No comments yet.