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:0x34794e1e90fe15b8cc222df7661703d84ab0e803|verified:true|block:23450041|tx:0xc5889eb228ea991c448e21ccf54424b54f4e0dddbb96639f4a7feedb7d1cdf7b|first_check:1758963344

Submitted on: 2025-09-27 10:55:45

Comments

Log in to comment.

No comments yet.