VendingMachineV2
VendingMachineV2
VendingMachineV2 is used to exchange tBTC v1 to tBTC v2 in a 1:1 ratio during the process of tBTC v1 bridge sunsetting. The redeemer selected by the DAO based on the "TIP-027b tBTC v1: The Sunsetting" proposal will deposit tBTC v2 tokens into VendingMachineV2 so that outstanding tBTC v1 token owners can upgrade to tBTC v2 tokens. The redeemer will withdraw the tBTC v1 tokens deposited into the contract to perform tBTC v1 redemptions. The redeemer may decide to withdraw their deposited tBTC v2 at any moment in time. The amount withdrawable is lower than the amount deposited in case tBTC v1 was exchanged for tBTC v2. This contract is owned by the redeemer.
tbtcV1
tbtcV2
Exchanged
Deposited
Withdrawn
constructor
exchange
Exchange tBTC v1 for tBTC v2 in a 1:1 ratio. The caller needs to have at least amount
of tBTC v1 balance approved for transfer to the VendingMachineV2
before calling this function.
Parameters
receiveApproval
Exchange tBTC v1 for tBTC v2 in a 1:1 ratio. The caller needs to have at least amount
of tBTC v1 balance approved for transfer to the VendingMachineV2
before calling this function.
This function is a shortcut for approve
+ exchange
. Only tBTC v1 token caller is allowed and only tBTC v1 is allowed as a token to transfer.
Parameters
depositTbtcV2
Allows to deposit tBTC v2 tokens to the contract. VendingMachineV2 can not mint tBTC v2 tokens so tBTC v2 needs to be deposited into the contract so that tBTC v1 to tBTC v2 exchange can happen. The caller needs to have at least amount
of tBTC v2 balance approved for transfer to the VendingMachineV2
before calling this function.
This function is for the redeemer and tBTC v1 operators. This is NOT a function for tBTC v1 token holders.
Parameters
withdrawFunds
Allows the contract owner to withdraw tokens. This function is used in two cases: 1) when the redeemer wants to redeem tBTC v1 tokens to perform tBTC v2 redemptions; 2) when the deadline for tBTC v1 -> tBTC v2 exchange passed and the redeemer wants their tBTC v2 back.
This function is for the redeemer. This is NOT a function for tBTC v1 token holders.
Parameters
_exchange
Last updated