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:0xfef8204ad9de6bafe9db62853068afa11477a9e6|verified:true|block:23424405|tx:0x7c9fb23373c35f4e47314f6543de54b3ec1641b90b5f407598156b9ebe5323d7|first_check:1758721457

Submitted on: 2025-09-24 15:44:22

Comments

Log in to comment.

No comments yet.