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:0x556d1ebdf48530f97ab696756c3da9d0470eff19|verified:true|block:23712327|tx:0x58d4a181741341b0808e496a2f5f540761da5fa72cead903a5d6def0a89e3b0d|first_check:1762094813

Submitted on: 2025-11-02 15:46:55

Comments

Log in to comment.

No comments yet.