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:0x9ba5f03a08735e79bbe92b00c201fac825cef30b|verified:true|block:23504394|tx:0x2f04df5766c78f3bbef52a08ea306deb871325b8f061bd2f44e61c47c2edff43|first_check:1759580650

Submitted on: 2025-10-04 14:24:10

Comments

Log in to comment.

No comments yet.