AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 402 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 | 28.377265K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11890835 | 4 years ago | | | 0 | 0.027202695 | |
| 11868931 | 4 years ago | | | 0 | 0.024138000 | |
| 11868453 | 4 years ago | | | 0 | 0.019310400 | |
| 11866507 | 4 years ago | | | 0 | 0.011857585 | |
| 11866492 | 4 years ago | | | 0 | 0.0097873000 | |
| 11857784 | 4 years ago | | | 0 | 0.025553825 | |
| 11848842 | 4 years ago | | | 0 | 0.013427722 | |
| 11848406 | 4 years ago | | | 0 | 0.017389740 | |
| 11845805 | 4 years ago | | | 0 | 0.012873600 | |
| 11845049 | 4 years ago | | | 0 | 0.034746705 |
ABI
ABI objects
Getter at block 21318426
Dollars() view returns (address)
0x2f6081e3552b1c86ce4479b80062a1dda8ef23e3
POINT_MULTIPLIER() view returns (uint256)
1000000000000000000
coolDownPeriodSeconds() view returns (uint256)
0
isOwner() view returns (bool)
false
owner() view returns (address)
0x89a359a3d37c3a857e62cde9715900441b47acec
stakingMinimumSeconds() view returns (uint256)
0
totalCommitted() view returns (uint256)
120520982000000
totalDollarPoints() view returns (uint256)
144296534626997604
totalStaked() view returns (uint256)
14147700000000
Read-only
pendingReward(address user_) view returns (uint256)
userStake(address) view returns (uint256 lastDollarPoints, uint256 stakingSeconds, uint256 stakingAmount, uint256 unstakingSeconds, uint256 stakingStatus)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addRebaseFunds(uint256 newUsdAmount)
changeCoolDownSeconds(uint256 seconds_)
changeStakingMinimumSeconds(uint256 seconds_)
claimReward(address user_)
commitUnstake()
initialize()
initialize(address owner_, address dollar_, address timelock_)
initialize(address sender)
renounceOwnership()
stake(uint256 amount)
transferOwnership(address newOwner)
unstake()
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.