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:0x00656ba4e66116a550c6378694eb504bf8b30354|verified:true|block:23546566|tx:0x0ed09fa65f08ae886d7c3854fc61b24e562bc140a468a40eb54adf5c1c7bc304|first_check:1760090086

Submitted on: 2025-10-10 11:54:46

Comments

Log in to comment.

No comments yet.