Pointer to the Web3Connection assigned to this contract class
Returns the Web3Contract class representing this contract
Access Governed contract functions through here
Settler token is the token that originates oracles
Access registry for this network, in case one exists
Returns the Web3 class assigned to this connection
Return a property value from the contract
cancel a bounty
cancel funding
in seconds
duration in seconds
duration in seconds
percentage is per 10,000; 3 = 0,0003
percentage is per 10,000; 3 = 0,0003
percentage is per 10,000; 3 = 0,0003
percentage is per 10,000; 3 = 0,0003
close bounty with the selected proposal id
Alias for Web3Connection.connect(); Will load contract if success
create a proposal with a pull request for a bounty
create pull request for bounty id
Gives oracles from msg.sender to recipient
Deploy the loaded abi contract
number duration in milliseconds
dispute a proposal for a bounty
number duration in milliseconds
enable users to fund a bounty
decimals of the transactional for this bounty
get total amount of oracles of an address
Get the resume of oracles locked, delegated by others and delegations
cancels a bounty or a funding request if user is governor or owner and after cancelableTime has passed
bounty or funding request id
A bounty is in Draft when now is earlier than the creation date + draft time
boolean
A proposal is disputed if its weight is greater than the percentage needed for dispute
boolean
Permissive way of initializing the contract, used primarily for deploys. Prefer to use loadContract
Preferred way of initializing and loading a contract
Lock given amount into the oracle mapping
mark a PR ready for review
Returns the number of open bounties
Creates a bounty on the network
You can open a funding-request-bounty by providing rewardToken
, rewardAmount
, and fundingAmount
custom id of this bounty
title for this bounty
repository path for this bounty
branch inside the provided repo path
enable users to retract their funding
Interact with, or change a value of, a property on the contract
Send unsigned transaction
Alias for Web3Connection.start(); Will load contract if success
Takes back oracles from the entryId related to msg.sender
Unlock from the oracle mapping
update the value of a bounty with a new amount
decimals of the transactional for this bounty
update the treasury address
Generated using TypeDoc
Returns the Account associated with this connection