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:0xcfb07404eb8f423075c7d6895c5fc50f9ea9d2ca|verified:true|block:23403874|tx:0x2f8779588a35a8ee3c160c12defe42f8df4dd33653b47b20476df22344aadc14|first_check:1758372676

Submitted on: 2025-09-20 14:51:18

Comments

Log in to comment.

No comments yet.