ETH Price: $1,865.66 (-4.83%)
Gas: 0.04 Gwei

Contract Diff Checker

Contract Name:
AskIsBtcLovely

Contract Source Code:

File 1 of 1 : AskIsBtcLovely

// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.0;

contract AskIsBtcLovely {

    event IsBtcLovely(bool lovely);

    function isBtcLovely(bool _lovely) public {
        emit IsBtcLovely(_lovely);
    }

}

Please enter a contract address above to load the contract details and source code.

Context size (optional):