WildcatMarketWithdrawals.sol
getUnpaidBatchExpiries
function getUnpaidBatchExpiries() external view nonReentrantView returns (uint32[] memory);getWithdrawalBatch
function getWithdrawalBatch(uint32 expiry)
external
view
nonReentrantView
returns (WithdrawalBatch memory);getAccountWithdrawalStatus
function getAccountWithdrawalStatus(address accountAddress, uint32 expiry)
external
view
nonReentrantView
returns (AccountWithdrawalStatus memory);getAvailableWithdrawalAmount
queueWithdrawal
executeWithdrawal
processUnpaidWithdrawalBatch
Last updated