Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. [{'name': 'king_name', 'inputs': [], 'outputs': [{'name': 'out1', 'type': 'bytes32'}], 'constant': False, 'payable': False, 'type': 'function'}, {'name': 'king_addr', 'inputs': [], 'outputs': [{'name': 'out1', 'type': 'address'}], 'constant': False, 'payable': False, 'type': 'function'}, {'name': 'king_value', 'inputs': [], 'outputs': [{'name': 'out1', 'type': 'uint128'}], 'constant': False, 'payable': False, 'type': 'function'}, {'name': 'becomeKing', 'inputs': [{'name': 'name', 'type': 'bytes32'}], 'outputs': [], 'constant': False, 'payable': True, 'type': 'function'}, {'inputs': [{'name': 'name', 'type': 'bytes32', 'indexed': False}, {'name': 'value', 'type': 'uint128', 'indexed': False}], 'name': 'BecameKing', 'type': 'event', 'anonymous': False}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement