TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 52 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0x137d…f893
0x57ed…7491
1 additional
variable
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20972265 | a month ago | | | 0 | 0.12871159 | |
| 20863292 | a month ago | | | 0 | 0.035763587 | |
| 20649362 | 2 months ago | | | 0 | 0.0032919727 | |
| 20594614 | 3 months ago | | | 0 | 0.0050731134 | |
| 20589785 | 3 months ago | | | 0 | 0.0043883919 | |
| 20556255 | 3 months ago | | | 0 | 0.0072589068 | |
| 20526726 | 3 months ago | | | 0 | 0.0059914260 | |
| 20499753 | 3 months ago | | | 0 | 0.0049493508 | |
| 20466781 | 3 months ago | | | 0 | 0.0084019840 | |
| 20404231 | 3 months ago | | | 0 | 0.0062462315 |
ABI
ABI objects
Getter at block 21158065 autocompoundThreshold() view returns (uint256 minStakeAmtEth) selfEligibleCompound() view returns (bool eligible)
MAX_COMPOUND_FEE() view returns (uint256)
2000
MAX_SLIPPAGE() view returns (uint256)
9000
MIN_DELAY() view returns (uint256)
86400
MIN_UNIV3_ROUTE_LENGTH() view returns (uint256)
43
PERCENT_DIVISOR() view returns (uint256)
10000
UNIV3_NEXT_OFFSET() view returns (uint256)
23
addressProvider() view returns (address)
0x70e507f1d20aec229f435cd1ecac6a7200119b9f
baseToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
bountyManager() view returns (address)
0x73e40889b17962c27da5f8f6f2a2e3a00d93c2d0
compoundFee() view returns (uint256)
300
lockZap() view returns (address)
0x135271435886724607c3b21712f8031504f06909
multiFeeDistribution() view returns (address)
0x28e395a54a64284dba39652921cd99924f4e3797
owner() view returns (address)
0x0235a22a38dd09291800e097bd2ebe6e3b4d5f04
paused() view returns (bool)
false
poolHelper() view returns (address)
0x57edfed84f2d3ce48c8702ccc8330a1358ca7491
priceProvider() view returns (address)
0x126bd00b8a0a8b7b230368902d6b0b619db2784c
rdntToken() view returns (address)
0x137ddb47ee24eaa998a535ab00378d6bfa84f893
uniRouter() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
Read-only
getUniV3Route(address _tokenIn, address _tokenOut) view returns (bytes)
isEligibleForAutoCompound(address _user, uint256 _pending) view returns (bool)
isEligibleForCompound(uint256 _pending) view returns (bool eligible)
lastAutocompound(address) view returns (uint256)
userEligibleForCompound(address _user) view returns (bool eligible)
viewPendingRewards(address _user) view returns (address[] tokens, uint256[] amts)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claimCompound(address _user, bool _execute, uint256 _slippage) returns (uint256 fee)
initialize(address _uniRouter, address _mfd, address _baseToken, address _addressProvider, address _lockZap, uint256 _compoundFee)
pause()
renounceOwnership()
selfCompound(uint256 _slippage)
setBountyManager(address _manager)
setCompoundFee(uint256 _compoundFee)
setPoolHelper(address _poolHelper)
setUniRouter(address _uniRouter)
setUniV3Route(address _tokenIn, address _tokenOut, bytes _route)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BountyManagerUpdated(address indexed _manager)
CompoundFeeUpdated(uint256 indexed _compoundFee)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PoolHelperUpdated(address indexed _poolHelper)
RoutesUniV3Updated(address indexed _tokenIn, address indexed _tokenOut, bytes _route)
UniRouterUpdated(address indexed _uniRouter)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AddressZero()
ArrayLengthMismatch()
InsufficientStakeAmount()
InvalidCompoundFee()
InvalidSlippage()
NotBountyManager()
NotEligible()
SwapFailed(address asset, uint256 amount)
WrongRoute(address fromToken, address toToken)