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:0x92e1feb9e2a9677e6a268c2181904a4090793d32|verified:true|block:23739725|tx:0x3285aa653f3bf3d4a1fc159d8b61716bddd90d0dc7c80e732ab830b86cb18599|first_check:1762430898

Submitted on: 2025-11-06 13:08:19

Comments

Log in to comment.

No comments yet.