Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 KB | None | 0 0
  1. [
  2. {
  3. "constant": true,
  4. "inputs": [],
  5. "name": "processingReward",
  6. "outputs": [
  7. {
  8. "name": "",
  9. "type": "uint256"
  10. }
  11. ],
  12. "payable": false,
  13. "stateMutability": "view",
  14. "type": "function"
  15. },
  16. {
  17. "constant": true,
  18. "inputs": [
  19. {
  20. "name": "memberAddress",
  21. "type": "address"
  22. },
  23. {
  24. "name": "proposalIndex",
  25. "type": "uint256"
  26. }
  27. ],
  28. "name": "getMemberProposalVote",
  29. "outputs": [
  30. {
  31. "name": "",
  32. "type": "uint8"
  33. }
  34. ],
  35. "payable": false,
  36. "stateMutability": "view",
  37. "type": "function"
  38. },
  39. {
  40. "constant": true,
  41. "inputs": [],
  42. "name": "getCurrentPeriod",
  43. "outputs": [
  44. {
  45. "name": "",
  46. "type": "uint256"
  47. }
  48. ],
  49. "payable": false,
  50. "stateMutability": "view",
  51. "type": "function"
  52. },
  53. {
  54. "constant": true,
  55. "inputs": [
  56. {
  57. "name": "",
  58. "type": "address"
  59. }
  60. ],
  61. "name": "members",
  62. "outputs": [
  63. {
  64. "name": "delegateKey",
  65. "type": "address"
  66. },
  67. {
  68. "name": "shares",
  69. "type": "uint256"
  70. },
  71. {
  72. "name": "exists",
  73. "type": "bool"
  74. },
  75. {
  76. "name": "highestIndexYesVote",
  77. "type": "uint256"
  78. }
  79. ],
  80. "payable": false,
  81. "stateMutability": "view",
  82. "type": "function"
  83. },
  84. {
  85. "constant": true,
  86. "inputs": [],
  87. "name": "totalSharesRequested",
  88. "outputs": [
  89. {
  90. "name": "",
  91. "type": "uint256"
  92. }
  93. ],
  94. "payable": false,
  95. "stateMutability": "view",
  96. "type": "function"
  97. },
  98. {
  99. "constant": false,
  100. "inputs": [
  101. {
  102. "name": "newDelegateKey",
  103. "type": "address"
  104. }
  105. ],
  106. "name": "updateDelegateKey",
  107. "outputs": [],
  108. "payable": false,
  109. "stateMutability": "nonpayable",
  110. "type": "function"
  111. },
  112. {
  113. "constant": true,
  114. "inputs": [],
  115. "name": "totalShares",
  116. "outputs": [
  117. {
  118. "name": "",
  119. "type": "uint256"
  120. }
  121. ],
  122. "payable": false,
  123. "stateMutability": "view",
  124. "type": "function"
  125. },
  126. {
  127. "constant": true,
  128. "inputs": [
  129. {
  130. "name": "",
  131. "type": "uint256"
  132. }
  133. ],
  134. "name": "proposalQueue",
  135. "outputs": [
  136. {
  137. "name": "proposer",
  138. "type": "address"
  139. },
  140. {
  141. "name": "applicant",
  142. "type": "address"
  143. },
  144. {
  145. "name": "sharesRequested",
  146. "type": "uint256"
  147. },
  148. {
  149. "name": "startingPeriod",
  150. "type": "uint256"
  151. },
  152. {
  153. "name": "yesVotes",
  154. "type": "uint256"
  155. },
  156. {
  157. "name": "noVotes",
  158. "type": "uint256"
  159. },
  160. {
  161. "name": "processed",
  162. "type": "bool"
  163. },
  164. {
  165. "name": "didPass",
  166. "type": "bool"
  167. },
  168. {
  169. "name": "aborted",
  170. "type": "bool"
  171. },
  172. {
  173. "name": "tokenTribute",
  174. "type": "uint256"
  175. },
  176. {
  177. "name": "details",
  178. "type": "string"
  179. },
  180. {
  181. "name": "maxTotalSharesAtYesVote",
  182. "type": "uint256"
  183. }
  184. ],
  185. "payable": false,
  186. "stateMutability": "view",
  187. "type": "function"
  188. },
  189. {
  190. "constant": true,
  191. "inputs": [
  192. {
  193. "name": "",
  194. "type": "address"
  195. }
  196. ],
  197. "name": "memberAddressByDelegateKey",
  198. "outputs": [
  199. {
  200. "name": "",
  201. "type": "address"
  202. }
  203. ],
  204. "payable": false,
  205. "stateMutability": "view",
  206. "type": "function"
  207. },
  208. {
  209. "constant": true,
  210. "inputs": [],
  211. "name": "gracePeriodLength",
  212. "outputs": [
  213. {
  214. "name": "",
  215. "type": "uint256"
  216. }
  217. ],
  218. "payable": false,
  219. "stateMutability": "view",
  220. "type": "function"
  221. },
  222. {
  223. "constant": true,
  224. "inputs": [],
  225. "name": "abortWindow",
  226. "outputs": [
  227. {
  228. "name": "",
  229. "type": "uint256"
  230. }
  231. ],
  232. "payable": false,
  233. "stateMutability": "view",
  234. "type": "function"
  235. },
  236. {
  237. "constant": true,
  238. "inputs": [],
  239. "name": "getProposalQueueLength",
  240. "outputs": [
  241. {
  242. "name": "",
  243. "type": "uint256"
  244. }
  245. ],
  246. "payable": false,
  247. "stateMutability": "view",
  248. "type": "function"
  249. },
  250. {
  251. "constant": true,
  252. "inputs": [],
  253. "name": "summoningTime",
  254. "outputs": [
  255. {
  256. "name": "",
  257. "type": "uint256"
  258. }
  259. ],
  260. "payable": false,
  261. "stateMutability": "view",
  262. "type": "function"
  263. },
  264. {
  265. "constant": true,
  266. "inputs": [],
  267. "name": "votingPeriodLength",
  268. "outputs": [
  269. {
  270. "name": "",
  271. "type": "uint256"
  272. }
  273. ],
  274. "payable": false,
  275. "stateMutability": "view",
  276. "type": "function"
  277. },
  278. {
  279. "constant": false,
  280. "inputs": [
  281. {
  282. "name": "sharesToBurn",
  283. "type": "uint256"
  284. }
  285. ],
  286. "name": "ragequit",
  287. "outputs": [],
  288. "payable": false,
  289. "stateMutability": "nonpayable",
  290. "type": "function"
  291. },
  292. {
  293. "constant": true,
  294. "inputs": [],
  295. "name": "proposalDeposit",
  296. "outputs": [
  297. {
  298. "name": "",
  299. "type": "uint256"
  300. }
  301. ],
  302. "payable": false,
  303. "stateMutability": "view",
  304. "type": "function"
  305. },
  306. {
  307. "constant": true,
  308. "inputs": [
  309. {
  310. "name": "startingPeriod",
  311. "type": "uint256"
  312. }
  313. ],
  314. "name": "hasVotingPeriodExpired",
  315. "outputs": [
  316. {
  317. "name": "",
  318. "type": "bool"
  319. }
  320. ],
  321. "payable": false,
  322. "stateMutability": "view",
  323. "type": "function"
  324. },
  325. {
  326. "constant": false,
  327. "inputs": [
  328. {
  329. "name": "applicant",
  330. "type": "address"
  331. },
  332. {
  333. "name": "tokenTribute",
  334. "type": "uint256"
  335. },
  336. {
  337. "name": "sharesRequested",
  338. "type": "uint256"
  339. },
  340. {
  341. "name": "details",
  342. "type": "string"
  343. }
  344. ],
  345. "name": "submitProposal",
  346. "outputs": [],
  347. "payable": false,
  348. "stateMutability": "nonpayable",
  349. "type": "function"
  350. },
  351. {
  352. "constant": false,
  353. "inputs": [
  354. {
  355. "name": "proposalIndex",
  356. "type": "uint256"
  357. },
  358. {
  359. "name": "uintVote",
  360. "type": "uint8"
  361. }
  362. ],
  363. "name": "submitVote",
  364. "outputs": [],
  365. "payable": false,
  366. "stateMutability": "nonpayable",
  367. "type": "function"
  368. },
  369. {
  370. "constant": true,
  371. "inputs": [
  372. {
  373. "name": "highestIndexYesVote",
  374. "type": "uint256"
  375. }
  376. ],
  377. "name": "canRagequit",
  378. "outputs": [
  379. {
  380. "name": "",
  381. "type": "bool"
  382. }
  383. ],
  384. "payable": false,
  385. "stateMutability": "view",
  386. "type": "function"
  387. },
  388. {
  389. "constant": true,
  390. "inputs": [],
  391. "name": "guildBank",
  392. "outputs": [
  393. {
  394. "name": "",
  395. "type": "address"
  396. }
  397. ],
  398. "payable": false,
  399. "stateMutability": "view",
  400. "type": "function"
  401. },
  402. {
  403. "constant": true,
  404. "inputs": [],
  405. "name": "dilutionBound",
  406. "outputs": [
  407. {
  408. "name": "",
  409. "type": "uint256"
  410. }
  411. ],
  412. "payable": false,
  413. "stateMutability": "view",
  414. "type": "function"
  415. },
  416. {
  417. "constant": true,
  418. "inputs": [],
  419. "name": "periodDuration",
  420. "outputs": [
  421. {
  422. "name": "",
  423. "type": "uint256"
  424. }
  425. ],
  426. "payable": false,
  427. "stateMutability": "view",
  428. "type": "function"
  429. },
  430. {
  431. "constant": true,
  432. "inputs": [],
  433. "name": "approvedToken",
  434. "outputs": [
  435. {
  436. "name": "",
  437. "type": "address"
  438. }
  439. ],
  440. "payable": false,
  441. "stateMutability": "view",
  442. "type": "function"
  443. },
  444. {
  445. "constant": false,
  446. "inputs": [
  447. {
  448. "name": "proposalIndex",
  449. "type": "uint256"
  450. }
  451. ],
  452. "name": "abort",
  453. "outputs": [],
  454. "payable": false,
  455. "stateMutability": "nonpayable",
  456. "type": "function"
  457. },
  458. {
  459. "constant": false,
  460. "inputs": [
  461. {
  462. "name": "proposalIndex",
  463. "type": "uint256"
  464. }
  465. ],
  466. "name": "processProposal",
  467. "outputs": [],
  468. "payable": false,
  469. "stateMutability": "nonpayable",
  470. "type": "function"
  471. },
  472. {
  473. "inputs": [
  474. {
  475. "name": "summoner",
  476. "type": "address"
  477. },
  478. {
  479. "name": "_approvedToken",
  480. "type": "address"
  481. },
  482. {
  483. "name": "_periodDuration",
  484. "type": "uint256"
  485. },
  486. {
  487. "name": "_votingPeriodLength",
  488. "type": "uint256"
  489. },
  490. {
  491. "name": "_gracePeriodLength",
  492. "type": "uint256"
  493. },
  494. {
  495. "name": "_abortWindow",
  496. "type": "uint256"
  497. },
  498. {
  499. "name": "_proposalDeposit",
  500. "type": "uint256"
  501. },
  502. {
  503. "name": "_dilutionBound",
  504. "type": "uint256"
  505. },
  506. {
  507. "name": "_processingReward",
  508. "type": "uint256"
  509. }
  510. ],
  511. "payable": false,
  512. "stateMutability": "nonpayable",
  513. "type": "constructor"
  514. },
  515. {
  516. "anonymous": false,
  517. "inputs": [
  518. {
  519. "indexed": false,
  520. "name": "proposalIndex",
  521. "type": "uint256"
  522. },
  523. {
  524. "indexed": true,
  525. "name": "delegateKey",
  526. "type": "address"
  527. },
  528. {
  529. "indexed": true,
  530. "name": "memberAddress",
  531. "type": "address"
  532. },
  533. {
  534. "indexed": true,
  535. "name": "applicant",
  536. "type": "address"
  537. },
  538. {
  539. "indexed": false,
  540. "name": "tokenTribute",
  541. "type": "uint256"
  542. },
  543. {
  544. "indexed": false,
  545. "name": "sharesRequested",
  546. "type": "uint256"
  547. }
  548. ],
  549. "name": "SubmitProposal",
  550. "type": "event"
  551. },
  552. {
  553. "anonymous": false,
  554. "inputs": [
  555. {
  556. "indexed": true,
  557. "name": "proposalIndex",
  558. "type": "uint256"
  559. },
  560. {
  561. "indexed": true,
  562. "name": "delegateKey",
  563. "type": "address"
  564. },
  565. {
  566. "indexed": true,
  567. "name": "memberAddress",
  568. "type": "address"
  569. },
  570. {
  571. "indexed": false,
  572. "name": "uintVote",
  573. "type": "uint8"
  574. }
  575. ],
  576. "name": "SubmitVote",
  577. "type": "event"
  578. },
  579. {
  580. "anonymous": false,
  581. "inputs": [
  582. {
  583. "indexed": true,
  584. "name": "proposalIndex",
  585. "type": "uint256"
  586. },
  587. {
  588. "indexed": true,
  589. "name": "applicant",
  590. "type": "address"
  591. },
  592. {
  593. "indexed": true,
  594. "name": "memberAddress",
  595. "type": "address"
  596. },
  597. {
  598. "indexed": false,
  599. "name": "tokenTribute",
  600. "type": "uint256"
  601. },
  602. {
  603. "indexed": false,
  604. "name": "sharesRequested",
  605. "type": "uint256"
  606. },
  607. {
  608. "indexed": false,
  609. "name": "didPass",
  610. "type": "bool"
  611. }
  612. ],
  613. "name": "ProcessProposal",
  614. "type": "event"
  615. },
  616. {
  617. "anonymous": false,
  618. "inputs": [
  619. {
  620. "indexed": true,
  621. "name": "memberAddress",
  622. "type": "address"
  623. },
  624. {
  625. "indexed": false,
  626. "name": "sharesToBurn",
  627. "type": "uint256"
  628. }
  629. ],
  630. "name": "Ragequit",
  631. "type": "event"
  632. },
  633. {
  634. "anonymous": false,
  635. "inputs": [
  636. {
  637. "indexed": true,
  638. "name": "proposalIndex",
  639. "type": "uint256"
  640. },
  641. {
  642. "indexed": false,
  643. "name": "applicantAddress",
  644. "type": "address"
  645. }
  646. ],
  647. "name": "Abort",
  648. "type": "event"
  649. },
  650. {
  651. "anonymous": false,
  652. "inputs": [
  653. {
  654. "indexed": true,
  655. "name": "memberAddress",
  656. "type": "address"
  657. },
  658. {
  659. "indexed": false,
  660. "name": "newDelegateKey",
  661. "type": "address"
  662. }
  663. ],
  664. "name": "UpdateDelegateKey",
  665. "type": "event"
  666. },
  667. {
  668. "anonymous": false,
  669. "inputs": [
  670. {
  671. "indexed": true,
  672. "name": "summoner",
  673. "type": "address"
  674. },
  675. {
  676. "indexed": false,
  677. "name": "shares",
  678. "type": "uint256"
  679. }
  680. ],
  681. "name": "SummonComplete",
  682. "type": "event"
  683. }
  684. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement