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:0xfd4d86a198a3e9530290be582eb5d03884405ab4|verified:true|block:23433051|tx:0xbe76e4485fff964206ce538cc013361e40eb9298c36c844c35f6008f793690d9|first_check:1758736816

Submitted on: 2025-09-24 20:00:16

Comments

Log in to comment.

No comments yet.