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:0x46e406f512829c2922c6bdbefe648de998a32278|verified:true|block:23504339|tx:0x6c2b18f8fa725b70284ae9e8f21813076f12ff12db42d348b9158ac27b8d2b98|first_check:1759580025

Submitted on: 2025-10-04 14:13:45

Comments

Log in to comment.

No comments yet.