Guest User

Untitled

a guest
Jan 24th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. const contract = getState().web3Reducer.get('contract');
  2. contract.getPastEvents('allEvents', {
  3. filter : { owner: '0x3333333....333' },
  4. fromBlock: currentBlock - 5760,
  5. toBlock: 'latest'
  6. }).then(transactions => dispatch(eventsFetched(events)));
Add Comment
Please, Sign In to add comment