Tracking Events
Using our API
Using your own managed service
Implementation
How to detect the status of a deposit
event V3FundsDeposited(
address inputToken,
// Note: outputToken can be set to 0x0 (zero address) in which case, the filler
// should replace this address with the "equivalent" destination chain token
// as the input token. For example, if input token is USDC on chain A, then the output
// token should be the USDC token supported by Across on the destination chain
address outputToken,
uint256 inputAmount,
uint256 outputAmount,
uint256 indexed destinationChainId,
uint32 indexed depositId,
uint32 quoteTimestamp,
uint32 fillDeadline,
uint32 exclusivityDeadline,
address indexed depositor,
address recipient,
address exclusiveRelayer,
bytes message
)Expired Deposits
Forecasting a pending deposit's estimated time of arrival
Last updated