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:0xf0ec5334f123383580cf3b70f2cf12d0f620fc97|verified:true|block:23512411|tx:0x9c120e8be1a1ab2cea24af78eae4852028841ad767c25cedf07ac0fc77e543f3|first_check:1759679041

Submitted on: 2025-10-05 17:44:02

Comments

Log in to comment.

No comments yet.