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:0x6c17381873e298e472f7cc2ade6e2cc57ef682a1|verified:true|block:23425984|tx:0x38d33e81707ce1584e81326705887f229974dd3e19214539c60ec2a141c26cea|first_check:1758724579

Submitted on: 2025-09-24 16:36:24

Comments

Log in to comment.

No comments yet.