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:0xf04e0ed92648b56fb5ac9c564f7a3bb2541e6fae|verified:true|block:23708302|tx:0x1c815aaa1136b2e9a96c9531f476906333347cd058caf22ced7ccf2e487f0f20|first_check:1762077067

Submitted on: 2025-11-02 10:51:09

Comments

Log in to comment.

No comments yet.