AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 7,026 txns
Unified 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 49 additional slots
-
variable spans 49 additional slots
0x2f60…23e3
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDx | ERC-20 | 31.430209K | -- | -- | |
UNI-V2 | ERC-20 | 0.010368 | -- | -- | |
UNI-V2 | ERC-20 | 0.008547 | -- | -- | |
UNI-V2 | ERC-20 | 0.000009 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15832557 | 2 years ago | | | 0 | 0.0011725674 | |
| 14084179 | 3 years ago | | | 0 | 0.014905547 | |
| 13993888 | 3 years ago | | | 0 | 0.024556634 | |
| 13548551 | 3 years ago | | | 0 | 0.0091345287 | |
| 13398102 | 3 years ago | | | 0 | 0.0086136778 | |
| 13248670 | 3 years ago | | | 0 | 0.0037011147 | |
| 13020318 | 3 years ago | | | 0 | 0.0049382300 | |
| 12917236 | 3 years ago | | | 0 | 0.0058231200 | |
| 12898348 | 3 years ago | | | 0 | 0.0010661420 | |
| 12560282 | 3 years ago | | | 0 | 0.0015958780 |
ABI
ABI objects
Getter at block 21293542
POINT_MULTIPLIER_BIG() view returns (uint256)
1000000000000000000
canRedeem() view returns (bool)
false
isOwner() view returns (bool)
false
lastReward() view returns (uint256)
1732210451
owner() view returns (address)
0x89a359a3d37c3a857e62cde9715900441b47acec
poolLength() view returns (uint256)
3
timelock() view returns (address)
0xf4a4534a9a049e5b3b6701e71b276b8a11f09139
totalAllocPoint() view returns (uint256)
2250
Read-only
getPoolAllocPoints(uint256 _poolID) view returns (uint256)
getPoolToken(uint256 _poolID) view returns (address)
getStakedLP(address _user, uint256 _poolID) view returns (uint256)
lastUserAction(uint256, address) view returns (uint256)
lastUserCooldownAction(uint256, address) view returns (uint256)
minimumCoolingSeconds(uint256) view returns (uint256)
minimumStakingSeconds(uint256) view returns (uint256)
pendingReward(address _user, uint256 _poolID) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 totalShare, uint256 totalDollarPoints)
userInfo(uint256, address) view returns (uint256 amount, uint256 lastClaimed, uint256 shareBalance, uint256 lastDollarPoints)
userStatus(uint256, address) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addPool(uint256 _allocPoint, address _lpToken) returns (bool)
claimReward(uint256 _poolID, address _user) returns (bool)
commitToWithdraw(uint256 _poolID) returns (bool)
deposit(uint256 _poolID, uint256 _amount) returns (bool)
initialize()
initialize(address owner_, address dollar_)
initialize(address sender)
renounceOwnership()
setCanRedeem(bool val_)
setLastRebase(uint256 newUsdAmount)
setMinimumCoolingSeconds(uint256 _poolID, uint256 _minSeconds)
setMinimumStakingSeconds(uint256 _poolID, uint256 _minSeconds)
setPool(uint256 _poolID, uint256 _allocPoint) returns (bool)
setTimelock(address timelock_)
transferOwnership(address newOwner)
withdraw(uint256 _poolID) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.