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:0xe19c1fb8e8ca26a50a6b7cc8afb00074159072fc|verified:true|block:23504476|tx:0x9c862519338c4e5bde4ec8cd9ca168c5a0a4852a6d6b56fb78201b4eb9ba3392|first_check:1759582246

Submitted on: 2025-10-04 14:50:46

Comments

Log in to comment.

No comments yet.