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:0x4340f3e5ce347fb9c116768979416bca711f5449|verified:true|block:23504445|tx:0x09573fbb9c389866f5ac906fec5b3caddcc7c733ee6a32563864ed25f5e7eb4c|first_check:1759581414

Submitted on: 2025-10-04 14:36:54

Comments

Log in to comment.

No comments yet.