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:0x3a3569ec94045132601b8d57476c2138eac59430|verified:true|block:23504994|tx:0x237c6cd92be758d609e38e45c4e910b13d45b9ea112084dd88e6de81a50e7c93|first_check:1759587922

Submitted on: 2025-10-04 16:25:22

Comments

Log in to comment.

No comments yet.