shreexFinds
Updated 2023-07-02
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
›
⌄
select
*
from
avalanche.core.ez_decoded_event_logs
where
contract_address IN (
'0xcdb93bd6e52470549af1d48409929bd6ee99851c',
'0xcebce99091a0f650ef9c8425e05a0b8f46837fcb',
'0x8a52da48115ae1e6d25260d003cafb69a9276e1e',
'0x97ebfef21105fe9f7ad6704751e6366eecfe7a32',
'0x58b79e845fc20bed5ec2c3889db868f88a37c8f6',
'0xd4c93f014481d778ef47114af22a58d1168a9f41',
'0x7052ab332a93758f9336493521856d6130a8fb79',
'0x087f26002421c994713e971648458c5a535dad4c'
)
and event_Name = 'Withdraw'
LIMIT
10
Run a query to Download Data