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:0xf2ed046adc69c704ace297b48f8d61f820556f43|verified:true|block:23496468|tx:0xc182569aa84d8995b8f93d760360b81e6288334569c224afb43fbcc3bd2a7f9c|first_check:1759488656

Submitted on: 2025-10-03 12:50:58

Comments

Log in to comment.

No comments yet.