withdrawalRequest()
This function is in the PendingWithdrawals.sol contract.
Function withdrawalRequest()
PendingWithdrawals.sol
This function provides detailed information about a pending withdrawal.
Function Arguments
Name | Type | Description |
---|---|---|
id | uint256 | The ID of a pending withdrawal. |
Return Variables
This function returns a list of information about the pending withdrawal.
Example response:
Variable Type | Returns |
---|---|
address | This is the address to which the withdrawn tokens will go. |
address | This is the address of the Bancor Pool tokens that are being withdrawn. |
address | This is the address of the token that will be received. |
uint32 | The Unix timestamp of when the requested was initiated. |
uint256 | The number of pool tokens (bnTokens) being withdrawn. |
uint256 | The number of tokens that will be received. |
Last updated