does anyone know how i can see the functions an owner called on an erc20 contract? i basically need to do a fork of this contract and i want to know what the dev called to have it live
Jun 6, 2023, 4:44 AM
Send contract
Jun 6, 2023, 5:57 AM
Are you trying to automate it, or do you want to do it simply once ?
You can use etherscan filters now.
You can use etherscan filters now.
Jun 6, 2023, 10:10 AM
github/deployment scripts or check the initial tx on etherscan
Jun 6, 2023, 10:15 AM
I think Yam wants to see all the tx the owner did.
Would have to query the RPC
Would have to query the RPC
and then filter.
Jun 6, 2023, 10:16 AM