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:0x9ce0a3ff7cb95e293b745d853b8574ac7014e421|verified:true|block:23592509|tx:0xcc1fa5688efb54da01d53a86ab468fa66eddc3205ac10b0c1e78df309e63b180|first_check:1760685686

Submitted on: 2025-10-17 09:21:26

Comments

Log in to comment.

No comments yet.