ape-etherscan
ape-etherscan copied to clipboard
Handle genesis receipt
trafficstars
What went wrong?
The genesis receipt comes back funny:
In [6]: receipt = next(explorer.get_account_transactions(ZERO_ADDRESS))
In [7]: receipt
Out[7]: <Receipt GENESIS_0000000000000000000000000000000000000000>
In [8]: receipt.sender
Out[8]: 'GENESIS'
In [9]:
How can it be fixed?
Change sender to ZERO_ADDRESS Look into what we can do about txn hash, if anything