Skip to content

Instantly share code, notes, and snippets.

@yuyasugano
Created April 12, 2021 13:02
Show Gist options
  • Save yuyasugano/0d27ab514820f466d2fc107c9ee27d49 to your computer and use it in GitHub Desktop.
Save yuyasugano/0d27ab514820f466d2fc107c9ee27d49 to your computer and use it in GitHub Desktop.
HashMaskFlash MASK20
pragma solidity ^0.8.0;
import "../interfaces/INFT20Pair.sol";
contract HashMaskFlash is IFlashLoanReceiver, IERC721Receiver {
INFT20Pair public constant MASK20 =
INFT20Pair(0xc2BdE1A2fA26890c8E6AcB10C91CC6D9c11F4a73);
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment