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:0x799ba461279212767d492f6779407c91b97823e7|verified:true|block:23546325|tx:0x35cc9d12e02fa9f96b4f6f8565e5b298cdebcb07fdbed6be09a3da64f77dad9f|first_check:1760087873

Submitted on: 2025-10-10 11:17:53

Comments

Log in to comment.

No comments yet.