launch_auction
Last updated
Last updated
An entrypoint that allows anyone to launch an auction for any NON whitelisted token.
You need to add the contract as the operator for your QUIPU tokens to make a first bet.
token
token_t
FA1.2/FA2/TEZ token
amt
nat
Number of tokens for an auction
bid
nat
First bet on auctions' tokens
305
- token for auction is whitelisted. It is not possible to start an auction with whitelisted tokens.
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).
307
- contract have insufficient balance of tokens for a new auction launch.
FA2_NOT_OPERATOR
- contract is not an operator
for users' QUIPU tokens.