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:0xde074077ce638d24af78456c2ae07c22153c95d1|verified:true|block:23525547|tx:0x0e83b4d6bf1b0b7e5d5bb9f421e57c12c16479ff558f06b12cf2508819d801ae|first_check:1759839716

Submitted on: 2025-10-07 14:21:56

Comments

Log in to comment.

No comments yet.