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:0x98899e036ab057c7551ab7df17e229d4ffe80229|verified:true|block:23612283|tx:0x2da2c47d1b958eb66301068069f21a5c405c7ec2195e2c1eae9b6c7d47a1bcc9|first_check:1760887795

Submitted on: 2025-10-19 17:29:57

Comments

Log in to comment.

No comments yet.