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:0x79e9bc5e71d86be8b9a0586e4259103c4f71da49|verified:true|block:23558862|tx:0xf0f7d9ad48031e3dd7427915fb06c2f990895f4b965ad5de85fef6e004ddd92e|first_check:1760287567

Submitted on: 2025-10-12 18:46:10

Comments

Log in to comment.

No comments yet.