Skip to content
New issue

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 - based posts #16

Open
patrykadas opened this issue Apr 10, 2018 · 1 comment
Open

Event - based posts #16

patrykadas opened this issue Apr 10, 2018 · 1 comment
Labels
on hold It's waiting for other issues to be closed first proposal

Comments

@patrykadas
Copy link

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

events-post

@michalwarda michalwarda added the on hold It's waiting for other issues to be closed first label Apr 26, 2018
@michalwarda
Copy link
Contributor

This is on hold because of lack of API for this functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on hold It's waiting for other issues to be closed first proposal
Projects
None yet
Development

No branches or pull requests

2 participants