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:0x4c33befbf36c353c0600aebea9e250dee18df64f|verified:true|block:23611781|tx:0x21e20e9578a75427bb747326d2d1d4475df95eaa5bd8a34345e4b0a2762fa94c|first_check:1760878107

Submitted on: 2025-10-19 14:48:28

Comments

Log in to comment.

No comments yet.