- Configurable instance for zAuction/API/NFTContract pairing
- List all sales of an NFT
- List all bids for an NFT
- List all bids made by an account
- Place a bid on an NFT
- Check if zAuction can transfer an NFT
- Check if zAuction can transfer ERC20 tokens (buyer pays)
- Get ERC20 token used for trades
- Approve zAuction to spend ERC20 tokens for user
- Approve zAuction to transfer NFT's
- Accept a bid
- Buying an NFT immediately
- Setting the immediate buy price of an NFT
- Getting the immediate buy price of an NFT
- Cancelling the ability to buy an NFT immediately
-
Caching Layer for fetching bids
-
Batching system to reduce # of calls to API to fetch bids
-
why isn't this running the action