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:0xdd874b012c032d63e2839d6b6db009d2bc5c5414|verified:true|block:23504372|tx:0x6f3f814c0b3362ca707e8208eefeb7d472deedc1115a58fba3b85d03c1f56460|first_check:1759580387

Submitted on: 2025-10-04 14:19:46

Comments

Log in to comment.

No comments yet.