Distributor
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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
-
variable spans 37 additional slots
Balances ($0.00)
No balances found for "Distributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Distributor"
ABI
ABI objects
Getter at block 21281577
core() view returns (address)
0x0000000000000000000000000000000000000000
disputeAmount() view returns (uint256)
0
disputePeriod() view returns (uint48)
0
disputeToken() view returns (address)
0x0000000000000000000000000000000000000000
disputer() view returns (address)
0x0000000000000000000000000000000000000000
endOfDisputePeriod() view returns (uint48)
0
getMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
lastTree() view returns (bytes32 merkleRoot, bytes32 ipfsHash)
(merkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, ipfsHash=0x0000000000000000000000000000000000000000000000000000000000000000)
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
tree() view returns (bytes32 merkleRoot, bytes32 ipfsHash)
(merkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, 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)
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()
This contract contains no fallback and receive objects.
InvalidDispute()
InvalidLengths()
InvalidProof()
InvalidUninitializedRoot()
NoDispute()
NotGovernor()
NotTrusted()
NotWhitelisted()
UnresolvedDispute()
ZeroAddress()