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:0xde94bfca516ddbf23c01a82f145d677c087bacd4|verified:true|block:23656004|tx:0x8251ecc5d8631d21bd45f88d17e22c670884b9429872c6e7e9954cdeb6c85a4c|first_check:1761413811

Submitted on: 2025-10-25 19:36:52

Comments

Log in to comment.

No comments yet.