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:0xfbabbc3a5b23c01ca7330d10e3899debc9cdc683|verified:true|block:23504417|tx:0xfc9c2afcd08f6eaf32cfc661fc287bdf82958f862ce4cbd57074daa8b23e6f99|first_check:1759581006

Submitted on: 2025-10-04 14:30:05

Comments

Log in to comment.

No comments yet.