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:0xd68a715eb16e4b4ccca5a580beff511c34b7794c|verified:true|block:23425277|tx:0x1f9b870e8fbbd959b48ac739061230c598f5b597dd73bb90e6f5fa05fc9dc24c|first_check:1758722817

Submitted on: 2025-09-24 16:07:02

Comments

Log in to comment.

No comments yet.