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:0x17d8d9673389da73ac24992a2afc0d6772d0823e|verified:true|block:23504422|tx:0xf09904c1af19a1eb7e065a273480d84edab95d3fc1774a0727ab4f45be939f03|first_check:1759581013

Submitted on: 2025-10-04 14:30:13

Comments

Log in to comment.

No comments yet.