Bancor Trader
Curated by
Galxe
ID Type
EVM ADDRESS
Cred Type
SUBGRAPH
Last Update Time
05/13/2023, 15:22:01
Query
query trader($address: ID!){
  trader(id: $address) {
    id
  }
}
Expression
function(data) {
  if (data == null || data.trader == null) {
    return 0
  }
  return 1
}