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:0xab0b14377d6386d51c96fb403d173ec110f400ee|verified:true|block:23396087|tx:0xed3ba79b2cc0c44e98c3059192727d7f9c341159bb6be49e0b43e04754e4620e|first_check:1758279994

Submitted on: 2025-09-19 13:06:35

Comments

Log in to comment.

No comments yet.