Compounder

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x5ebaf05f at 18466496
Slot
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

No balances found for "Compounder"

No transactions found for "Compounder"


Functions
Getter at block 21295540
MAX_COMPOUND_FEE(view returns (uint256)
2000
MAX_SLIPPAGE(view returns (uint256)
9000
MIN_DELAY(view returns (uint256)
86400
PERCENT_DIVISOR(view returns (uint256)
10000
addressProvider(view returns (address)
0x0000000000000000000000000000000000000000
 
autocompoundThreshold(view returns (uint256 minStakeAmtEth)
baseToken(view returns (address)
0x0000000000000000000000000000000000000000
bountyManager(view returns (address)
0x0000000000000000000000000000000000000000
compoundFee(view returns (uint256)
0
lockZap(view returns (address)
0x0000000000000000000000000000000000000000
multiFeeDistribution(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
priceProvider(view returns (address)
0x0000000000000000000000000000000000000000
rdntToken(view returns (address)
0x0000000000000000000000000000000000000000
 
selfEligibleCompound(view returns (bool eligible)
uniRouter(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isEligibleForAutoCompound(address _useruint256 _pendingview returns (bool)
isEligibleForCompound(uint256 _pendingview returns (bool eligible)
lastAutocompound(addressview returns (uint256)
rewardToBaseRoute(addressuint256view returns (address)
userEligibleForCompound(address _userview returns (bool eligible)
viewPendingRewards(address _userview returns (address[] tokensuint256[] amts)
wethToRadiant(uint256view returns (address)
State-modifying
claimCompound(address _userbool _executeuint256 _slippagereturns (uint256 fee)
initialize(address _uniRouteraddress _mfdaddress _baseTokenaddress _addressProvideraddress _lockZapuint256 _compoundFee
pause(
renounceOwnership(
selfCompound(uint256 _slippage
setBountyManager(address _manager
setCompoundFee(uint256 _compoundFee
setRoutes(address _tokenaddress[] _routes
transferOwnership(address newOwner
unpause(
Events
BountyManagerUpdated(address indexed _manager
CompoundFeeUpdated(uint256 indexed _compoundFee
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RoutesUpdated(address _tokenaddress[] _routes
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressZero(
ArrayLengthMismatch(
InsufficientStakeAmount(
InvalidCompoundFee(
InvalidSlippage(
NotBountyManager(
NotEligible(
SwapFailed(address assetuint256 amount