Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. Zether verifier mined (address = "0x3950943D8D86267c04A4BBa804F9f0b8A01c2FB8").
  2. Burn verifier mined (address = "0x064f860b6683223b03b38252853D5d2C210Cce19").
  3. ERC20 contact mined (address = "0xb81C1Fea49fAb3687941A4fB31027EaBd98E66DC").
  4. ERC20 funds minted (balance = 1000000).
  5. ZSC main contract deployed (address = "0x57f6E9596693364d33FD7c35AE525568a350cBAE").
  6. ERC funds approved for transfer to ZSC (allowance = 1000000).
  7. Registration submitted (txHash = "0x112d7eeb1f25d20579d7a4fa0f41fe2816c937c08574be25c6cbc4ee9289ec8a").
  8. Registration successful.
  9. Initiating deposit.
  10. Deposit submitted (txHash = "0x154dd03e903050653ff4963719340fca62b2c858fda1848c6f3a069710dccd6e").
  11. Deposit of 10000 was successful. Balance now 10000.
  12. Your withdrawal has been queued. Please wait 5 seconds, for the release of your funds...
  13. Withdrawal submitted (txHash = "0x63cda3569c0da2e0942d11ffb9ad9faccf567f610e24f6f1617bb50e066fc678").
  14. Withdrawal of 1000 was successful. Balance now 9000.
  15. Your transfer has been queued. Please wait 2 seconds, until the next epoch...
  16. Transfer submitted (txHash = "0xd424516f0c7f71c0f41df555defc742e99c1c9b0cec03155a313bf9ee6000da1").
  17. Transfer failed: Error: Transaction has been reverted by the EVM:
  18. {
  19. "blockHash": "0x59abf826434e6939882ab4eb26b24cd3b2dc4e185cf75471f8111c6563cb8017",
  20. "blockNumber": 166,
  21. "contractAddress": null,
  22. "cumulativeGasUsed": 909140,
  23. "from": "0x3075f180abdd92ea539274a3a6d9c428a4516d6b",
  24. "gasUsed": 909140,
  25. "logs": [],
  26. "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
  27. "status": false,
  28. "to": "0x57f6e9596693364d33fd7c35ae525568a350cbae",
  29. "transactionHash": "0xd424516f0c7f71c0f41df555defc742e99c1c9b0cec03155a313bf9ee6000da1",
  30. "transactionIndex": 0
  31. }
  32. Error: Transaction has been reverted by the EVM:
  33. {
  34. "blockHash": "0x59abf826434e6939882ab4eb26b24cd3b2dc4e185cf75471f8111c6563cb8017",
  35. "blockNumber": 166,
  36. "contractAddress": null,
  37. "cumulativeGasUsed": 909140,
  38. "from": "0x3075f180abdd92ea539274a3a6d9c428a4516d6b",
  39. "gasUsed": 909140,
  40. "logs": [],
  41. "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
  42. "status": false,
  43. "to": "0x57f6e9596693364d33fd7c35ae525568a350cbae",
  44. "transactionHash": "0xd424516f0c7f71c0f41df555defc742e99c1c9b0cec03155a313bf9ee6000da1",
  45. "transactionIndex": 0
  46. }
  47. at SafeSubscriber._next (/Users/gpestana/brave/decentralized-bat-net-experiments/anonymous-zether/node_modules/web3-core-method/dist/web3-core-method.cjs.js:1062:32)
  48. at SafeSubscriber.__tryOrUnsub (/Users/gpestana/brave/decentralized-bat-net-experiments/anonymous-zether/node_modules/rxjs/internal/Subscriber.js:205:16)
  49. at SafeSubscriber.next (/Users/gpestana/brave/decentralized-bat-net-experiments/anonymous-zether/node_modules/rxjs/internal/Subscriber.js:143:22)
  50. at Subscriber._next (/Users/gpestana/brave/decentralized-bat-net-experiments/anonymous-zether/node_modules/rxjs/internal/Subscriber.js:89:26)
  51. at Subscriber.next (/Users/gpestana/brave/decentralized-bat-net-experiments/anonymous-zether/node_modules/rxjs/internal/Subscriber.js:66:18)
  52. at TransactionObserver.emitNext (/Users/gpestana/brave/decentralized-bat-net-experiments/anonymous-zether/node_modules/web3-core-method/dist/web3-core-method.cjs.js:454:16)
  53. at _callee$ (/Users/gpestana/brave/decentralized-bat-net-experiments/anonymous-zether/node_modules/web3-core-method/dist/web3-core-method.cjs.js:335:26)
  54. at tryCatch (/Users/gpestana/brave/decentralized-bat-net-experiments/anonymous-zether/node_modules/regenerator-runtime/runtime.js:45:40)
  55. at Generator.invoke [as _invoke] (/Users/gpestana/brave/decentralized-bat-net-experiments/anonymous-zether/node_modules/regenerator-runtime/runtime.js:271:22)
  56. at Generator.prototype.<computed> [as next] (/Users/gpestana/brave/decentralized-bat-net-experiments/anonymous-zether/node_modules/regenerator-runtime/runtime.js:97:21)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement