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:0x06aa79a9ae6fed51ced42fd7eea315bfc88207b5|verified:true|block:23450028|tx:0xcfe484d8af576e5575ccf3cba0a80fecd862c4898a96edb7d252163b5f38f8da|first_check:1758963321

Submitted on: 2025-09-27 10:55:22

Comments

Log in to comment.

No comments yet.