Name | Type | Description |
---|---|---|
amount | uint256 | Amount of asset units to bridge (ERC20 tokens or native currency) |
recipient | address | Address on the pool chain to receive the bridged asset |
poolAsset | address | Address of the asset on the pool chain to bridge to |
poolGas | uint256 | Gas limit for the pool chain transaction |
extraData | bytes | Extra data passed to the bridge proxy |
Name | Type | Description |
---|---|---|
nonce | uint256 | Unique identifier for this bridge transaction |
Name | Type | Description |
---|---|---|
nonce | uint256 | The nonce of the failed transaction |
Name | Type | Description |
---|---|---|
received | uint256 | The amount of native currency received |
expected | uint256 | The amount of native currency expected |
Name | Type | Description |
---|---|---|
value | uint256 | The amount of native currency that failed to refund |
Name | Type | Description |
---|---|---|
nonce | uint256 | Nonce of the transaction |
sender | address | Address on the origin chain that initiated the bridge |
recipient | address | Address on the pool chain to receive assets |
ASSET | address | Asset address on the origin chain (address(0) for native currency) |
poolAsset | address | Asset address on the pool chain (address(0) for native currency) |
amount | uint256 | Amount of asset units bridged |
BRIDGE_PROXY | contract BridgeProxy | BridgeProxy used |
Name | Type | Description |
---|---|---|
nonce | uint256 | Nonce of the executed transaction |
Name | Type | Description |
---|---|---|
nonce | uint256 | Nonce of the cancelled transaction |
Name | Type | Description |
---|---|---|
asset | address | Asset address on the origin chain to bridge (0 for native currency) |
bridgeProxy | contract BridgeProxy | BridgeProxy contract for origin-chain transfers |
hyperlaneMailbox | address | Hyperlane Mailbox address for messaging |
Name | Type | Description |
---|---|---|
amount | uint256 | Amount of asset units to bridge |
recipient | address | Address on the pool chain that will receive the bridged asset |
poolGas | uint256 | Gas limit for the pool chain transaction |
Name | Type | Description |
---|---|---|
fee | uint256 | Required fee in native currency for dispatch |
Name | Type | Description |
---|---|---|
amount | uint256 | Amount of asset units to bridge (ERC20 tokens or native currency) |
recipient | address | Address on the pool chain to receive the bridged asset |
poolAsset | address | Address of the asset on the pool chain to bridge to |
poolGas | uint256 | Gas limit for the pool chain transaction |
extraData | bytes | Extra data passed to the bridge proxy |
Name | Type | Description |
---|---|---|
nonce | uint256 | Unique identifier for this bridge transaction |