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:0xa64f2df7a2c0d73c1a6faa99f0b55e2929348543|verified:true|block:23446705|tx:0x20a3bb21ad85064c9494044c65be212dd8edcbc1f614c2022ac34b559ae83638|first_check:1758887494

Submitted on: 2025-09-26 13:51:37

Comments

Log in to comment.

No comments yet.