CUBE32024-04-16 10:15 AM
Updated 2024-04-16
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT DISTINCT TX_HASH, ORIGIN_FROM_ADDRESS, origin_to_address, BLOCK_NUMBER, block_timestamp
FROM bsc.core.ez_token_transfers
WHERE bsc.core.ez_token_transfers.contract_address = '0xef5d38ae4007a1a75d40c13e4c69d47c584046b1'
AND bsc.core.ez_token_transfers.block_number >= 37535371
AND bsc.core.ez_token_transfers.origin_function_signature != '0x521da65d' // mal contract 1
AND bsc.core.ez_token_transfers.origin_function_signature != '0xf029e7cf' // mal contract 1
AND bsc.core.ez_token_transfers.origin_function_signature != '0xc73a2d60' // disperse.app
AND bsc.core.ez_token_transfers.origin_to_address != '0xef5d38ae4007a1a75d40c13e4c69d47c584046b1'
ORDER by bsc.core.ez_token_transfers.block_timestamp DESC
QueryRunArchived: QueryRun has been archived