// SPDX-License-Identifier: MIT pragma solidity 0.6.12; interface IGmxMigrator { function iouTokens(address _token) external view returns (address); }