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:0x5114abcdf344804e44be8a43535527e23c737d0f|verified:true|block:23547117|tx:0x0454f3116eb5d59998feed04544a9f8a83fc88de2f90a40a49cf03adaf920f9d|first_check:1760096716

Submitted on: 2025-10-10 13:45:16

Comments

Log in to comment.

No comments yet.