Guest User

Untitled

a guest
Jun 18th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. [
  2. {
  3. "constant": true,
  4. "inputs": [
  5. {
  6. "name": "passphrase",
  7. "type": "uint256"
  8. }
  9. ],
  10. "name": "checkPassphrase",
  11. "outputs": [
  12. {
  13. "name": "",
  14. "type": "bool"
  15. }
  16. ],
  17. "payable": false,
  18. "stateMutability": "view",
  19. "type": "function"
  20. },
  21. {
  22. "constant": false,
  23. "inputs": [
  24. {
  25. "name": "answer",
  26. "type": "bytes"
  27. }
  28. ],
  29. "name": "submit",
  30. "outputs": [
  31. {
  32. "name": "",
  33. "type": "string"
  34. }
  35. ],
  36. "payable": false,
  37. "stateMutability": "nonpayable",
  38. "type": "function"
  39. },
  40. {
  41. "inputs": [
  42. {
  43. "name": "_secret",
  44. "type": "string"
  45. }
  46. ],
  47. "payable": false,
  48. "stateMutability": "nonpayable",
  49. "type": "constructor"
  50. },
  51. {
  52. "anonymous": false,
  53. "inputs": [
  54. {
  55. "indexed": true,
  56. "name": "passphrase",
  57. "type": "uint256"
  58. }
  59. ],
  60. "name": "Passphrase",
  61. "type": "event"
  62. }
  63. ]
Add Comment
Please, Sign In to add comment