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:0xb730d2aa5d935f0837b8c4411c30484744c50b17|verified:true|block:23518155|tx:0x1ac9d99952a53aff41010ca6405e11e21f304eaccc72c3a77132b6ff6f72e800|first_check:1759748977

Submitted on: 2025-10-06 13:09:38

Comments

Log in to comment.

No comments yet.