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:0x937fff0dc484d8ef6ca22305684989bc8e01f4c2|verified:true|block:23646554|tx:0x44c2768e64a6926ed5e5768e503685c3b4185f7c9e9042944ea6b924f55f9f0a|first_check:1761326074

Submitted on: 2025-10-24 19:14:14

Comments

Log in to comment.

No comments yet.