chainlib/cic_tools/eth/constant.py
2021-02-08 10:39:42 +01:00

3 lines
74 B
Python

zero_address = '0x{:040x}'.format(0)
zero_content = '0x{:064x}'.format(0)