nasdfajsklj2024-06-01 04:07 PM
Updated 2024-06-01
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
--exists here
select *
from base.core.dim_contracts
where 1=1
and creator_address= lower('0x84E1fC5B530c5Aef7b591cd063256D9a8D053d2e')
--but no ABI found
select *
from base.core.dim_contract_abis
where 1=1
and contract_address = '0x16e161bf4093f80ae828761e17ad97d42df4a7b1'
--exists here
select *
from base.core.dim_contracts
where 1=1
and creator_address= lower('0x1FcFB43E45076dB9b788CAE242c861aE142eEb5D')
--but no ABI found
select *
from base.core.dim_contract_abis
where 1=1
and contract_address = lower('0xd9235d095abc80d3e17a12df5c6a8927dc7af98c')
select count(*)
from base.core.dim_contract_abis
--21351361
select *
from base.core.dim_contract_abis
limit 10
QueryRunArchived: QueryRun has been archived