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:0x9dd27568d049c0153a3a0d7ff8394552606587a3|verified:true|block:23703993|tx:0x802b8c4033ac6478863e4fd65aa91d2fc3386e1b4e0e3e90b0cdb47b2633504a|first_check:1762000688

Submitted on: 2025-11-01 13:38:09

Comments

Log in to comment.

No comments yet.