TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 29,202 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 48 additional slots
Balances ($1,357,951.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EIGEN | ERC-20 | 547.561195K | $2.48 |
$1,357,951.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198337 | a few seconds ago | | | 0 | 0.0024628162 | |
| 21198201 | 28 minutes ago | | | 0 | 0.0016536352 | |
| 21197871 | 2 hours ago | | | 0 | 0.0021457598 | |
| 21197860 | 2 hours ago | | | 0 | 0.0020959509 | |
| 21197851 | 2 hours ago | | | 0 | 0.0023479957 | |
| 21197660 | 2 hours ago | | | 0 | 0.0017264400 | |
| 21197526 | 3 hours ago | | | 0 | 0.0018697120 | |
| 21197521 | 3 hours ago | | | 0 | 0.0018701800 | |
| 21197509 | 3 hours ago | | | 0 | 0.0018382780 | |
| 21197497 | 3 hours ago | | | 0 | 0.0018703880 |
ABI
ABI objects
Getter at block 21198339
currentIndex() view returns (uint256)
2
currentMerkleRoot() view returns (bytes32)
0x7b14438519da8a6133df072854480e683e5b7a182ddd3e51dbd92203f3202657
currentMerkleRootIndex() view returns (uint256)
2
feeInBPS() view returns (uint256)
0
owner() view returns (address)
0xcbcdd778aa25476f203814214dd3e9b9c46829a1
paused() view returns (bool)
false
protocolTreasury() view returns (address)
0xcbcdd778aa25476f203814214dd3e9b9c46829a1
token() view returns (address)
0xec53bf9167f50cdeb3ae105f56099aaab9061f83
Read-only
isClaimed(uint256 index, address account) view returns (bool)
userClaims(address user) view returns (uint256 lastClaimedIndex, uint256 cumulativeAmount)
State-modifying
Events claim(uint256 index, address account, uint256 cumulativeAmount, bytes32[] merkleProof)
initialize(address token_, address _protocolTreasury, uint256 _feeInBPS)
pause()
renounceOwnership()
setFeeInBPS(uint256 _feeInBPS)
setMerkleRoot(bytes32 _merkleRootToSet)
setProtocolTreasury(address _protocolTreasury)
setToken(address _token)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Claimed(uint256 index, address account, uint256 amount)
Initialized(uint8 version)
MerkleRootSet(uint256 index, bytes32 currentMerkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AlreadyClaimed()
InvalidIndex()
InvalidMerkleProof()
NoTokensToClaim()
TransferFailed()
ZeroValueProvided()