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:0x2cb58422a9dcaa0e0a1a0ef5cc78bd30be43718a|verified:true|block:23406737|tx:0x44f457851df22e18ab37cee34be59f5128bd1ef24cbcbad90fb6dcb37798f289|first_check:1758404653

Submitted on: 2025-09-20 23:44:15

Comments

Log in to comment.

No comments yet.