Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
augur-contracts@2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Nov 10, 2016
1 parent 3a286a1 commit 9e92351
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 15 deletions.
25 changes: 20 additions & 5 deletions dist/ethereumjs-connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -16766,7 +16766,7 @@ module.exports={
"event"
],
"method": "getFinal",
"returns": "int256",
"returns": "number",
"signature": [
"int256"
]
Expand Down Expand Up @@ -16868,7 +16868,7 @@ module.exports={
"event"
],
"method": "getRoundTwo",
"returns": "int256",
"returns": "number",
"signature": [
"int256"
]
Expand All @@ -16880,6 +16880,7 @@ module.exports={
],
"method": "increaseBondPaid",
"returns": "int256",
"send": true,
"signature": [
"int256",
"int256"
Expand All @@ -16892,6 +16893,7 @@ module.exports={
],
"method": "setBondAmount",
"returns": "int256",
"send": true,
"signature": [
"int256",
"int256"
Expand All @@ -16916,6 +16918,7 @@ module.exports={
],
"method": "setBondReturned",
"returns": "int256",
"send": true,
"signature": [
"int256"
]
Expand All @@ -16938,6 +16941,7 @@ module.exports={
],
"method": "setForkBondPoster",
"returns": "int256",
"send": true,
"signature": [
"int256",
"int256"
Expand All @@ -16949,6 +16953,7 @@ module.exports={
],
"method": "setForkedOverEthicality",
"returns": "int256",
"send": true,
"signature": [
"int256"
]
Expand All @@ -16959,6 +16964,7 @@ module.exports={
],
"method": "setMoved",
"returns": "int256",
"send": true,
"signature": [
"int256"
]
Expand All @@ -16970,6 +16976,7 @@ module.exports={
],
"method": "setOriginalBranch",
"returns": "int256",
"send": true,
"signature": [
"int256",
"int256"
Expand Down Expand Up @@ -17022,6 +17029,7 @@ module.exports={
],
"method": "setResolved",
"returns": "int256",
"send": true,
"signature": [
"int256",
"int256",
Expand All @@ -17048,6 +17056,7 @@ module.exports={
],
"method": "setRoundTwoRefund",
"returns": "int256",
"send": true,
"signature": [
"int256",
"int256"
Expand All @@ -17062,6 +17071,7 @@ module.exports={
],
"method": "addMarketToBranch",
"returns": "int256",
"send": true,
"signature": [
"int256",
"int256"
Expand Down Expand Up @@ -17259,6 +17269,7 @@ module.exports={
],
"method": "initializeBranch",
"returns": "int256",
"send": true,
"signature": [
"int256",
"int256",
Expand All @@ -17276,6 +17287,7 @@ module.exports={
],
"method": "setBaseReporters",
"returns": "int256",
"send": true,
"signature": [
"int256",
"int256"
Expand All @@ -17288,6 +17300,7 @@ module.exports={
],
"method": "setEventForkedOver",
"returns": "int256",
"send": true,
"signature": [
"int256",
"int256"
Expand All @@ -17299,6 +17312,7 @@ module.exports={
],
"method": "setForkPeriod",
"returns": "int256",
"send": true,
"signature": [
"int256"
]
Expand All @@ -17311,6 +17325,7 @@ module.exports={
],
"method": "setInitialBalance",
"returns": "int256",
"send": true,
"signature": [
"int256",
"int256",
Expand Down Expand Up @@ -19606,7 +19621,7 @@ module.exports={
"event"
],
"method": "proportionCorrectForkEvent",
"returns": "int256",
"returns": "unfix",
"signature": [
"int256"
]
Expand Down Expand Up @@ -20448,7 +20463,7 @@ module.exports={
"event"
],
"method": "proportionCorrect",
"returns": "int256",
"returns": "unfix",
"signature": [
"int256"
]
Expand Down Expand Up @@ -21322,7 +21337,7 @@ module.exports={
"CloseMarketTwo": "0x9fe69262bbaa47f013b7dbd6ca5f01e17446c645",
"CollectFees": "0x9ce7d44719e0d12b5aba76b80fcb7c1b2e7770fd",
"CompleteSets": "0x77c424f86a1b80f1e303d1c2651acd6aba653cb6",
"CompositeGetters": "0x5f67ab9ff79be97b27ac8f26ef9f4b429b82e2df",
"CompositeGetters": "0x53f3c6eebb33db6cdaf3a1222045b79b29950add",
"Consensus": "0x9308cf21b5a11f182f9707ca284bbb71bb84f893",
"ConsensusData": "0x0fbddb6bfb81c8d0965a894567cf4061446072c2",
"CreateBranch": "0x52ccb0490bc81a2ae363fccbb2b367bca546cec7",
Expand Down
Loading

0 comments on commit 9e92351

Please sign in to comment.