... of the unsigned transaction data (TransactionData) using base64 encoding, and print out
the string . The string can be used to execute transaction with `sui client execute-signed-tx --tx-bytes `.
--serialize-signed-transaction Instead of executing the trans...
... as function_selector from ethereum.traces
where length(input) > 4 and block_time > (NOW() - INTERVAL '774' DAY)
and to = 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2
union all
select bytearray_substring(data, 1, 4) as function_selector from ethereum.transactions ...