Campaign Participants of ArcheWorld NA/SA Launch 20th 🚀 | ALTVERSE X XLGAMES
Curated by
Galxe
ID Type
EVM ADDRESS
Cred Type
SUBGRAPH
Last Update Time
05/19/2023, 22:35:57
Query
query userInfo($address: String!) {
  campaign(id: "GCGzXUfx5o") {
    claimedTimes(address: $address)
  }
}
Expression
function(data) {
  if (data != null && data.campaign != null && data.campaign.claimedTimes > 0) {
    return 1
  }
  return 0
}