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:0xa5aec2c80625a002696e4db5419759250328256e|verified:true|block:23446265|tx:0x28e82474f577664dfc71c685cac59c924ee451b7ee5d00617aec426d9d3f1d18|first_check:1758879236

Submitted on: 2025-09-26 11:33:59

Comments

Log in to comment.

No comments yet.