Drainable
All public interfaces for the Drainable contract
Transfer any ERC20 token from the contract to any other address.
parameters:
address _token, address _receiver, uint256 _amount
_token
is the address of the ERC20 that you would like to drain from the contract_receiver
is the address that you like to send the tokens to_amount
is the amount of tokens that you would like to send from the contractTransfer an amount of ETH to a given payable address.
_receiver
is the address that you like to send the ETH to_amount
is the amount of ETH that you would like to send from the contractbytes32 DRAINER_ADMIN
role which who has the DRAINER
roleLast modified 1yr ago