Keep3rb
Delegate votes from
msg.sender
to delegatee
Delegates votes from signatory to
delegatee
Gets the current votes balance for
account
Determine the prior number of votes for an account as of a block number
Block number must be a finalized block or else this function will revert to prevent misinformation.
Add BNB credit to a job to be paid out for work
Add credit to a job to be paid out for work
Approve a liquidity pair for being accepted in future
Revoke a liquidity pair from being accepted in future
Displays all accepted liquidity pairs
Allows liquidity providers to submit jobs
Applies the credit provided in addLiquidityToJob to the job
Unbond liquidity for a pending keeper job
Allows liquidity providers to remove liquidity
Allows governance to mint new tokens to treasury
burn owned tokens
Implemented by jobs to show that a keeper performend work
Implemented by jobs to show that a keeper performend work
Implemented by jobs to show that a keeper performend work
Allows governance to add new job systems
Full listing of all jobs ever added
Allows governance to remove a job from the systems
Allows governance to change the Keep3rHelper for max spend
Allows governance to change governance (for future upgradability)
Allows pendingGovernance to accept their role as governance (protection pattern)
confirms if the current keeper is registered, can be used for general (non critical) functions
confirms if the current keeper is registered and has a minimum bond, should be used for protected functions
confirms if the current keeper is registered and has a minimum bond, should be used for protected functions
begin the bonding process for a new keeper
get full list of keepers in the system
allows a keeper to activate/register themselves after bonding
begin the unbonding process to stop being a keeper
withdraw funds after unbonding has finished
slash a keeper for downtime
allows governance to create a dispute for a given keeper
allows governance to slash a keeper based on a dispute
blacklists a keeper from participating in the network
allows governance to resolve a dispute on a keeper
Get the number of tokens
spender
is approved to spend on behalf of account
Approve
spender
to transfer up to amount
from src
Triggers an approval from owner to spends
Get the number of tokens held by the
account
Transfer
amount
tokens from msg.sender
to dst
Transfer
amount
tokens from src
to dst
An event thats emitted when an account changes its delegate
An event thats emitted when a delegate account's vote balance changes
The standard EIP-20 transfer event
The standard EIP-20 approval event
Submit a job
Apply credit to a job
Remove credit for a job
Unbond credit for a job
Added a Job
Removed a job
Worked a job
Keeper bonding
Keeper bonded
Keeper unbonding
Keeper unbound
Keeper slashed
Keeper disputed
Keeper resolved
Last modified 2yr ago