3 lines
74 B
Python
3 lines
74 B
Python
|
zero_address = '0x{:040x}'.format(0)
|
||
|
zero_content = '0x{:064x}'.format(0)
|