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:0x96a32a2e36283e69a695b837a69a79e1ea2fac76|verified:true|block:23489554|tx:0x0bb80bca072c1c5979706d5e46b1ff8e766b3f7820ccf54bb195dd1a66e4cd3b|first_check:1759401534

Submitted on: 2025-10-02 12:38:54

Comments

Log in to comment.

No comments yet.