AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 6,962 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
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wbtcDiggSLP | ERC-20 | 100 | -- | -- | |
DIGG | ERC-20 | 0.213272 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12443120 | 4 years ago | | | 0 | 0.0034900320 | |
| 12432351 | 4 years ago | | | 0 | 0.0088364640 | |
| 12432351 | 4 years ago | | | 0 | 0.0089849760 | |
| 12308476 | 4 years ago | | | 0 | 0.0031932660 | |
| 11965276 | 4 years ago | | | 0 | 0.0024441900 | |
| 11887082 | 4 years ago | | | 0 | 0.0062272000 | |
| 11880673 | 4 years ago | | | 0 | 0.0090917120 | |
| 11878860 | 4 years ago | | | 0 | 0.0063517440 | |
| 11872843 | 4 years ago | | | 0 | 0.0059205900 | |
| 11866132 | 4 years ago | | | 0 | 0.0056052000 |
ABI
ABI objects
Getter at block 21220359
isOpen() view returns (bool)
true
merkleRoot() view returns (bytes32)
0xe083d1a60e1ca84c995048be8b9b5b4d4e371f31bcbdff8b775cb47502f4108b
owner() view returns (address)
0xb65cef03b9b89f99517643226d76e286ee999e77
paused() view returns (bool)
false
reclaimAllowedTimestamp() view returns (uint256)
1611274077
rewardsEscrow() view returns (address)
0x19d099670a21bc0a8211a89b84cedf59abb4377f
token() view returns (address)
0x798d1be841a82a273720ce31c822c61a67a601c3
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__MerkleDistributor_init(address token_, bytes32 merkleRoot_)
claim(uint256 index, address account, uint256 shares, bytes32[] merkleProof)
initialize(address token_, bytes32 merkleRoot_, address rewardsEscrow_, uint256 reclaimAllowedTimestamp_)
openAirdrop()
pause()
reclaim()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Claimed(uint256 index, address account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.