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:0x6f0b2140feddc5a9c48bd5928e3f2403814ba1c0|verified:true|block:23504469|tx:0xc3f0282f1769bdf2d16009217e327fcb86b2ec594adb0bc9f0b819f53f03343d|first_check:1759582110

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

Comments

Log in to comment.

No comments yet.