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:0xcbc5f4f083ab012275564b1654226d692be71b57|verified:true|block:23605779|tx:0x89d227b88dcab6a4e3ecd31a87db18c5fb9f144952a1d3b822ca72f8976ece06|first_check:1760809219

Submitted on: 2025-10-18 19:40:20

Comments

Log in to comment.

No comments yet.