ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 2,173 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
2 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269136 | 15 minutes ago | | | 0 | 0.0018278990 | |
| 21268480 | 2 hours ago | | | 0 | 0.0025391331 | |
| 21268215 | 3 hours ago | | | 0 | 0.0026074824 | |
| 21268045 | 4 hours ago | | | 0 | 0.0027141147 | |
| 21267484 | 6 hours ago | | | 0 | 0.0021716997 | |
| 21267444 | 6 hours ago | | | 0 | 0.0027218543 | |
| 21267332 | 6 hours ago | | | 0 | 0.0026870842 | |
| 21266401 | 9 hours ago | | | 0 | 0.0040143023 | |
| 21265203 | 13 hours ago | | | 0 | 0.0034552477 | |
| 21265179 | 14 hours ago | | | 0 | 0.0040534074 |
ABI
ABI objects
Getter at block 21269206 proxiableUUID() view returns (bytes32)
aoDistributionWallet() view returns (address)
0xf9e832949399314c198756a90f98c5f1f2343d56
daiDsrManager() view returns (address)
0x373238337bfe1146fb49989fc222523f83081ddb
daiDsrManagerAddress() view returns (address)
0x373238337bfe1146fb49989fc222523f83081ddb
depositToken() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
isNotUpgradeable() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
totalDepositedInPublicPools() view returns (uint256)
107708832024707888544391722
Read-only
pools(uint256) view returns (uint128 withdrawLockPeriodAfterStake, uint256 minimalStake, bool isPublic)
poolsData(uint256) view returns (uint128 lastUpdate, uint256 totalDeposited)
usersData(address, uint256) view returns (uint128 lastStake, uint256 deposited)
State-modifying
Events Distribution_init(address aoDistributionWallet_, struct IDistributionPool[] poolsInfo_, address refunderAddress_, address fallbackAddress_)
bridgeOverplus()
calculateOverplus() returns (uint256)
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)
CalculateOverplusResult(uint256 dsrDaiBalance, uint256 currentOverplus)
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.