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:0xe9e0d0b08907a1dec7a0f16ecefb8b1d750ecd8b|verified:true|block:23524305|tx:0x3802397360fbf82c157596b4da939107f4e45a677a2f0c699be70b09c3c04ec8|first_check:1759829472

Submitted on: 2025-10-07 11:31:12

Comments

Log in to comment.

No comments yet.