TokenMigration
Verified contract
Active on
Ethereum with 1,544 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROUTE | ERC-20 | 4.368659M | $1.98 |
$8,649,944.38 | |
ROUTE | ERC-20 | 6.388307M | $0.057783 |
$369,135.54 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21323093 | 4 hours ago | | | 0 | 0.0042277084 | |
| 21322487 | 6 hours ago | | | 0 | 0.0041275581 | |
| 21322024 | 8 hours ago | | | 0 | 0.0021536005 | |
| 21319767 | 16 hours ago | | | 0 | 0.0011802313 | |
| 21318640 | 19 hours ago | | | 0 | 0.0015499993 | |
| 21317590 | a day ago | | | 0 | 0.0041924313 | |
| 21314873 | a day ago | | | 0 | 0.0014987275 | |
| 21314639 | a day ago | | | 0 | 0.0011274951 | |
| 21312088 | 2 days ago | | | 0 | 0.0013023613 | |
| 21312065 | 2 days ago | | | 0 | 0.0014152523 |
ABI
ABI objects
Getter at block 21324409
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
NEW_TOKEN() view returns (address)
0x60f67e1015b3f069dd4358a78c38f83fe3a667a9
OLD_TOKEN() view returns (address)
0x16eccfdbb4ee1a85a33f3a9b21175cd7ae753db4
divider() view returns (uint256)
10000
mutiplier() view returns (uint256)
333300
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 deposit(uint256 amount)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
withdraw(address token, uint256 amount, address recipient)
withdrawNativeToken(uint256 amount, address recipient)
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)
constructor(address oldToken, address newToken, uint256 _multiplier)
This contract contains no fallback and receive objects.
This contract contains no error objects.