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:0xcc15269f678933867cc496811b9cc990e5558148|verified:true|block:23590602|tx:0x259fd41be5b5b0bf7f9a0aea6ff2ce156845fb7f7292c46b4ee0b18245b8c31a|first_check:1760625905

Submitted on: 2025-10-16 16:45:08

Comments

Log in to comment.

No comments yet.