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:0xa7b85a19b72637448eaa512711241cf70f6eb094|verified:true|block:23611840|tx:0x71d5cbb1f29d967e5c295035bdb79d2b3057ff20687fd9d6f0e89d773c3eacde|first_check:1760878826

Submitted on: 2025-10-19 15:00:27

Comments

Log in to comment.

No comments yet.