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:0xe177f0e6fa77b46a6fdd84bdf06607fd367f511b|verified:true|block:23482439|tx:0xbd43633f6b0cb032093e9421b4e2624224cf8abefe0b5d54972ecadc230b2530|first_check:1759323916

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

Comments

Log in to comment.

No comments yet.