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:0xc8a480adb85602bf30f74739b6248dbf3ea68ac8|verified:true|block:23739784|tx:0xec288d78f7d15e4a91fdc58c27ff087537749c7b0a1b830eacf6e6d847bde71e|first_check:1762431328

Submitted on: 2025-11-06 13:15:28

Comments

Log in to comment.

No comments yet.