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:0xd476f4dcca9b0891b5512480958ed6beac4b6b6a|verified:true|block:23504430|tx:0xa3f6dd0a30b94947c41e5a75bea9ec2bb93fbc885c9d3076b12f27b60ea1640f|first_check:1759584697

Submitted on: 2025-10-04 15:31:37

Comments

Log in to comment.

No comments yet.