ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 13,769 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 49 additional slots
-
variable spans 1 additional slot
-
variable spans 1 additional slot
0x1a7e…bce8
0x0e63…89a6
-
variable spans 37 additional slots
1 additional
variable
Balances ($3,652,279.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GHO | ERC-20 | 877.524355K | $0.988219 |
$867,186.24 | |
aEthUSDC | ERC-20 | 672.067518K | $0.99999 |
$672,060.8 | |
UNI | ERC-20 | 47.443527K | $13.09 |
$621,035.76 | |
USDC | ERC-20 | 544.015811K | $0.998794 |
$543,359.73 | |
wstETH | ERC-20 | 93.264018 | $4,273.90 |
$398,601.09 | |
aEthUSDT | ERC-20 | 283.779113K | $0.9997 |
$283,693.98 | |
SHFL | ERC-20 | 127.247844K | $0.292202 |
$37,182.07 | |
BADGER | ERC-20 | 9.056099K | $3.75 |
$33,960.37 | |
SAFE | ERC-20 | 27.946106K | $1.19 |
$33,255.87 | |
SWISE | ERC-20 | 1.439897M | $0.02308 |
$33,233.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281480 | 20 minutes ago | | | 0 | 0.0026349507 | |
| 21281369 | 42 minutes ago | | | 0 | 0.0027689612 | |
| 21280713 | 3 hours ago | | | 0 | 0.0034456681 | |
| 21280501 | 4 hours ago | | | 0 | 0.0037293072 | |
| 21280296 | 4 hours ago | | | 0 | 0.0024741297 | |
| 21280254 | 4 hours ago | | | 0 | 0.0060841759 | |
| 21279672 | 6 hours ago | | | 0 | 0.0012902269 | |
| 21279498 | 7 hours ago | | | 0 | 0.0019250011 | |
| 21279290 | 8 hours ago | | | 0 | 0.0023157351 | |
| 21278985 | 9 hours ago | | | 0 | 0.00058897159 |
ABI
ABI objects
Getter at block 21281577 proxiableUUID() view returns (bytes32)
core() view returns (address)
0x0e632a15ebcba463151b5367b4fcf91313e389a6
disputeAmount() view returns (uint256)
100000000000000000000
disputePeriod() view returns (uint48)
1
disputeToken() view returns (address)
0x1a7e4e63778b4f12a199c062f3efdd288afcbce8
disputer() view returns (address)
0x0000000000000000000000000000000000000000
endOfDisputePeriod() view returns (uint48)
1732716000
getMerkleRoot() view returns (bytes32)
0xd55bd69de1d3c2d852190420d36f9fe892c2e510eeb6509f69aa4869e917c470
lastTree() view returns (bytes32 merkleRoot, bytes32 ipfsHash)
(merkleRoot=0x68efac7fbdf1e9be943599574cfafda924dfbd41df2b050114cd03a463009236, ipfsHash=0x0000000000000000000000000000000000000000000000000000000000000000)
tree() view returns (bytes32 merkleRoot, bytes32 ipfsHash)
(merkleRoot=0xd55bd69de1d3c2d852190420d36f9fe892c2e510eeb6509f69aa4869e917c470, ipfsHash=0x0000000000000000000000000000000000000000000000000000000000000000)
Read-only
canUpdateMerkleRoot(address) view returns (uint256)
claimed(address, address) view returns (uint208 amount, uint48 timestamp, bytes32 merkleRoot)
onlyOperatorCanClaim(address) view returns (uint256)
operators(address, address) view returns (uint256)
State-modifying
Events claim(address[] users, address[] tokens, uint256[] amounts, bytes32[][] proofs)
disputeTree(string reason)
initialize(address _core)
recoverERC20(address tokenAddress, address to, uint256 amountToRecover)
resolveDispute(bool valid)
revokeTree()
setDisputeAmount(uint256 _disputeAmount)
setDisputePeriod(uint48 _disputePeriod)
setDisputeToken(address _disputeToken)
toggleOnlyOperatorCanClaim(address user)
toggleOperator(address user, address operator)
toggleTrusted(address eoa)
updateTree(struct MerkleTree _tree)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Claimed(address indexed user, address indexed token, uint256 amount)
DisputeAmountUpdated(uint256 _disputeAmount)
DisputePeriodUpdated(uint48 _disputePeriod)
DisputeResolved(bool valid)
DisputeTokenUpdated(address indexed _disputeToken)
Disputed(string reason)
Initialized(uint8 version)
OperatorClaimingToggled(address indexed user, bool isEnabled)
OperatorToggled(address indexed user, address indexed operator, bool isWhitelisted)
Recovered(address indexed token, address indexed to, uint256 amount)
Revoked()
TreeUpdated(bytes32 merkleRoot, bytes32 ipfsHash, uint48 endOfDisputePeriod)
TrustedToggled(address indexed eoa, bool trust)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
InvalidDispute()
InvalidLengths()
InvalidProof()
InvalidUninitializedRoot()
NoDispute()
NotGovernor()
NotTrusted()
NotWhitelisted()
UnresolvedDispute()
ZeroAddress()