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:0x1f8e44c2fe0dce551232fc8be5577d687da98201|verified:true|block:23449789|tx:0xc65b38aa878c245c9582ee9035653e6931e84b042c94bc875a3af781d8e68aee|first_check:1758962845

Submitted on: 2025-09-27 10:47:26

Comments

Log in to comment.

No comments yet.