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:0x8745d0325aa9e262129f7810215c87829682efc4|verified:true|block:23524932|tx:0x5e1b0769839bbfeefca29aaf560f7678ab5c4e4e1f9dd88593e5318c96668f55|first_check:1759830380

Submitted on: 2025-10-07 11:46:20

Comments

Log in to comment.

No comments yet.