You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT
contract_address,
evt_tx_hash,
varbinary_to_int256(BYTEARRAY_SUBSTRING(feeCache,1, 8)) AS unused,
varbinary_to_int256(BYTEARRAY_SUBSTRING(feeCache, 9, 16)) AS aum_fee,
varbinary_to_int256(BYTEARRAY_SUBSTRING(feeCache, 17, 24)) AS yield_fee,
varbinary_to_int256(BYTEARRAY_SUBSTRING(feeCache, 25, 32)) AS swap_fee
FROM defi_polygon.ManagedPool_evt_ProtocolFeePercentageCacheUpdated
No description provided.
The text was updated successfully, but these errors were encountered: