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:0xb05ac0bc9f8210c67273e7cd5d695adfd041aa75|verified:true|block:23518204|tx:0xcc6d80f6144ca0a276484c75f6161b29dfaea112b52111be9a4de7afc122bcf6|first_check:1759749024

Submitted on: 2025-10-06 13:10:26

Comments

Log in to comment.

No comments yet.