AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 3,826 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
0xe7c9…c700
0x003e…9fde
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSD | ERC-20 | 43.041606K | -- | -- | |
BSDS | ERC-20 | 22.901126K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20849433 | 2 months ago | | | 0 | 0.00077124323 | |
| 12532397 | 3 years ago | | | 0 | 0.0021526488 | |
| 12109585 | 4 years ago | | | 0 | 0.035001800 | |
| 11969803 | 4 years ago | | | 0 | 0.011636856 | |
| 11901382 | 4 years ago | | | 0 | 0.010820424 | |
| 11898899 | 4 years ago | | | 0 | 0.011177064 | |
| 11813005 | 4 years ago | | | 0 | 0.016421874 | |
| 11811250 | 4 years ago | | | 0 | 0.011177064 | |
| 11804192 | 4 years ago | | | 0 | 0.025004250 | |
| 11774786 | 4 years ago | | | 0 | 0.012834954 |
ABI
ABI objects
Getter at block 21217446
dollar() view returns (address)
0x003e0af2916e598fa5ea5cb2da4edfda9aed9fde
initialized() view returns (bool)
true
latestSnapshotIndex() view returns (uint256)
23
operator() view returns (address)
0x18d6e366d854d73ca9c5a557ef79ccfaa732ab7b
rewardLockupEpochs() view returns (uint256)
2
rewardPerShare() view returns (uint256)
108582878609859605572
share() view returns (address)
0xe7c9c188138f7d70945d420d75f8ca7d8ab9c700
totalSupply() view returns (uint256)
22901126483270743035193
treasury() view returns (address)
0x18d6e366d854d73ca9c5a557ef79ccfaa732ab7b
withdrawLockupEpochs() view returns (uint256)
4
Read-only
balanceOf(address account) view returns (uint256)
boardHistory(uint256) view returns (uint256 time, uint256 rewardReceived, uint256 rewardPerShare)
canClaimReward(address director) view returns (bool)
canWithdraw(address director) view returns (bool)
directors(address) view returns (uint256 lastSnapshotIndex, uint256 rewardEarned, uint256 epochTimerStart)
earned(address director) view returns (uint256)
getLastSnapshotIndexOf(address director) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
allocateSeigniorage(uint256 amount)
claimReward()
exit()
governanceRecoverUnsupported(address _token, uint256 _amount, address _to)
initialize(address _dollar, address _share, address _treasury)
setLockUp(uint256 _withdrawLockupEpochs, uint256 _rewardLockupEpochs)
setOperator(address _operator)
stake(uint256 amount)
withdraw(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(address indexed executor, uint256 at)
RewardAdded(address indexed user, uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.