MantleTokenMigrator
Verified contract
Active on
Ethereum with 4,068 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MNT | ERC-20 | 0.000031 | $0.961078 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18804663 | a year ago | | | 0 | 0.00079057862 | |
| 18804661 | a year ago | | | 0 | 0.00074880885 | |
| 18653748 | a year ago | | | 0 | 0.00045436967 | |
| 18052285 | a year ago | | | 0 | 0.00021483741 | |
| 17952221 | a year ago | | | 0 | 0.00025352602 | |
| 17945061 | a year ago | | | 0 | 0.00033629400 | |
| 17942596 | a year ago | | | 0 | 0.00095182899 | |
| 17942594 | a year ago | | | 0 | 0.00098946061 | |
| 17942593 | a year ago | | | 0 | 0.00090842561 | |
| 17929199 | a year ago | | | 0 | 0.0029968062 |
ABI
ABI objects
Getter at block 21326988
BIT_TOKEN_ADDRESS() view returns (address)
0x1a4b46696b2bb4794eb3d4c26f1c55f9170fa4c5
MNT_TOKEN_ADDRESS() view returns (address)
0x3c3a81e81dc49a522a592e7622a7e711c06bf354
halted() view returns (bool)
true
owner() view returns (address)
0x4f07031df325e5de5c56ccf5435c1cf8e3905884
treasury() view returns (address)
0x9deaa906829d8cf05ff1f24663ad553cb90bf241
Read-only
This contract contains no read-only function objects.
State-modifying
Events defundContract(address _tokenAddress, uint256 _amount)
haltContract()
migrateAllBIT()
migrateBIT(uint256 _amount)
setTreasury(address _treasury)
sweepTokens(address _tokenAddress, address _recipient, uint256 _amount)
transferOwnership(address _newOwner)
unhaltContract()
ContractDefunded(address indexed defunder, address indexed token, uint256 amount)
ContractHalted(address indexed halter)
ContractUnhalted(address indexed halter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensMigrated(address indexed to, uint256 amountSwapped)
TokensSwept(address indexed token, address indexed recipient, uint256 amount)
TreasuryChanged(address indexed previousTreasury, address indexed newTreasury)
constructor(address _bitTokenAddress, address _mntTokenAddress, address _treasury)
This contract contains no fallback and receive objects.
MantleTokenMigrator_ImproperlyInitialized()
MantleTokenMigrator_InvalidFundingToken(address token)
MantleTokenMigrator_InvalidTreasury(address treasury)
MantleTokenMigrator_OnlyOwner(address caller)
MantleTokenMigrator_OnlyWhenNotHalted()
MantleTokenMigrator_SweepNotAllowed(address token)
MantleTokenMigrator_ZeroSwap()