Skip to content

Instantly share code, notes, and snippets.

@y12studio
Created March 21, 2016 03:44
Show Gist options
  • Save y12studio/151660f4c091d9c7b1c2 to your computer and use it in GitHub Desktop.
Save y12studio/151660f4c091d9c7b1c2 to your computer and use it in GitHub Desktop.
YSOA2 JSON Interface
[ { "constant": false, "inputs": [], "name": "bid", "outputs": [], "type": "function", "displayName": "bid" }, { "constant": false, "inputs": [], "name": "auctionEnd", "outputs": [], "type": "function", "displayName": "auction End" }, { "constant": true, "inputs": [], "name": "beneficiary", "outputs": [ { "name": "", "type": "address", "value": "0x5de46a5fe56e7ebd1d24cf6cd64160ca99542b68", "displayName": "" } ], "type": "function", "displayName": "beneficiary" }, { "constant": true, "inputs": [], "name": "auctionStart", "outputs": [ { "name": "", "type": "uint256", "value": "1458531013", "displayName": "" } ], "type": "function", "displayName": "auction Start" }, { "constant": true, "inputs": [], "name": "feeBalance", "outputs": [ { "name": "", "type": "uint256", "value": "0", "displayName": "" } ], "type": "function", "displayName": "fee Balance" }, { "constant": true, "inputs": [], "name": "highestBidder", "outputs": [ { "name": "", "type": "address", "value": "0x0000000000000000000000000000000000000000", "displayName": "" } ], "type": "function", "displayName": "highest Bidder" }, { "constant": true, "inputs": [], "name": "feeDao", "outputs": [ { "name": "", "type": "address", "value": "0x996bf0b193a765645f92dfb25d133c4d13727bd2", "displayName": "" } ], "type": "function", "displayName": "fee Dao" }, { "constant": true, "inputs": [], "name": "feePpm", "outputs": [ { "name": "", "type": "uint32", "value": "10000", "displayName": "" } ], "type": "function", "displayName": "fee Ppm" }, { "constant": true, "inputs": [], "name": "biddingTime", "outputs": [ { "name": "", "type": "uint256", "value": "2592000", "displayName": "" } ], "type": "function", "displayName": "bidding Time" }, { "constant": true, "inputs": [], "name": "highestBid", "outputs": [ { "name": "", "type": "uint256", "value": "0", "displayName": "" } ], "type": "function", "displayName": "highest Bid" }, { "constant": false, "inputs": [], "name": "rescueBalanceDevOnly", "outputs": [], "type": "function", "displayName": "rescue Balance Dev Only" }, { "inputs": [ { "name": "_biddingTime", "type": "uint256", "typeShort": "uint", "bits": "256", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;bidding Time", "template": "elements_input_uint", "value": "2592000" }, { "name": "_beneficiary", "type": "address", "typeShort": "address", "bits": "", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;beneficiary", "template": "elements_input_address", "value": "0x5de46A5fe56e7eBd1D24cf6cd64160cA99542B68" }, { "name": "_feeDao", "type": "address", "typeShort": "address", "bits": "", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;fee Dao", "template": "elements_input_address", "value": "0x996bf0b193a765645f92Dfb25d133c4D13727BD2" }, { "name": "_feePpm", "type": "uint32", "typeShort": "uint", "bits": "32", "displayName": "&thinsp;<span class=\"punctuation\">_</span>&thinsp;fee Ppm", "template": "elements_input_uint", "value": "10000" } ], "type": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "bidder", "type": "address" }, { "indexed": false, "name": "amount", "type": "uint256" } ], "name": "HighestBidIncreased", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "winner", "type": "address" }, { "indexed": false, "name": "amount", "type": "uint256" } ], "name": "AuctionEnded", "type": "event" } ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment