BountyManager
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "BountyManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BountyManager"
ABI
ABI objects
Getter at block 23652948 getBaseBounty() view returns (uint256) minDLPBalance() view returns (uint256 min)
RATIO_DIVISOR() view returns (uint256)
10000
baseBountyUsdTarget() view returns (uint256)
0
bountyCount() view returns (uint256)
0
compounder() view returns (address)
0x0000000000000000000000000000000000000000
eligibilityDataProvider() view returns (address)
0x0000000000000000000000000000000000000000
hunterShare() view returns (uint256)
0
maxBaseBounty() view returns (uint256)
0
mfd() view returns (address)
0x0000000000000000000000000000000000000000
minStakeAmount() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
priceProvider() view returns (address)
0x0000000000000000000000000000000000000000
rdnt() view returns (address)
0x0000000000000000000000000000000000000000
weth() view returns (address)
0x0000000000000000000000000000000000000000
whitelistActive() view returns (bool)
false
Read-only
whitelist(address) view returns (bool)
State-modifying
Events addAddressToWL(address user, bool status)
changeWL(bool status)
claim(address _user, uint8 _actionType) returns (uint256, uint8)
executeBounty(address _user, bool _execute, uint8 _actionType) returns (uint256 bounty, uint8 actionType)
initialize(address _rdnt, address _weth, address _mfd, address _priceProvider, address _eligibilityDataProvider, address _compounder, uint256 _hunterShare, uint256 _baseBountyUsdTarget, uint256 _maxBaseBounty)
pause()
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setBaseBountyUsdTarget(uint256 _newVal)
setBounties()
setHunterShare(uint256 _newVal)
setMaxBaseBounty(uint256 _newVal)
setMinStakeAmount(uint256 _minStakeAmount)
transferOwnership(address newOwner)
unpause()
BaseBountyUsdTargetUpdated(uint256 indexed _newVal)
BountiesSet()
BountyReserveEmpty(uint256 indexed _bal)
HunterShareUpdated(uint256 indexed _newVal)
Initialized(uint8 version)
MaxBaseBountyUpdated(uint256 indexed _newVal)
MinStakeAmountUpdated(uint256 indexed _minStakeAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Recovered(address indexed token, uint256 amount)
Unpaused(address account)
WhitelistActiveChanged(bool indexed isActive)
WhitelistUpdated(address indexed _user, bool indexed _isActive)
constructor()
This contract contains no fallback and receive objects.
ActionTypeIndexOutOfBounds()
AddressZero()
Ineligible()
InvalidNumber()
InvalidSlippage()
NotWhitelisted()
QuoteFail()