launch_auction
An entrypoint that allows anyone to launch an auction for any NON whitelisted token.
You need to add the Auction contract as the operator for your QUIPU tokens to make a first bet.
Call parameters
Usage
Errors
305
- token for auction is whitelisted. It is not possible to start an auction with whitelisted tokens.307
- Auction contract have insufficient balance of tokens for a new auction launch.308
- user's bid is less than minimum bid for an auction launch or less that previous bid.412
- non payable entrypoint (can't accept TEZ tokens during call of an entrypoint).FA2_NOT_OPERATOR
- Auction contract is not anoperator
for users' QUIPU tokens.
Last updated