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:0xff458d4a7d95bde4f259d3828ff176d8e7bf5d88|verified:true|block:23639862|tx:0xf6f482933886943764f8872bb127da4de051dc5ec17a91ae95fc5b8a070909f8|first_check:1761307373

Submitted on: 2025-10-24 14:02:56

Comments

Log in to comment.

No comments yet.