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:0x7445e54961a78b4bbdee6c9c967f5021432952a9|verified:true|block:23630414|tx:0xc6657a3ea1756b49e616740b590ddbbb611096d33f059b74e49e59852482ab1d|first_check:1761234639

Submitted on: 2025-10-23 17:50:42

Comments

Log in to comment.

No comments yet.