Alpha Homora V2 Staker
Curated by
Galxe
ID Type
EVM ADDRESS
Cred Type
SUBGRAPH
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
}