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:0x4c2dbee712c86715c79c8bac9fc007ea087d595c|verified:true|block:23446602|tx:0xbba99d9a8ca8d45a414c81218fa5fff895c86cff02e9d56cf513e8eb84eabc95|first_check:1758886235

Submitted on: 2025-09-26 13:30:38

Comments

Log in to comment.

No comments yet.