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:0x2ba9f3f59331d2b6dcb5bef4ea667cbb4376561d|verified:true|block:23505934|tx:0xd2d1c63df6538b498c2b81f19e772edc12102a39d09284e03c0eefb8a1108744|first_check:1759599704

Submitted on: 2025-10-04 19:41:44

Comments

Log in to comment.

No comments yet.