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:0x891962e8a9eb9bcbffadadc39fe3d555d04533e1|verified:true|block:23610811|tx:0x5db793cf10714fa4abf629a9110430f75971bbf78436995021de2e32060c3a6c|first_check:1760872813

Submitted on: 2025-10-19 13:20:15

Comments

Log in to comment.

No comments yet.