{
"version": "eosio::abi/1.1",
"types": [
{
"new_type_name": "approvals_t",
"type": "collab_data[]"
}
],
"structs": [
{
"name": "acceptclaim",
"base": "",
"fields": [
{
"name": "proposal_name",
"type": "name"
},
{
"name": "owner",
"type": "name"
},
{
"name": "claim_link",
"type": "string"
},
{
"name": "decision_link",
"type": "string"
},
{
"name": "decision_class",
"type": "uint8"
}
]
},
{
"name": "advanceprop",
"base": "",
"fields": [
{
"name": "proposal_name",
"type": "name"
},
{
"name": "owner",
"type": "name"
}
]
},
{
"name": "approveprop",
"base": "",
"fields": [
{
"name": "proposal_name",
"type": "name"
},
{
"name": "owner",
"type": "name"
},
{
"name": "collaborator",
"type": "name"
},
{
"name": "collab_uid",
"type": "uint64"
}
]
},
{
"name": "claim",
"base": "",
"fields": [
{
"name": "claim_id",
"type": "uint64"
},
{
"name": "claim_link",
"type": "string"
},
{
"name": "decision_link",
"type": "string"
},
{
"name": "decision_class",
"type": "uint8"
}
]
},
{
"name": "collab_data",
"base": "",
"fields": [
{
"name": "asset_owner",
"type": "name"
},
{
"name": "asset_id",
"type": "uint64"
},
{
"name": "asset_uid",
"type": "uint64"
},
{
"name": "percentage",
"type": "uint64"
},
{
"name": "accepted",
"type": "bool"
}
]
},
{
"name": "completeprop",
"base": "",
"fields": [
{
"name": "proposal_name",
"type": "name"
},
{
"name": "owner",
"type": "name"
},
{
"name": "asset_id",
"type": "uint64"
}
]
},
{
"name": "declineclaim",
"base": "",
"fields": [
{
"name": "proposal_name",
"type": "name"
},
{
"name": "owner",
"type": "name"
},
{
"name": "claim_link",
"type": "string"
},
{
"name": "decision_link",
"type": "string"
},
{
"name": "decision_class",
"type": "uint8"
}
]
},
{
"name": "declineprop",
"base": "",
"fields": [
{
"name": "proposal_name",
"type": "name"
},
{
"name": "owner",
"type": "name"
},
{
"name": "collaborator",
"type": "name"
},
{
"name": "collab_uid",
"type": "uint64"
},
{
"name": "claim_link",
"type": "string"
}
]
},
{
"name": "deleteprop",
"base": "",
"fields": [
{
"name": "proposal_name",
"type": "name"
},
{
"name": "owner",
"type": "name"
}
]
},
{
"name": "disputeprop",
"base": "",
"fields": [
{
"name": "proposal_name",
"type": "name"
},
{
"name": "owner",
"type": "name"
}
]
},
{
"name": "exchange",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
}
]
},
{
"name": "exec",
"base": "",
"fields": [
{
"name": "proposal_name",
"type": "name"
},
{
"name": "owner",
"type": "name"
},
{
"name": "value",
"type": "asset"
}
]
},
{
"name": "ghostexec",
"base": "",
"fields": [
{
"name": "receiver",
"type": "name"
},
{
"name": "receiver_uid",
"type": "uint64"
}
]
},
{
"name": "ghosts",
"base": "",
"fields": [
{
"name": "uid",
"type": "uint64"
},
{
"name": "balance",
"type": "asset"
}
]
},
{
"name": "proposal",
"base": "",
"fields": [
{
"name": "proposal_name",
"type": "name"
},
{
"name": "owner",
"type": "name"
},
{
"name": "owner_uid",
"type": "uint64"
},
{
"name": "proposal_status",
"type": "uint64"
},
{
"name": "asset_id",
"type": "uint64"
},
{
"name": "agreement",
"type": "string"
},
{
"name": "approvals",
"type": "approvals_t"
},
{
"name": "unread_claims",
"type": "claim[]"
},
{
"name": "accepted_claims",
"type": "uint64[]"
},
{
"name": "declined_claims",
"type": "uint64[]"
},
{
"name": "last_edit",
"type": "uint64"
}
]
},
{
"name": "setprop",
"base": "",
"fields": [
{
"name": "proposal_name",
"type": "name"
},
{
"name": "owner",
"type": "name"
}
]
},
{
"name": "soundasset",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "owner",
"type": "name"
},
{
"name": "uid",
"type": "uint64"
},
{
"name": "collaborate",
"type": "bool"
},
{
"name": "fileHash",
"type": "string"
},
{
"name": "metadata",
"type": "string"
},
{
"name": "net_microseconds",
"type": "uint64"
},
{
"name": "net_assetcounter",
"type": "uint64"
}
]
},
{
"name": "upsertprop",
"base": "",
"fields": [
{
"name": "proposal_name",
"type": "name"
},
{
"name": "owner",
"type": "name"
},
{
"name": "owner_uid",
"type": "uint64"
},
{
"name": "asset_id",
"type": "uint64"
},
{
"name": "agreement",
"type": "string"
},
{
"name": "requested",
"type": "approvals_t"
}
]
}
],
"actions": [
{
"name": "acceptclaim",
"type": "acceptclaim",
"ricardian_contract": "---\nspec_version: \"0.1.0\"\ntitle: Accept a Proposal Claim\nsummary: 'Proposal owner to investigate and accept a proposal claim set forward by a collaborator'\nicon: @ICON_BASE_URL@/@TOKEN_ICON_URI@\n---\n\n### Intent of collab::acceptclaim"
},
{
"name": "advanceprop",
"type": "advanceprop",
"ricardian_contract": "---\nspec_version: \"0.1.0\"\ntitle: Advance a Proposal\nsummary: 'Proposal owner to advance the current state of the proposal to either proposal investigation or awaiting completion'\nicon: @ICON_BASE_URL@/@TOKEN_ICON_URI@\n---\n\n### Intent of collab::advanceprop"
},
{
"name": "approveprop",
"type": "approveprop",
"ricardian_contract": "---\nspec_version: \"0.1.0\"\ntitle: Approve a Proposal\nsummary: 'Collaborator to approve an existing proposal and validate all defined proposal metadata'\nicon: @ICON_BASE_URL@/@TOKEN_ICON_URI@\n---\n\n### Intent of collab::approveprop"
},
{
"name": "completeprop",
"type": "completeprop",
"ricardian_contract": "---\nspec_version: \"0.1.0\"\ntitle: Complete a Proposal\nsummary: 'Proposal owner to advance the state of the proposal to complete and set the proposal for execution once all collaborators have approved and all claims are approved.'\nicon: @ICON_BASE_URL@/@TOKEN_ICON_URI@\n---\n\n### Intent of collab::completeprop"
},
{
"name": "declineclaim",
"type": "declineclaim",
"ricardian_contract": "---\nspec_version: \"0.1.0\"\ntitle: Decline a Proposal Claim\nsummary: 'Proposal owner to investigate and decline a proposal claim set forward by a collaborator'\nicon: @ICON_BASE_URL@/@TOKEN_ICON_URI@\n---\n\n### Intent of collab::declinclaim"
},
{
"name": "declineprop",
"type": "declineprop",
"ricardian_contract": "---\nspec_version: \"0.1.0\"\ntitle: Decline a Proposal\nsummary: 'Collaborator to decline an existing proposal and the defined proposal metadata'\nicon: @ICON_BASE_URL@/@TOKEN_ICON_URI@\n---\n\n### Intent of collab::declineprop"
},
{
"name": "deleteprop",
"type": "deleteprop",
"ricardian_contract": "---\nspec_version: \"0.1.0\"\ntitle: Delete a Proposal\nsummary: 'Delete an existing proposal and all associated metadata'\nicon: @ICON_BASE_URL@/@TOKEN_ICON_URI@\n---\n\n### Intent of collab::deleteprop"
},
{
"name": "disputeprop",
"type": "disputeprop",
"ricardian_contract": "---\nspec_version: \"0.1.0\"\ntitle: Dispute a Proposal\nsummary: 'Proposal owner to advance the current state of the proposal to either proposal dismissed or rollback to proposal setup based on the status of the claims.'\nicon: @ICON_BASE_URL@/@TOKEN_ICON_URI@\n---\n\n### Intent of collab::disputeprop"
},
{
"name": "exchange",
"type": "exchange",
"ricardian_contract": ""
},
{
"name": "exec",
"type": "exec",
"ricardian_contract": "---\nspec_version: \"0.1.0\"\ntitle: Execute a Proposal\nsummary: 'Contract account to execute a proposal based on a pre-defined percentage breakdown for collaborator token distribution.'\nicon: @ICON_BASE_URL@/@TOKEN_ICON_URI@\n---\n\n### Intent of collab::exec"
},
{
"name": "ghostexec",
"type": "ghostexec",
"ricardian_contract": "---\nspec_version: \"0.1.0\"\ntitle: Execute a Ghost Account Recover\nsummary: 'Contract account to add an existing ghost account token balance record to a user's validated EOS account.'\nicon: @ICON_BASE_URL@/@TOKEN_ICON_URI@\n---\n\n### Intent of collab::ghostexec\n\n### Term\nTERM. This Contract expires at the conclusion of code execution."
},
{
"name": "setprop",
"type": "setprop",
"ricardian_contract": "---\nspec_version: \"0.1.0\"\ntitle: Set a Proposal\nsummary: 'Set an existing proposal status to awaiting approvals from collaborators'\nicon: @ICON_BASE_URL@/@TOKEN_ICON_URI@\n---\n\n### Intent of collab::setprop"
},
{
"name": "upsertprop",
"type": "upsertprop",
"ricardian_contract": "---\nspec_version: \"0.1.0\"\ntitle: Create &/Or Update a Proposal\nsummary: 'Create and or update proposal with all the required parameter metadata'\nicon: @ICON_BASE_URL@/@TOKEN_ICON_URI@\n---\n\n### Intent of collab::upsertprop"
}
],
"tables": [
{
"name": "claim",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "claim"
},
{
"name": "ghoststable",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "ghosts"
},
{
"name": "proposals",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "proposal"
},
{
"name": "soundassets",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "soundasset"
}
],
"ricardian_clauses": [
{
"id": "Warranty",
"body": "The invoker of the contract action shall uphold its Obligations under this Contract in a timely and workmanlike manner, using knowledge and recommendations for performing the services which meet generally acceptable standards set forth by EOS.IO Blockchain Block Producers."
},
{
"id": "Default",
"body": "The occurrence of any of the following shall constitute a material default under this Contract:"
},
{
"id": "Remedies",
"body": "In addition to any and all other rights a party may have available according to law, if a party defaults by failing to substantially perform any provision, term or condition of this Contract, the other party may terminate the Contract by providing written notice to the defaulting party. This notice shall describe with sufficient detail the nature of the default. The party receiving such notice shall promptly be removed from being a Block Producer and this Contract shall be automatically terminated."
},
{
"id": "ForceMajeure",
"body": "If performance of this Contract or any obligation under this Contract is prevented, restricted, or interfered with by causes beyond either party's reasonable control (\"Force Majeure\"), and if the party unable to carry out its obligations gives the other party prompt written notice of such event, then the obligations of the party invoking this provision shall be suspended to the extent necessary by such event. The term Force Majeure shall include, without limitation, acts of God, fire, explosion, vandalism, storm or other similar occurrence, orders or acts of military or civil authority, or by national emergencies, insurrections, riots, or wars, or strikes, lock-outs, work stoppages, or supplier failures. The excused party shall use reasonable efforts under the circumstances to avoid or remove such causes of non-performance and shall proceed to perform with reasonable dispatch whenever such causes are removed or ceased. An act or omission shall be deemed within the reasonable control of a party if committed, omitted, or caused by such party, or its employees, officers, agents, or affiliates."
},
{
"id": "DisputeResolution",
"body": "Any controversies or disputes arising out of or relating to this Contract will be resolved by binding arbitration under the default rules set forth by the EOS.IO Blockchain. The arbitrator's award will be final, and judgment may be entered upon it by any court having proper jurisdiction."
},
{
"id": "Agreement",
"body": "This Contract contains the entire agreement of the parties, and there are no other promises or conditions in any other agreement whether oral or written concerning the subject matter of this Contract. This Contract supersedes any prior written or oral agreements between the parties."
},
{
"id": "Severability",
"body": "If any provision of this Contract will be held to be invalid or unenforceable for any reason, the remaining provisions will continue to be valid and enforceable. If a court finds that any provision of this Contract is invalid or unenforceable, but that by limiting such provision it would become valid and enforceable, then such provision will be deemed to be written, construed, and enforced as so limited."
},
{
"id": "Amendment",
"body": "This Contract may be modified or amended in writing by mutual agreement between the parties, if the writing is signed by the party obligated under the amendment."
},
{
"id": "GoverningLaw",
"body": "This Contract shall be construed in accordance with the Maxims of Equity."
},
{
"id": "Notice",
"body": "Any notice or communication required or permitted under this Contract shall be sufficiently given if delivered to a verifiable email address or to such other email address as one party may have publicly furnished in writing, or published on a broadcast contract provided by this blockchain for purposes of providing notices of this type."
},
{
"id": "WaiverOfContractualRight",
"body": "The failure of either party to enforce any provision of this Contract shall not be construed as a waiver or limitation of that party's right to subsequently enforce and compel strict compliance with every provision of this Contract."
},
{
"id": "ArbitratorsFeesToPrevailingParty",
"body": "In any action arising hereunder or any separate action pertaining to the validity of this Agreement, both sides shall pay half the initial cost of arbitration, and the prevailing party shall be awarded reasonable arbitrator's fees and costs."
},
{
"id": "ConstructionAndInterpretation",
"body": "The rule requiring construction or interpretation against the drafter is waived. The document shall be deemed as if it were drafted by both parties in a mutual effort."
},
{
"id": "InWitnessWhereof",
"body": "In witness whereof, the parties hereto have caused this Agreement to be executed by themselves or their duly authorized representatives as of the date of execution, and authorized as proven by the cryptographic signature on the transaction that invokes this contract."
}
],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}