nasdfajsklj2024-06-01 04:07 PM
    Updated 2024-06-01

    --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