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:0xbb5577bbe81ace7a411dbeccc61e33c011d434e3|verified:true|block:23603149|tx:0x33ea0c1fe5d9cf3e22338673b1f48de2a00facd8539ae0fc5d97e50dd4c847ca|first_check:1760779925

Submitted on: 2025-10-18 11:32:07

Comments

Log in to comment.

No comments yet.