Potion Migrator
Contracts
Addresses
Name
Mainnet
Testnet
Interfaces
interface IPotionMigrator {
event TokensMigrated(address indexed account, address indexed token1, address indexed token2, uint256 amount);
function migrate(address _tokenToMigrate);
function tokenMappings(address) view returns (address);
}ABIs
Last updated