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:0xeb60e37cb0001c43aff745bfc22b1e6746181ecb|verified:true|block:23580393|tx:0xbc8a1ed6177dbb59f0072d79ae3b518ec224663db9795f98897cfacdc1d7eb54|first_check:1760518853

Submitted on: 2025-10-15 11:00:54

Comments

Log in to comment.

No comments yet.