Expand description
Useful constants for common strings.
Constants§
- The name of
activation_time
entry point argument. - The name of
address
entry point argument. - The name of
amount
entry point argument. - The name of
key
entry point argument. - The name of
owner
entry point argument. - The name of
recipient
entry point argument. - The name of
to
entry point argument. - The name of
token_id
entry point argument. - The name of
value
entry point argument. - How many
VA’s
are needed for an formal voting quorum. - Time for the formal part of the
Bid Escrow
voting. - How many
VA’s
are needed for an informal voting quorum. - Time for the informal part of the
Bid Escrow
voting. - How much CSPR is sent to GovernanceWallet after the Job is finished
- An address of a multisig wallet (GovernanceWallet) of the DAO.
- Amount of time after formal voting end, when it can be cancelled
- Contract keys.
- Defines how many
Reputation tokens
are given to theVA’s
for their community audit/vote on a work product. - How much reputation of an Internal Worker is slashed after not completing a Job.
- Determines if the Payment for the Job should be distributed between all VA’s or only to those who voted.
- The name of
add_to_whitelist
entry point. - The name of
burn
entry point. - The name of
change_ownership
entry point. - The name of
get
entry point. - The name of
init
entry point. - The name of
mint
entry point. - The name of
remove_from_whitelist
entry point. - The name of
set_or_update
entry point. - The name of
stake
entry point. - The name of
transfer_from
entry point. - The name of
unstake
entry point. - The name of
update_at
entry point. - An address of a contract that will return the conversion rate between Fiat and CSPR.
- How many
VA’s
are needed for an formal voting quorum. - Time for the formal part of other votings
- Defines if KYC is required to post on Forum.
- How many
VA’s
are needed for an informal voting quorum. - Tells if the Informal Voting should stake the reputation or only simulate it.
- Time for the informal part of other votings
- The time of the Internal Auction.
- The key the collection length is stored under.
- The key the voting_contracts’ events are stored under.
- A DOS fee that the JobPoster needs to attach to the Post Job query. The value is the minimum amount of Fiat currency to be attached as CSPR using
FiatConversionRate
. - The time of the External Auction.
- Defines how much
Reputation
is minted for each unit of currency paid forWork
. - Time between Informal and Formal Votings.
- How much time the bid wait for the acceptance. After this time, the bid can be cancelled
- Whether or not VA’s can take part in the
Public Auction
part of theBidding
process. - If the difference between 50/50 and result of the Informal Voting is bigger than the value, the time between votings should be doubled.
- An address of a contract that generates a next voting id.
- Time between the worker job submission and the internal voting start.