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
Field
Type
Description
token
token_t
FA1.2/FA2/TEZ token
amt
nat
Number of tokens for an auction
bid
nat
First bet on auctions' tokens
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