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:0x40da86254889f935d50cfe46aba2c5a6290759ac|verified:true|block:23517925|tx:0x24b8ba6cc1e7fcbbdded325c6e0b7b7f1b5b3f2387871c79ea6704069c559c69|first_check:1759748042

Submitted on: 2025-10-06 12:54:04

Comments

Log in to comment.

No comments yet.