chainlib/cic_tools/eth/constant.py

3 lines
74 B
Python
Raw Normal View History

2021-02-08 10:39:42 +01:00
zero_address = '0x{:040x}'.format(0)
zero_content = '0x{:064x}'.format(0)