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:0x58df5e1e12e6dafbf9d4cb5e9b32119b7b6498dd|verified:true|block:23518051|tx:0x758fc2587f9e457f8fb8abbe1eb045d01d88131e15a4e35e98a282fcc0fa783c|first_check:1759748691

Submitted on: 2025-10-06 13:04:53

Comments

Log in to comment.

No comments yet.