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:0x115af9f0d93ef8cf6e0ee8cd72a1839f2b4da9a7|verified:true|block:23611573|tx:0xd00d5ec318f6c19278596e3fdff199b518b6699a797b4741e36f209456595511|first_check:1760875581

Submitted on: 2025-10-19 14:06:22

Comments

Log in to comment.

No comments yet.