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:0xad63c123c79c6ff689e359a46f1d7ce2c53673f8|verified:true|block:23640132|tx:0x7ec681e7236406dd4bbe67bf0569eb00b6d855f2092b8cdb0674e8bca1afa4c5|first_check:1761307401

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

Comments

Log in to comment.

No comments yet.