Hi,
Is it possible to adjust this query to give usd values.
{
ethereum {
smartContractEvents(
smartContractAddress: {is: “0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc”}
smartContractEvent: {is: “Burn”}
options: {desc: “block.height”}
) {
block {
height
}
arguments {
value
argument
}
smartContract {
currency {
symbol
}
}
}
}
}