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:0xd4a2e943b72c808bf248dc35719eae844eebfd58|verified:true|block:23452641|tx:0xf0cd1a948b60d179afbc675f5e47d31ac9448b4d886f2538966e21472ee55e4e|first_check:1758967914

Submitted on: 2025-09-27 12:11:55

Comments

Log in to comment.

No comments yet.