TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 2,179 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
Balances ($14,074.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RDNT | ERC-20 | 173.465108K | $0.081139 |
$14,074.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23652462 | 16 minutes ago | | | 0 | 0.000010008829 | |
| 23641662 | 6 hours ago | | | 0 | 0.000010325088 | |
| 23636262 | 9 hours ago | | | 0 | 0.0000099977982 | |
| 23625462 | 15 hours ago | | | 0 | 0.0000096008868 | |
| 23609262 | a day ago | | | 0 | 0.0000068517938 | |
| 23587662 | 2 days ago | | | 0 | 0.000010415725 | |
| 23566064 | 2 days ago | | | 0 | 0.0000063047803 | |
| 23566062 | 2 days ago | | | 0 | 0.0000090304677 | |
| 23528262 | 3 days ago | | | 0 | 0.0000091427964 | |
| 23512062 | 3 days ago | | | 0 | 0.0000098750971 |
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)
3000000000000000000
bountyCount() view returns (uint256)
3
compounder() view returns (address)
0xb905f3c95576baa125c56e477d119db9f9eabfb7
eligibilityDataProvider() view returns (address)
0x376b59c8c944fdd414551934ed542e7f4a1ed5a1
hunterShare() view returns (uint256)
3000
maxBaseBounty() view returns (uint256)
100000000000000000000
mfd() view returns (address)
0xd87f8a52a91680c993ece968b281bf92505a3741
minStakeAmount() view returns (uint256)
5000000000000000000
owner() view returns (address)
0xbbf7edf92926b775a434f9df15860f4cd268b0a0
paused() view returns (bool)
false
priceProvider() view returns (address)
0x8096240d997a25f3d11a2354659a16ea3886fcff
rdnt() view returns (address)
0xd722e55c1d9d9fa0021a5215cbb904b92b3dc5d4
weth() view returns (address)
0x4200000000000000000000000000000000000006
whitelistActive() view returns (bool)
false
Read-only
whitelist(address) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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(address _logic, address admin_, bytes _data)
fallback()
receive()
ActionTypeIndexOutOfBounds()
AddressZero()
Ineligible()
InvalidNumber()
InvalidSlippage()
NotWhitelisted()
QuoteFail()