We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
event AuctionCreated(uint256 tokenId, uint256 startingPrice, uint256 endingPrice, uint256 duration); event AuctionSuccessful(uint256 tokenId, uint256 totalPrice, address winner); event AuctionCancelled(uint256 tokenId); event Transfer(address from, address to, uint256 tokenId); event Birth(address owner, uint256 kittyId, uint256 matronId, uint256 sireId, uint256 genes); event Pregnant(address owner, uint256 matronId, uint256 sireId, uint256 cooldownEndBlock);
Based on these events I was trying to create a creator and view for event-based posts, as seen below
The text was updated successfully, but these errors were encountered:
This is on hold because of lack of API for this functionality
Sorry, something went wrong.
No branches or pull requests
Based on these events I was trying to create a creator and view for event-based posts, as seen below
The text was updated successfully, but these errors were encountered: