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:0xcc01a512b126667a4f912a81ccf4171318c0afd3|verified:true|block:23536241|tx:0xb37ba545e91c1bf02ce68b102ba61a03c0e6694edaee5d8bbf005b540a6486c8|first_check:1759995218

Submitted on: 2025-10-09 09:33:38

Comments

Log in to comment.

No comments yet.