ERC1967Proxy
Verified contract
Proxy
Active on
Base with 32,032 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
0xa61b…25b4
0xc16b…3049
-
variable spans 37 additional slots
Balances ($200,756.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUSHI | ERC-20 | 76.405166K | $1.12 |
$85,573.79 | |
MOXIE | ERC-20 | 27.821858M | $0.001284 |
$35,710.75 | |
USDC | ERC-20 | 28.639499K | $1.001 |
$28,668.14 | |
UP | ERC-20 | 223.071984K | $0.069583 |
$15,522.02 | |
wstETH | ERC-20 | 3.395896 | $3,976.85 |
$13,504.97 | |
BSX | ERC-20 | 190.488807K | $0.061059 |
$11,631.06 | |
YUP | ERC-20 | 310.653076K | $0.018615 |
$5,782.77 | |
FFM | ERC-20 | 79.86165K | $0.022976 |
$1,834.91 | |
eUSD | ERC-20 | 1.607823K | $1.001 |
$1,609.43 | |
MAVIA | ERC-20 | 348.509818 | $2.00 |
$697.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22857597 | 5 minutes ago | | | 0 | 4.1759777e-7 | |
| 22857593 | 5 minutes ago | | | 0 | 3.9692138e-7 | |
| 22856434 | 44 minutes ago | | | 0 | 0.0000012672256 | |
| 22856004 | an hour ago | | | 0 | 2.9868605e-7 | |
| 22855990 | an hour ago | | | 0 | 0.000000405543728169 | |
| 22855934 | an hour ago | | | 0 | 5.6680600e-7 | |
| 22855796 | an hour ago | | | 0 | 5.2566977e-7 | |
| 22855767 | an hour ago | | | 0 | 0.000076971761 | |
| 22855678 | an hour ago | | | 0 | 3.9781310e-7 | |
| 22855510 | an hour ago | | | 0 | 4.2495170e-7 |
ABI
ABI objects
Getter at block 22857745 proxiableUUID() view returns (bytes32)
core() view returns (address)
0xc16b81af351ba9e64c1a069e3ab18c244a1e3049
disputeAmount() view returns (uint256)
100000000000000000000
disputePeriod() view returns (uint48)
1
disputeToken() view returns (address)
0xa61beb4a3d02decb01039e378237032b351125b4
disputer() view returns (address)
0x0000000000000000000000000000000000000000
endOfDisputePeriod() view returns (uint48)
1732507200
getMerkleRoot() view returns (bytes32)
0x1c45a02b891196602c553bcaa908df6d039c92c1b959b9b9cd8ab2ecf864a66f
lastTree() view returns (bytes32 merkleRoot, bytes32 ipfsHash)
(merkleRoot=0x1c45a02b891196602c553bcaa908df6d039c92c1b959b9b9cd8ab2ecf864a66f, ipfsHash=0x0000000000000000000000000000000000000000000000000000000000000000)
tree() view returns (bytes32 merkleRoot, bytes32 ipfsHash)
(merkleRoot=0x4d2427a7b95f84e9d7e9f982fa1403678b79846a3d519917f64b208fa92d4a88, 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()