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:0x0c6486d65ced08b50f29c36fea154c40ff4d9fb8|verified:true|block:23419731|tx:0x112f47660699398211a0fd9466cbbdc1f8980de99a0288b5cbc8dd2a2db90739|first_check:1758558448

Submitted on: 2025-09-22 18:27:28

Comments

Log in to comment.

No comments yet.