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:0x7e7487676a4207133bd082e35f984af9b5e61f3e|verified:true|block:23723229|tx:0x1d0a7d1cd1051ff485682d7483e66ee3366cea0657225e8d44911af695517f4d|first_check:1762251042

Submitted on: 2025-11-04 11:10:44

Comments

Log in to comment.

No comments yet.