Funds Withdraw
Withdraw BNB (or other Native Token) from the contract
withdraw
: This function is a function that allows the contract owner to withdraw the balance of the contract's account.
To withdraw your funds from the contract, simply click the 'write' button on this withdraw function. The amount of contract BNB will be transferred to the contract owner's wallet.
Withdraw ERC20
emergencyTokenWithdraw
: This function allows the contract owner to withdraw all of the ERC20 tokens held by the contract and pause the contract. It is only accessible to the contract owner.
To withdraw your ERC20 tokens from the contract, simply click the 'write' button on this emergency withdraw function. All the ERC20 tokens will be withdrawn and the contract will be paused.
Last updated