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:0x033274c30b1a53ae5e8997fca0a681bff8375916|verified:true|block:23504479|tx:0x78c3ff221de2496cd50dba89b02424eb4c397826d3aee1745bb37997ff3ae7d7|first_check:1759582250

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

Comments

Log in to comment.

No comments yet.