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:0x758ccf1334536b68d91993482e81528ab012ed69|verified:true|block:23525026|tx:0x8a57503330aa026619dc07b48bfe18f950ff94f0e17dc466e826624b99e3debe|first_check:1759830642

Submitted on: 2025-10-07 11:50:42

Comments

Log in to comment.

No comments yet.