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:0xff91e6a144899afa926e003f83a3ddffeafb7157|verified:true|block:23660712|tx:0x7280284ad0d1e71a6705ed6216b68127e133c61a9ede71501d0de818359b5a08|first_check:1761479015

Submitted on: 2025-10-26 12:43:35

Comments

Log in to comment.

No comments yet.