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:0xb61ae6a18e7d22ccd721c123fba1852e54be6f45|verified:true|block:23517792|tx:0x8b66905217420131f4c783ec4dfd4dfdeaf338452ed9a24b56edf5d8c0ef561d|first_check:1759747703

Submitted on: 2025-10-06 12:48:21

Comments

Log in to comment.

No comments yet.