Keep3rHelper

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0x3096733e at 15436027
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Keep3rHelper"

No transactions found for "Keep3rHelper"


Functions
Getter at block 21273351
BOOST_BASE(view returns (uint256)
10000
KP3R(view returns (address)
0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44
governance(view returns (address)
0x0d5dc686d0a2abbfdafdfb4d0533e886517d4e83
keep3rV2(view returns (address)
0xeb02addcfd8b773a5ffa6b9d1fe99c566f8c44cc
kp3rWethPool(view returns (address poolAddressbool isKP3RToken0)
(poolAddress=0x11b7a6bc0259ed6cf9db8f499988f9ecc7167bf5, isKP3RToken0=true)
maxBoost(view returns (uint256)
12000
minBaseFee(view returns (uint256)
15000000000
minBoost(view returns (uint256)
11000
minPriorityFee(view returns (uint256)
2000000000
pendingGovernance(view returns (address)
0x0000000000000000000000000000000000000000
quoteTwapTime(view returns (uint32)
600
targetBond(view returns (uint256)
200000000000000000000
workExtraGas(view returns (uint256)
50000
Read-only
bonds(address _keeperview returns (uint256 _amountBonded)
getKP3RsAtTick(uint256 _liquidityAmountint56 _tickDifferenceuint256 _timeIntervalpure returns (uint256 _kp3rAmount)
getPaymentParams(uint256 _bondsview returns (uint256 _boostuint256 _oneEthQuoteuint256 _extra)
getPoolTokens(address _poolview returns (address _token0address _token1)
getQuoteAtTick(uint128 _baseAmountint56 _tickDifferenceuint256 _timeIntervalpure returns (uint256 _quoteAmount)
getRewardAmount(uint256 _gasUsedview returns (uint256 _amount)
getRewardAmountFor(address _keeperuint256 _gasUsedview returns (uint256 _kp3r)
getRewardBoostFor(uint256 _bondsview returns (uint256 _rewardBoost)
isKP3RToken0(address _poolview returns (bool _isKP3RToken0)
observe(address _pooluint32[] _secondsAgoview returns (int56 _tickCumulative1int56 _tickCumulative2bool _success)
quote(uint256 _ethview returns (uint256 _amountOut)
State-modifying
acceptGovernance(
setGovernance(address _governance
setKeep3rV2(address _keep3rV2
setKp3rWethPool(address _poolAddress
setMaxBoost(uint256 _maxBoost
setMinBaseFee(uint256 _minBaseFee
setMinBoost(uint256 _minBoost
setMinPriorityFee(uint256 _minPriorityFee
setQuoteTwapTime(uint32 _quoteTwapTime
setTargetBond(uint256 _targetBond
setWorkExtraGas(uint256 _workExtraGas
Events
GovernanceProposal(address _pendingGovernance
GovernanceSet(address _governance
Keep3rV2Change(address _keep3rV2
Kp3rWethPoolChange(address _addressbool _isKP3RToken0
MaxBoostChange(uint256 _maxBoost
MinBaseFeeChange(uint256 _minBaseFee
MinBoostChange(uint256 _minBoost
MinPriorityFeeChange(uint256 _minPriorityFee
QuoteTwapTimeChange(uint32 _quoteTwapTime
TargetBondChange(uint256 _targetBond
WorkExtraGasChange(uint256 _workExtraGas
Constructor
constructor(address _keep3rV2address _governance
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidKp3rPool(
LiquidityPairInvalid(
NoGovernanceZeroAddress(
OnlyGovernance(
OnlyPendingGovernance(