Introducing Galxe Starboard — a real-time dashboard that highlights your contributions, ranks your impact, and helps you earn rewards through active community engagement

Galxe Mailifier

Curated by

Galxe

ID Type

EVM ADDRESS

Cred Type

GRAPHQL

Last Update Time

06/18/2025, 19:12:05

Query

query addressInfo($address: String!){
  addressInfo(address:$address)
  {
    hasEmail
  }
}

Expression

function(data){
  if(data != null && data.addressInfo != null && data.addressInfo.hasEmail == true) {
    return 1
  }
  return 0
}