Advertisement
Guest User

Daedalus Dynamic Pyramid JSON Interface

a guest
Feb 23rd, 2016
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.78 KB | None | 0 0
  1. [ { "constant": true, "inputs": [], "name": "currentPyramidBalanceApproximately", "outputs": [ { "name": "pyramidBalance", "type": "uint256", "value": "24", "displayName": "pyramid Balance" }, { "name": "info", "type": "string", "value": "All balance values are measured in Ethers, note that due to no decimal placing, these values show up as integers only, within the contract itself you will get the exact decimal value you are supposed to", "displayName": "info" } ], "type": "function", "displayName": "current Pyramid Balance Approximately" },
  2. { "constant": true, "inputs": [], "name": "nextPayoutWhenPyramidBalanceTotalsApproximately", "outputs": [ { "name": "balancePayout", "type": "uint256", "value": "210", "displayName": "balance Payout" } ], "type": "function", "displayName": "next Payout When Pyramid Balance Totals Approximately" },
  3. { "constant": true, "inputs": [], "name": "currentMultiplier", "outputs": [ { "name": "multiplier", "type": "uint256", "value": "300", "displayName": "multiplier" }, { "name": "info", "type": "string", "value": "This multiplier applies to you as soon as transaction is received, may be lowered to hasten payouts or increased if payouts are fast enough. Due to no float or decimals, multiplier is x100 for a fractional multiplier e.g. 250 is actually a 2.5x multiplier. Capped at 3x max and 1.2x min.", "displayName": "info" } ], "type": "function", "displayName": "current Multiplier" },
  4. { "constant": true, "inputs": [], "name": "currentFeePercentage", "outputs": [ { "name": "fee", "type": "uint256", "value": "10", "displayName": "fee" }, { "name": "info", "type": "string", "value": "Shown in % form. Fee is halved(50%) for amounts equal or greater than 50 ethers. (Fee may change, but is capped to a maximum of 10%)", "displayName": "info" } ], "type": "function", "displayName": "current Fee Percentage" },
  5. { "constant": true, "inputs": [ { "name": "orderInPyramid", "type": "uint256", "typeShort": "uint", "bits": "256", "displayName": "order In Pyramid", "template": "elements_input_uint" } ], "name": "participantDetails", "outputs": [ { "name": "Address", "type": "address", "value": "0xc4d6805457b5289098802e8bc168250bc692ad87", "displayName": " Address" }, { "name": "Payout", "type": "uint256", "value": "30", "displayName": " Payout" } ], "type": "function", "displayName": "participant Details" },
  6. { "constant": true, "inputs": [], "name": "totalParticipants", "outputs": [ { "name": "count", "type": "uint256", "value": "4", "displayName": "count" } ], "type": "function", "displayName": "total Participants" },
  7. { "constant": true, "inputs": [], "name": "numberOfParticipantsWaitingForPayout", "outputs": [ { "name": "count", "type": "uint256", "value": "1", "displayName": "count" } ], "type": "function", "displayName": "number Of Participants Waiting For Payout" } ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement