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:0xd9e56e547a4f9ae0e251d3ae5d5cee2c46282d62|verified:true|block:23504355|tx:0x99df3f8c27f0f2f99959583b2ff138902210e49837782af1def6947ceddd9b85|first_check:1759580194

Submitted on: 2025-10-04 14:16:34

Comments

Log in to comment.

No comments yet.