Distribution
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 ($0.00)
No balances found for "Distribution"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Distribution"
ABI
ABI objects
Getter at block 21270698
aoDistributionWallet() view returns (address)
0x0000000000000000000000000000000000000000
daiDsrManager() view returns (address)
0x0000000000000000000000000000000000000000
daiDsrManagerAddress() view returns (address)
0x0000000000000000000000000000000000000000
depositToken() view returns (address)
0x0000000000000000000000000000000000000000
isNotUpgradeable() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
totalDepositedInPublicPools() view returns (uint256)
0
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.