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:0xca867b3d692b40bc19beec98c7223780e579cb07|verified:true|block:23737198|tx:0x629bac7d8a9172586d2945913cfe0b8e7c6ef6314e30e171e662f2b86ccbee4f|first_check:1762422101

Submitted on: 2025-11-06 10:41:41

Comments

Log in to comment.

No comments yet.