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:0xa8215f28546f0624e8c5e2100c5863cf07d1d211|verified:true|block:23482466|tx:0x2ae6308e92500049bf33453881d1834953c653eb53c32bcdd19c7d7f477f9478|first_check:1759323948

Submitted on: 2025-10-01 15:05:48

Comments

Log in to comment.

No comments yet.