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

Alpha Homora V2 Staker

Curated by

Galxe

ID Type

EVM ADDRESS

Cred Type

GRAPHQL

Last Update Time

07/08/2023, 21:44:37

Query

query positions($address: String!){
  positions(where:{
    owner:$address
  }) {
    id
  }
}

Expression

function(data) {
  if (data == null || data.positions == null || data.positions.length == 0) {
    return 0
  }
  return 1
}