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:0x0ee7bab585418a298b44f3b9c142259f0bdc9dee|verified:true|block:23555780|tx:0x8ac9363d01442728d7f97dd322fca6d10ad697e2c6211125e44a37ff96bba008|first_check:1760280343

Submitted on: 2025-10-12 16:45:46

Comments

Log in to comment.

No comments yet.