MigrationCoordinator
Verified contract
Active on
Ethereum with 81 txns
Balances ($0.00)
No balances found for "MigrationCoordinator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14602499 | 3 years ago | | | 0 | 0.00049071815 | |
| 14601355 | 3 years ago | | | 0 | 0.00068800181 | |
| 14601270 | 3 years ago | | | 0 | 0.00087484840 | |
| 14601256 | 3 years ago | | | 0 | 0.00088289914 | |
| 14601237 | 3 years ago | | | 0 | 0.0017112277 | |
| 14601234 | 3 years ago | | | 0 | 0.0020332374 | |
| 14601228 | 3 years ago | | | 0 | 0.0017240198 | |
| 14601227 | 3 years ago | | | 0 | 0.0020024192 | |
| 14601227 | 3 years ago | | | 0 | 0.0019225741 | |
| 14563323 | 3 years ago | | | 0 | 0.0015645505 |
ABI
ABI objects
Getter at block 21217458
liquidityMigrationV1() view returns (address)
0x0092decca5e2f26466289011ad41465763bea4ce
liquidityMigrationV2() view returns (address)
0x0c6d898ac945e493d25751ea43be2c8beb881d8c
migrationAdapter() view returns (address)
0xaf8d0523660a94494c56d5445e7bfe8c61802b59
migrator() view returns (address)
0x007a8cff81a9fcca63e8a05acb41a8292f4b353e
owner() view returns (address)
0xee0e85c384f7370ff3eb551e92a71a4afc1b259f
Read-only
balanceOf(address) view returns (uint256)
initialized(address) view returns (bool)
transfer(address, uint256) view returns (bool)
State-modifying
Events addAdapter(address adapter)
deposit(address, address, uint256, uint256, bytes)
initiateMigration(address[] adapters)
migrateLP(address[] users, address lp, address adapter)
refund(address user, address lp)
removeAdapter(address adapter)
renounceOwnership()
transferLiquidityMigrationOwnership(address newOwner)
transferOwnership(address newOwner)
updateMigrator(address newMigrator)
withdraw(address lp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address owner_, address liquidityMigrationV1_, address liquidityMigrationV2_, address migrationAdapter_)
This contract contains no fallback and receive objects.
This contract contains no error objects.