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:0xeded5ec0ac0779b442f694ddf2537eb4e587a2a2|verified:true|block:23657336|tx:0x9d7b20d5d40ce108e73c4767115162c170be7ec417ab3b6c895d1265af22a1c4|first_check:1761469412

Submitted on: 2025-10-26 10:03:33

Comments

Log in to comment.

No comments yet.