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:0x68ff8251971c9489bbdacd053ad8c6e2f40873fd|verified:true|block:23561672|tx:0xfb5e572048af4ae6b1aa80f6bce9711410f56537ceaecc2c42abb71f8bac6abb|first_check:1760294895

Submitted on: 2025-10-12 20:48:15

Comments

Log in to comment.

No comments yet.