ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 25,745 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
1 additional
variable
Balances ($190,391,009.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stETH | ERC-20 | 57.293021K | $3,323.11 |
$190,391,009.9 | |
$ | ERC-20 | 50K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272073 | 3 hours ago | | | 0 | 0.0044870430 | |
| 21272020 | 3 hours ago | | | 0 | 0.0023219784 | |
| 21272010 | 3 hours ago | | | 0 | 0.0017434606 | |
| 21271887 | 3 hours ago | | | 0 | 0.0032640018 | |
| 21271146 | 6 hours ago | | | 0 | 0.0017094597 | |
| 21271142 | 6 hours ago | | | 0.00028676947 | 0.0030089075 | |
| 21270974 | 6 hours ago | | | 0 | 0.00041613364 | |
| 21270500 | 8 hours ago | | | 0 | 0.0040194750 | |
| 21270398 | 8 hours ago | | | 0 | 0.0018902683 | |
| 21269635 | 11 hours ago | | | 0.001 | 0.0019105947 |
ABI
ABI objects
Getter at block 21272907 overplus() view returns (uint256) proxiableUUID() view returns (bytes32)
depositToken() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
isNotUpgradeable() view returns (bool)
false
l1Sender() view returns (address)
0x2efd4430489e1a05a89c2f51811ac661b7e5ff84
owner() view returns (address)
0x1fe04bc15cf2c5a2d41a0b3a96725596676eba1e
totalDepositedInPublicPools() view returns (uint256)
57274366594643296879252
version() pure returns (uint256)
5
Read-only
getClaimLockPeriodMultiplier(uint256 poolId_, uint128 claimLockStart_, uint128 claimLockEnd_) view returns (uint256)
getCurrentReferrerReward(uint256 poolId_, address user_) view returns (uint256)
getCurrentUserMultiplier(uint256 poolId_, address user_) view returns (uint256)
getCurrentUserReward(uint256 poolId_, address user_) view returns (uint256)
getPeriodReward(uint256 poolId_, uint128 startTime_, uint128 endTime_) view returns (uint256)
getReferrerMultiplier(uint256 poolId_, address referrer_) 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 totalVirtualDeposited)
poolsLimits(uint256) view returns (uint128 claimLockPeriodAfterStake, uint128 claimLockPeriodAfterClaim)
referrerTiers(uint256, uint256) view returns (uint256 amount, uint256 multiplier)
referrersData(address, uint256) view returns (uint256 amountStaked, uint256 virtualAmountStaked, uint256 rate, uint256 pendingRewards, uint128 lastClaim)
usersData(address, uint256) view returns (uint128 lastStake, uint256 deposited, uint256 rate, uint256 pendingRewards, uint128 claimLockStart, uint128 claimLockEnd, uint256 virtualDeposited, uint128 lastClaim, address referrer)
State-modifying
Events Distribution_init(address depositToken_, address l1Sender_, struct IDistributionV5Pool[] poolsInfo_)
bridgeOverplus(uint256 gasLimit_, uint256 maxFeePerGas_, uint256 maxSubmissionCost_) payable returns (bytes)
claim(uint256 poolId_, address receiver_) payable
claimReferrerTier(uint256 poolId_, address receiver_) payable
createPool(struct IDistributionV5Pool pool_)
editPool(uint256 poolId_, struct IDistributionV5Pool pool_)
editPoolLimits(uint256 poolId_, struct IDistributionV5PoolLimits poolLimits_)
editReferrerTiers(uint256 poolId_, struct IDistributionV5ReferrerTier[] referrerTiers_)
lockClaim(uint256 poolId_, uint128 claimLockEnd_)
manageUsersInPrivatePool(uint256 poolId_, address[] users_, uint256[] amounts_, uint128[] claimLockEnds_, address[] referrers_)
removeUpgradeability()
renounceOwnership()
stake(uint256 poolId_, uint256 amount_, uint128 claimLockEnd_, address referrer_)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 poolId_, uint256 amount_)
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, bytes uniqueId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(uint256 indexed poolId, struct IDistributionV5Pool pool)
PoolEdited(uint256 indexed poolId, struct IDistributionV5Pool pool)
PoolLimitsEdited(uint256 indexed poolId, struct IDistributionV5PoolLimits poolLimit)
ReferrerClaimed(uint256 indexed poolId, address indexed user, address receiver, uint256 amount)
ReferrerTiersEdited(uint256 indexed poolId, struct IDistributionV5ReferrerTier[] tiers)
Upgraded(address indexed implementation)
UserClaimLocked(uint256 indexed poolId, address indexed user, uint128 claimLockStart, uint128 claimLockEnd)
UserClaimed(uint256 indexed poolId, address indexed user, address receiver, uint256 amount)
UserReferred(uint256 indexed poolId, address indexed user, address indexed referrer, uint256 amount)
UserStaked(uint256 indexed poolId, address indexed user, uint256 amount)
UserWithdrawn(uint256 indexed poolId, address indexed user, uint256 amount)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.