31fa6a24
98c9ca25
1
2
3
contract c { modifier mod { if (msg.sender == 0x0000000000000000000000000000000000000000) _; } }