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:0x536a10e1df8bce6362b81d24f59acdbe295fa0c1|verified:true|block:23576224|tx:0x28ef28936ac6fa01827605f3f6837f010ccde211f59a5ccd4f043db7cbab0f74|first_check:1760448288

Submitted on: 2025-10-14 15:24:48

Comments

Log in to comment.

No comments yet.