Castle Crush (Reward Share)
Query On-chain data
query Query {
rentings(first: 1000, orderBy: cursor, orderDirection: asc) {
id
cursor
renterAddress
rentDuration
rentedAt
}
}query Query {
rentings(first: 1000, orderBy: cursor, orderDirection: asc, where: {cursor_gt: 1000}) {
id
renterAddress
rentDuration
rentedAt
}
}Last updated