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:0x34f376cf27197bdd014a48f26aeec0fab111b2bf|verified:true|block:23496410|tx:0x8825c04750ae62c151bbb6d2ef636db3ebb6c3e2cd51ac9218c376a06e60d2be|first_check:1759484635

Submitted on: 2025-10-03 11:43:56

Comments

Log in to comment.

No comments yet.