Skip to content

Commit 32606a9

Browse files
author
sam
committed
2 parents dc483b1 + c8bf845 commit 32606a9

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

labels/ethereum/account_type.sql

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
SELECT
2-
address,
3-
'contract' AS label,
4-
'account type' AS type,
5-
'sui414' AS author
6-
FROM ethereum.traces
7-
WHERE "type" = 'create'
8-
AND success
9-
AND block_time >= '{{timestamp}}';
10-
1+
SELECT
2+
address,
3+
'contract' AS label,
4+
'account type' AS type,
5+
'sui414' AS author
6+
FROM
7+
ethereum.traces
8+
WHERE
9+
"type" = 'create' AND success AND block_time >= '{{timestamp}}';

0 commit comments

Comments
 (0)