connorhPegaxy Offspring
Updated 2022-04-19
9
1
2
3
4
5
6
7
8
›
⌄
--- All pegas minted in the past 160 days
SELECT event_inputs:tokenId AS token_id, block_timestamp,tx_id, event_inputs:to::STRING AS minter
FROM polygon.events_emitted
WHERE
event_inputs:from = '0x0000000000000000000000000000000000000000' AND event_inputs:tokenId IS NOT NULL AND
contract_address = '0xd50d167dd35d256e19e2fb76d6b9bf9f4c571a3e' AND
block_timestamp >= CURRENT_DATE - 160
Run a query to Download Data