RouteTransferWrapper
Verified contract
Active on
Ethereum with 568 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROUTE | ERC-20 | 54.1 | $0.036622 |
$1.98 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21123748 | 2 hours ago | | | 0 | 0.00051164882 | |
| 21123747 | 2 hours ago | | | 0 | 0.0019078993 | |
| 21121137 | 11 hours ago | | | 0 | 0.00055419440 | |
| 21120755 | 12 hours ago | | | 0 | 0.00061137855 | |
| 21120741 | 12 hours ago | | | 0 | 0.00067819058 | |
| 21120713 | 13 hours ago | | | 0 | 0.00054983978 | |
| 21118621 | 20 hours ago | | | 0 | 0.00065408501 | |
| 21117250 | a day ago | | | 0 | 0.00057025204 | |
| 21117249 | a day ago | | | 0 | 0.0021613852 | |
| 21116926 | a day ago | | | 0 | 0.00098487882 |
ABI
ABI objects
Getter at block 21124443
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ROUTE_TOKEN() view returns (address)
0x60f67e1015b3f069dd4358a78c38f83fe3a667a9
assetvault() view returns (address)
0x6d427d8c240714a75ac74dae6ab110cd7f1ad7b3
gatewayContract() view returns (address)
0x86dfc31d9cb3280ee1eb1096caa9fc66299af973
Read-only
fees(string) view returns (uint256)
getRequestMetadata(uint64 destGasLimit, uint64 destGasPrice, uint64 ackGasLimit, uint64 ackGasPrice, uint128 relayerFees, uint8 ackType, bool isReadCall, string asmAddress) pure returns (bytes)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
requestPackets(string) view returns (bytes)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events deposit(uint256 _amount, string destChainId, string routeRecipient, bytes requestMetadata) payable
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDappMetadata(string feePayer) payable
update(uint8 index, address _assetvault, string _string, string chainId, uint256 feeAmount)
withdrawFee(address tokenAddress, address recipient, uint256 gasLimit, uint256 amount)
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 routeToken, address _gatewayContract, address _assetvault, string feePayerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.