ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 8,747 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 49 additional slots
-
variable spans 49 additional slots
Balances ($493,170,275.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stETH | ERC-20 | 147.604065K | $3,341.17 |
$493,170,275 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247173 | 2 hours ago | | | 0 | 0.0022340270 | |
| 21246902 | 3 hours ago | | | 0 | 0.0019999899 | |
| 21246707 | 3 hours ago | | | 0 | 0.0026513687 | |
| 21246415 | 4 hours ago | | | 0 | 0.0026392201 | |
| 21245848 | 6 hours ago | | | 0 | 0.0041588670 | |
| 21245836 | 6 hours ago | | | 0 | 0.0034409255 | |
| 21245813 | 6 hours ago | | | 0 | 0.0036034886 | |
| 21244628 | 10 hours ago | | | 0 | 0.0023954871 | |
| 21244503 | 11 hours ago | | | 0 | 0.0022327976 | |
| 21242045 | 19 hours ago | | | 0 | 0.0014640630 |
ABI
ABI objects
Getter at block 21247746 overplus() view returns (uint256) proxiableUUID() view returns (bytes32)
aoDistributionWallet() view returns (address)
0xb480cabbc18f94d6bc55bcbd4b9996c2aaa709e4
depositToken() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
isNotUpgradeable() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
totalDepositedInPublicPools() view returns (uint256)
147604065341686008587033
Read-only
getCurrentUserReward(uint256 poolId_, address user_) view returns (uint256)
getPeriodReward(uint256 poolId_, uint128 startTime_, uint128 endTime_) view returns (uint256)
pools(uint256) view returns (uint128 payoutStart, uint128 decreaseInterval, uint128 withdrawLockPeriod, uint128 claimLockPeriod, uint128 withdrawLockPeriodAfterStake, uint256 initialReward, uint256 rewardDecrease, uint256 minimalStake, bool isPublic)
poolsData(uint256) view returns (uint128 lastUpdate, uint256 rate, uint256 totalDeposited)
usersData(address, uint256) view returns (uint128 lastStake, uint256 deposited, uint256 rate, uint256 pendingRewards)
State-modifying
Events Distribution_init(address depositToken_, address aoDistributionWallet_, struct IDistributionPool[] poolsInfo_, address refunderAddress_, address fallbackAddress_)
bridgeOverplus()
createPool(struct IDistributionPool pool_)
ejectStakedFunds(uint256 poolId, address user)
removeUpgradeability()
renounceOwnership()
stake(uint256 poolId_, uint256 amount_, bytes32 arweaveAddress_)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 poolId_, uint256 amount_, bytes32 arweaveAddress_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OverplusBridged(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(uint256 indexed poolId, struct IDistributionPool pool)
PoolEdited(uint256 indexed poolId, struct IDistributionPool pool)
Upgraded(address indexed implementation)
UserClaimed(uint256 indexed poolId, address indexed user, address receiver, uint256 amount)
UserStaked(uint256 indexed poolId, address indexed user, uint256 amount, bytes32 arweaveAddress)
UserWithdrawn(uint256 indexed poolId, address indexed user, uint256 amount, bytes32 arweaveAddress)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.