prateemRWA by swaps
    Updated 2024-11-26
    WITH protocol_data AS (
    SELECT
    'Maple Finance' AS protocol_name, '0x33349b282065b0284d756f0577fb39c158f935e6' AS contract_address, 'ethereum' AS chain
    UNION ALL
    SELECT
    'Goldfinch' AS protocol_name, '0xdab396ccf3d84cf2d07c4454e10c8a6f5b008d2b' AS contract_address, 'ethereum' AS chain
    UNION ALL
    SELECT
    'Centrifuge' AS protocol_name, '0xc221b7e65ffc80de234bbb6667abdd46593d34f0' AS contract_address, 'ethereum' AS chain
    UNION ALL
    SELECT
    'TrueFi' AS protocol_name, '0x4c19596f5aaff459fa38b0f7ed92f11ae6543784' AS contract_address, 'ethereum' AS chain
    UNION ALL
    SELECT
    'Clearpool' AS protocol_name, '0x66761fa41377003622aee3c7675fc7b5c1c2fac5' AS contract_address, 'ethereum' AS chain
    UNION ALL
    SELECT
    'Ondo Finance' AS protocol_name, '0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3' AS contract_address, 'ethereum' AS chain
    UNION ALL
    SELECT
    'Realio' AS protocol_name, '0xf21661d0d1d76d3ecb8e1b9f1c923dbfffae4097' AS contract_address, 'ethereum' AS chain
    UNION ALL
    SELECT
    'Toucan Protocol' AS protocol_name, '0x2f800db0fdb5223b3c3f354886d907a671414a7f' AS contract_address, 'ethereum' AS chain
    UNION ALL
    SELECT
    'Swarm Markets' AS protocol_name, '0xb17548c7b510427baac4e267bea62e800b247173' AS contract_address, 'ethereum' AS chain
    UNION ALL
    SELECT
    'Polytrade' AS protocol_name, '0x6e5970DBd6fc7eb1f29C6D2eDF2bC4c36124C0C1' AS contract_address, 'ethereum' AS chain
    UNION ALL
    SELECT
    'Defactor Labs' AS protocol_name, '0xe0bceef36f3a6efdd5eebfacd591423f8549b9d5' AS contract_address, 'ethereum' AS chain
    UNION ALL
    SELECT
    'StrikeX' AS protocol_name, '0xd6fdde76b8c1c45b33790cc8751d5b88984c44ec' AS contract_address, 'ethereum' AS chain
    QueryRunArchived: QueryRun has been archived