Guest User

Untitled

a guest
Oct 22nd, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. web3.eth.getPastLogs({
  2. fromBlock: 'latest',
  3. toBlock: 'latest',
  4. address: [
  5. "0x11f4d0A3c12e86B4b5F39B213F7E19D048276DAe",
  6. "0xEA13ff054fF3fAb986442A29121A32803f1dAf7D",
  7. ... // multiple contract addresses here
  8. ],
  9. topics:[
  10. web3.sha3('Transfer(address,address,uint256)') // or unit ?
  11. ]
  12. })
Add Comment
Please, Sign In to add comment