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:0xf880260c3e1edccbd9bc7acd04bbb36869021470|verified:true|block:23467860|tx:0xe8d78f61667e9451e830d6063ee579b070577560726c40e4e37e02fea500391f|first_check:1759142649

Submitted on: 2025-09-29 12:44:11

Comments

Log in to comment.

No comments yet.