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:0xedda1bbaac943e2b3f54ec36244bfa665a03c2dc|verified:true|block:23504958|tx:0xe39824f5a701112c3124fa3283bb2048a82be890697047e5dff40b07fcb7d79c|first_check:1759591099

Submitted on: 2025-10-04 17:18:18

Comments

Log in to comment.

No comments yet.