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:0x3f44e5a937b36cebe3b784100b75ab6471baa568|verified:true|block:23605012|tx:0xbbea7387668950f055eb7619b876a72f98fb8ac57d688dafe25107f66d138597|first_check:1760796354

Submitted on: 2025-10-18 16:05:56

Comments

Log in to comment.

No comments yet.