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:0xdc0803c63578f675abee5e86c25e19f8db9fa7fc|verified:true|block:23456351|tx:0x952f0adcbbc816468b1f3eb5b3f85c96e6e1e5fa3a86d8742cb67bd5e89fbd5d|first_check:1759047122

Submitted on: 2025-09-28 10:12:02

Comments

Log in to comment.

No comments yet.