Guest User

Untitled

a guest
Jul 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. event LogJob(address indexed clusterAddress,
  2. string indexed jobKey,
  3. uint indexed index,
  4. uint8 indexed storageID,
  5. string desc
  6. );
  7.  
  8. blockReadFrom = 1899690;
  9. myFilter = eBlocBroker.events.LogJob.createFilter(
  10. fromBlock=blockReadFrom,
  11. argument_filters={'clusterAddress': '0x75a4c787c5c18c587b284a904165ff06a269b48c'}
  12. )
  13. print(myFilter.get_all_entries())
Add Comment
Please, Sign In to add comment