Storage and types overview
token_t
status_auction_t
auction_t
status
Status of auction
token
FA1.2/FA2/TEZ token
end_time
timestamp
Time when auction will be finished
current_bidder
address
Address of a user who made current bid
current_bid
nat
Current bid
amt
nat
Amount of tokens that that were put up for auction
fees_t
dev_fee_f
nat
Float value multiplied by 1e+18
bid_fee_f
nat
Float value multiplied by 1e+18
storage_t - main contract storage
auctions
Mapping of auction IDs' to auctions
dev_fee_balances_f
Float value multiplied by 1e+18
public_fee_balances_f
Float value multiplied by 1e+18
Mapping of tokens to their balances for which auction can be launched (except of whitelisted tokens)
whitelist
quipu_token
fees
Fees that applies to each received token
baker
option(key_hash)
admin
address
Administrator of the contract
pending_admin
option(address)
Pending administrator that should accept his new administrator role (if he is not None
)
dex_core
address
bid_fee_balance_f
nat
Float value multiplied by 1e+18
auctions_count
nat
Number of auctions created by all users
auction_duration
nat
min_bid
nat
full_storage_t - storage root
storage
Actual storage of the contract
auction_lambdas
big_map(nat, bytes)
Contract's lambda-methods
metadata
big_map(string, bytes)
Last updated