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:0xfa88c8c141c64eba4e37e90d71316254df4ab72a|verified:true|block:23496079|tx:0xfc0f7d547f2759cd7c9edfc426b5948262f50551eda7776e68537b511e81ad66|first_check:1759484004

Submitted on: 2025-10-03 11:33:25

Comments

Log in to comment.

No comments yet.