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:0x0397efe5224a8f540f1daa675c19c345fa6c9c61|verified:true|block:23590192|tx:0xf414f7729a84b876a76867ea81514fa0929c8e396535f249ed3b549a06a060aa|first_check:1760620922

Submitted on: 2025-10-16 15:22:05

Comments

Log in to comment.

No comments yet.