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:0xe0a3b9d527e0d6bfb0e56b21d6966b38e50f0738|verified:true|block:23725663|tx:0x7e2d2d2a56b6dc86833db27004d7b5fc25270fb8ffb9466e0a0000a35426b33a|first_check:1762257649

Submitted on: 2025-11-04 13:00:51

Comments

Log in to comment.

No comments yet.