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:0xe88dd9795553e869a5ffe723fbb5543e5d532be5|verified:true|block:23504378|tx:0x01c8e75267fb0337f98b334d40ce30beeade464872443c7776322082468b2184|first_check:1759580461

Submitted on: 2025-10-04 14:21:00

Comments

Log in to comment.

No comments yet.