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:0x94228405d541b9bc4b851183c950e9dbcbfed9b8|verified:true|block:23646237|tx:0xa41488d33954bc02de9e231f9b812d472edaf2a45386ff16e932f5bf791c0f53|first_check:1761325964

Submitted on: 2025-10-24 19:12:44

Comments

Log in to comment.

No comments yet.