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:0x03f0a59cd77dcb2df86786d2928e984b4072c4af|verified:true|block:23395932|tx:0xe87d1269de6023bcbe0fb71043d711fdd544f2d04db508547f6273f4e4d6ddfd|first_check:1758279979

Submitted on: 2025-09-19 13:06:20

Comments

Log in to comment.

No comments yet.