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:0xf925bc36a522f7655848f71b2fc1581640c64e04|verified:true|block:23671342|tx:0xb5b38ab35841213d5e51d0b3cdccee17c3205b5ee9e0548a0f4fe34f0fbfde42|first_check:1761642430

Submitted on: 2025-10-28 10:07:12

Comments

Log in to comment.

No comments yet.