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:0xb21afaf08f623c1c6318b037ae35bc2e8d2e3420|verified:true|block:23437548|tx:0x64ab420c22b2042a431c6958536b31624f07bc203be772c2358f8a264c50a748|first_check:1758791845

Submitted on: 2025-09-25 11:17:26

Comments

Log in to comment.

No comments yet.