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:0x23a0059767e821f8ff1cd3234ab42417908585d7|verified:true|block:23407318|tx:0xeb5f9f715d4407884fd37f0881ef802da5f880e372bf2ac0fc00a95bf488b159|first_check:1758408031

Submitted on: 2025-09-21 00:40:33

Comments

Log in to comment.

No comments yet.