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:0x39197388ee40d93ded4b3543592264e76812b4ec|verified:true|block:23641241|tx:0x0cd2fceee7de7e18ecaacb5f674f13da18d5aa087bec31cadf3561b27272ab1b|first_check:1761310791

Submitted on: 2025-10-24 14:59:54

Comments

Log in to comment.

No comments yet.