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:0x7aaa5a0c3aea202437ddf18f61d75890df6d1225|verified:true|block:23504363|tx:0x1d932d2ee029ddda924ec2325f2dd2a38704c820c1c672e1150692952c01c573|first_check:1759580277

Submitted on: 2025-10-04 14:17:57

Comments

Log in to comment.

No comments yet.