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:0xf5af5fbd526ec2cf762d5863c381d675a14a26ff|verified:true|block:23446596|tx:0xcc048bbe17d7f797c2be67f907f63207e855acd64354ace9fc8c96be02d1f77e|first_check:1758882550

Submitted on: 2025-09-26 12:29:13

Comments

Log in to comment.

No comments yet.