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:0x4e512dbf4227b4489f2627368162bbabe84b5e9d|verified:true|block:23518110|tx:0xbad723cacf90b69842b285924a8a9609b0a9ab23fb3f9d8c2d847a7f679a5669|first_check:1759748901

Submitted on: 2025-10-06 13:08:22

Comments

Log in to comment.

No comments yet.