This commit is contained in:
Jensen Yap 2025-04-04 22:47:54 +09:00
parent 63ef741266
commit 7e48c89006

View File

@ -510,7 +510,7 @@
VOLATILE
COMMENT = $$Returns the token transfers for a given block height. If to_latest is true, it will continue fetching transfers until the latest block. Otherwise, it will fetch transfers until the block height is reached.$$
sql: |
{{ evm_live_view_ez_token_transfers(schema, blockchain, network) | indent(4) -}}
{{ evm_ez_token_transfers(schema, blockchain, network) | indent(4) -}}
{%- endmacro -%}