Skip to content

Commit 1dc71a5

Browse files
committed
update metadata
1 parent 2976fd6 commit 1dc71a5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/sql/transfers/tvm.sql

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,6 @@ transfers AS (
8080
ORDER BY minute DESC, timestamp DESC, block_num DESC, tx_index DESC, log_index DESC
8181
LIMIT {limit:UInt64}
8282
OFFSET {offset:UInt64}
83-
),
84-
distinct_contracts AS (
85-
SELECT DISTINCT log_address AS contract
86-
FROM transfers
87-
),
88-
metadata AS (
89-
SELECT DISTINCT
90-
contract,
91-
name,
92-
symbol,
93-
decimals
94-
FROM `tron:[email protected]`.metadata
95-
WHERE contract IN distinct_contracts
9683
)
9784
SELECT
9885
/* block */

0 commit comments

Comments
 (0)