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:0x650a2d6c0a364aa6629f18d05c864d9944a9b37c|verified:true|block:23477593|tx:0x2f91a16f077697e6b583ba9e7b75e06aa941ba12aadc8b8f07ff8d6e4c4fcb9d|first_check:1759256908

Submitted on: 2025-09-30 20:28:29

Comments

Log in to comment.

No comments yet.