Search…
About Bancor Network
Bancor V3
Bancor Basics
Resources for DAOs
Security & Audits
Contracts & Functions
Contracts
Write Functions
Read Functions
Data & Events
General Data
Trading Data
Liquidity Data
TotalLiquidityUpdated()
TradingLiquidityUpdated()
TokensDeposited()
TokensWithdrawn()
WithdrawalInitiated()
WithdrawalCancelled()
WithdrawalCompleted()
LockDurationUpdated()
Cross AMM Migration Data
Flashloan Data
Rewards
Developer Guides
Bancor Vortex Burner
Bancor Etherscan Guide
REST API
Marketing
Brand Guide
Powered By
GitBook
WithdrawalCancelled()
event WithdrawalCancelled()
This event is emitted when a withdrawal is cancelled.
event
WithdrawalCancelled
(
Token indexed pool
,
address indexed provider
,
uint256 indexed requestId
,
uint256 poolTokenAmount
,
uint256 reserveTokenAmount
,
uint32 timeElapsed
);
Parameter Name
Type
Description
pool
Token
The address of the token that was being withdrawn
provider
address
The address that cancelled the withdrawal
requestId
uint256
The unique ID assigned to the withdrawal
poolTokenAmount
unit256
The number of Bancor pool tokens (bnTokens) that would have been burned by the withdrawal
reserveTokenAmount
unit256
The number of tokens that would have been withdrawn
timeElapsed
uint32
The amount of time since the withdrawal was initiated
Uses
This event can be used to:
Monitor withdrawal cancellations
Triggered By
This event is triggered by the following functions:
cancelWithdrawal()
Previous
WithdrawalInitiated()
Next
WithdrawalCompleted()
Last modified
2mo ago
Copy link
Outline
event WithdrawalCancelled()
Uses
Triggered By