PProxy
Verified contract
Proxy
Active on
Ethereum with 1,724 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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wDOUGH-KPI | ERC-20 | 1.739995M | -- | -- | |
SLICE | ERC-20 | 28.300631K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17516113 | a year ago | | | 0 | 0.0014300169 | |
| 17467290 | a year ago | | | 0 | 0.0014712285 | |
| 17422089 | 2 years ago | | | 0 | 0.0027406184 | |
| 17354385 | 2 years ago | | | 0 | 0.00092272561 | |
| 17354384 | 2 years ago | | | 0 | 0.0015370200 | |
| 17341570 | 2 years ago | | | 0 | 0.0021291199 | |
| 17339770 | 2 years ago | | | 0 | 0.0021132937 | |
| 17311137 | 2 years ago | | | 0 | 0.0023833395 | |
| 17310853 | 2 years ago | | | 0 | 0.0027393578 | |
| 17302129 | 2 years ago | | | 0 | 0.0029038910 |
ABI
ABI objects
Getter at block 21387095
getImplementation() view returns (address)
0xbdc96891ed008183838842a93cd713d5ef2635e0
getProxyOwner() view returns (address)
0x6458a23b020f489651f2777bd849dded34dfccd2
lockBlock() view returns (uint256)
0
nextCreatedIndex() view returns (uint256)
21
owner() view returns (address)
0x6458a23b020f489651f2777bd849dded34dfccd2
Read-only
addressToBytes32(address _value) pure returns (bytes32)
bytes32ToAddress(bytes32 _value) pure returns (address)
readAddress(bytes32 _key) view returns (address)
readBool(bytes32 _key) view returns (bool)
storageRead(bytes32 _key) view returns (bytes32)
isClaimed(uint256 windowIndex, uint256 accountIndex) view returns (bool)
merkleWindows(uint256) view returns (bytes32 merkleRoot, address rewardToken, string ipfsHash)
verifyClaim(struct MerkleDistributorClaim _claim) view returns (bool valid)
State-modifying
Events setImplementation(address _newImplementation)
setProxyOwner(address _newOwner)
claim(struct MerkleDistributorClaim _claim)
claimMulti(struct MerkleDistributorClaim[] claims)
deleteWindow(uint256 windowIndex)
initialize()
renounceOwnership()
setLock(uint256 _lock)
setWindow(uint256 rewardsToDeposit, address rewardToken, bytes32 merkleRoot, string ipfsHash)
transferOwnership(address newOwner)
withdrawRewards(address rewardCurrency, uint256 amount)
Claimed(address indexed caller, uint256 windowIndex, address indexed account, uint256 accountIndex, uint256 amount, address indexed rewardToken)
CreatedWindow(uint256 indexed windowIndex, uint256 rewardsDeposited, address indexed rewardToken, address owner)
DeleteWindow(uint256 indexed windowIndex, address owner)
LockSet(uint256 indexed lockBlock)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WithdrawRewards(address indexed owner, uint256 amount, address indexed currency)
constructor()
fallback()
This contract contains no error objects.