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:0x541541f3c5456d149bc906bf547d436a3a76aa6b|verified:true|block:23504388|tx:0x22b368d20433f3575ace8fbe79438244fae15a94f81e3c89e919505dbd43ca67|first_check:1759584181

Submitted on: 2025-10-04 15:23:01

Comments

Log in to comment.

No comments yet.