Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. [
  2. {
  3. "constant": false,
  4. "inputs": [
  5. {
  6. "name": "newAddress",
  7. "type": "address"
  8. }
  9. ],
  10. "name": "updateManagerAddress",
  11. "outputs": [],
  12. "payable": false,
  13. "stateMutability": "nonpayable",
  14. "type": "function"
  15. },
  16. {
  17. "constant": true,
  18. "inputs": [],
  19. "name": "getActualManagerAddress",
  20. "outputs": [
  21. {
  22. "name": "",
  23. "type": "address"
  24. }
  25. ],
  26. "payable": false,
  27. "stateMutability": "view",
  28. "type": "function"
  29. },
  30. {
  31. "constant": true,
  32. "inputs": [],
  33. "name": "owner",
  34. "outputs": [
  35. {
  36. "name": "",
  37. "type": "address"
  38. }
  39. ],
  40. "payable": false,
  41. "stateMutability": "view",
  42. "type": "function"
  43. },
  44. {
  45. "constant": true,
  46. "inputs": [],
  47. "name": "tokenAddress",
  48. "outputs": [
  49. {
  50. "name": "",
  51. "type": "address"
  52. }
  53. ],
  54. "payable": false,
  55. "stateMutability": "view",
  56. "type": "function"
  57. },
  58. {
  59. "constant": true,
  60. "inputs": [],
  61. "name": "managerAddress",
  62. "outputs": [
  63. {
  64. "name": "",
  65. "type": "address"
  66. }
  67. ],
  68. "payable": false,
  69. "stateMutability": "view",
  70. "type": "function"
  71. },
  72. {
  73. "constant": false,
  74. "inputs": [
  75. {
  76. "name": "newOwner",
  77. "type": "address"
  78. }
  79. ],
  80. "name": "transferOwnership",
  81. "outputs": [],
  82. "payable": false,
  83. "stateMutability": "nonpayable",
  84. "type": "function"
  85. },
  86. {
  87. "inputs": [
  88. {
  89. "name": "tokenOwner",
  90. "type": "address"
  91. }
  92. ],
  93. "payable": false,
  94. "stateMutability": "nonpayable",
  95. "type": "constructor"
  96. }
  97. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement