flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Withdraw to my wallet or to my Bentobox? 4
sakineh5021-nIQRzB
Withdraw to my wallet or to my Bentobox? 4
Updated 2022-05-01
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
*
FROM
ethereum_core
.
fact_event_logs
where
CONTRACT_NAME
=
'BentoBoxV1'
and
tx_hash
in
(
SELECT
tx_hash
from
ethereum_core
.
fact_event_logs
F
WHERE
CONTRACT_NAME
like
'%KashiPairMediumRiskV%'
)
limit
10
Results
Run a query to Download Data