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:0xdbf19e4d111964f9bb502ff20182092f85f04d1a|verified:true|block:23606085|tx:0x1f8b5ed99f6cdb1223810929ecf07db0b4d60a213d7825a33378598bc2edd86b|first_check:1760809292

Submitted on: 2025-10-18 19:41:32

Comments

Log in to comment.

No comments yet.