MigrateToken
Verified contract
Implementation
Active on
Ethereum with 5 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MigrateToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20125635 | 5 months ago | | | 0 | 0.0027822750 | |
| 20125632 | 5 months ago | | | 0 | 0.0027822750 | |
| 20068659 | 5 months ago | | | 0 | 0.0016693650 | |
| 20068658 | 5 months ago | | | 0 | 0.0016693650 | |
| 20068657 | 5 months ago | | | 0 | 0.0016693650 |
ABI
ABI objects
Getter at block 21261230
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
burnAddress() view returns (address)
0x0000000000000000000000000000000000000000
conversionRatio() view returns (uint256)
0
isNewTokenMintable() view returns (bool)
false
isOldTokenBurnable() view returns (bool)
false
newToken() view returns (address)
0x0000000000000000000000000000000000000000
oldToken() view returns (address)
0x0000000000000000000000000000000000000000
oldTokenPrecision() view returns (uint256)
0
paused() view returns (bool)
false
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events clone(address defaultAdmin) returns (address newInstance)
getClone() returns (address)
grantRole(bytes32 role, address account)
initialize(address _oldToken, address _newToken, uint256 _conversionRatio, bool _isOldTokenBurnable, bool _isNewTokenMintable, address _burnAddress) payable
migrateAllTokens()
migrateTokens(uint256 _amount)
pause()
recoverTokens(uint256 _amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDefaultAdmin(address initialAdmin)
unpause()
Cloned(address newInstance)
Initialized(address _oldToken, address _newToken, uint256 _conversionRatio, bool _isOldTokenBurnable, bool _isNewTokenMintable, address _burnAddress)
Migrated(address indexed user, address old_token, address new_token, uint256 old_amount, uint256 new_amount)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
AlreadyInitializedRBAC()
MissingAllowance(address token, uint256 allowance, uint256 amountNeeded)
MissingBurnAddress()
MissingConversionRatio()
MissingNewToken()
MissingOldToken()
NotEnoughBalance(address token, uint256 balance, uint256 amountNeeded, address holder)
NotInitialized()
ZeroAmountOut()