Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LiFiValidator"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20023141 | 2 months ago | | | 0 | 0.000000803395568552 | |
| 20023135 | 2 months ago | | | 0 | 0.000000803395568552 | |
| 20023128 | 2 months ago | | | 0 | 0.000000803395568552 | |
| 20023122 | 2 months ago | | | 0 | 0.000000803395568552 | |
| 13036751 | 8 months ago | | | 0 | 0.00017041885 | |
| 13036721 | 8 months ago | | | 0 | 0.00010624148 | |
| 13036712 | 8 months ago | | | 0 | 0.00010624148 | |
| 13036704 | 8 months ago | | | 0 | 0.00010624148 | |
| 13036697 | 8 months ago | | | 0 | 0.00010624148 | |
| 13036689 | 8 months ago | | | 0 | 0.00010624148 |
ABI
ABI objects
Getter at block 23248662
superRegistry() view returns (address)
0x17a332dc7b40ae701485023b219e9d6f493a2514
Read-only
decodeAmountIn(bytes txData_, bool genericSwapDisallowed_) view returns (uint256 amount_)
decodeDstSwap(bytes txData_) pure returns (address token_, uint256 amount_)
decodeSwapOutputToken(bytes txData_) pure returns (address token_)
extractGenericSwapParameters(bytes data_) pure returns (address sendingAssetId, uint256 amount, address receiver, address receivingAssetId, uint256 receivingAmount)
extractMainParameters(bytes data_) pure returns (string bridge, address sendingAssetId, address receiver, uint256 amount, uint256 minAmount, uint256 destinationChainId, bool hasSourceSwaps, bool hasDestinationCall)
isSelectorBlacklisted(bytes4 selector_) view returns (bool blacklisted)
validateReceiver(bytes txData_, address receiver_) view returns (bool valid_)
validateTxData(struct IBridgeValidatorValidateTxDataArgs args_) view returns (bool hasDstSwap)
State-modifying
Events addToBlacklist(bytes4 selector_)
removeFromBlacklist(bytes4 selector_)
AddedToBlacklist(bytes4 selector)
RemovedFromBlacklist(bytes4 selector)
constructor(address superRegistry_)
This contract contains no fallback and receive objects.
BLACKLISTED_SELECTOR()
CANNOT_DECODE_FINAL_SWAP_OUTPUT_TOKEN()
INVALID_ACTION()
INVALID_DEPOSIT_LIQ_DST_CHAIN_ID()
INVALID_INTERIM_TOKEN()
INVALID_TXDATA_CHAIN_ID()
INVALID_TXDATA_NO_DESTINATIONCALL_ALLOWED()
INVALID_TXDATA_RECEIVER()
INVALID_TXDATA_TOKEN()
NOT_BLACKLISTED_SELECTOR()
NOT_EMERGENCY_ADMIN()
SliceOutOfBounds()
SliceOverflow()
ZERO_ADDRESS()