mysterybox1

This commit is contained in:
owen05
2021-04-14 19:08:11 +08:00
parent 388b294b58
commit be4c049e0a
7 changed files with 73 additions and 51 deletions

View File

@@ -13,7 +13,7 @@ import {IWETH} from "../../intf/IWETH.sol";
import {SafeMath} from "../../lib/SafeMath.sol";
import {SafeERC20} from "../../lib/SafeERC20.sol";
import {ReentrancyGuard} from "../../lib/ReentrancyGuard.sol";
import {Address} from "../../lib/Address.sol";
import {Address} from "../../external/utils/Address.sol";
interface IDODOMysteryBox {
function _TICKET_() external view returns (address);