0xf871239be0c1ef93c334ecc98e6aac6c4050059f
Unverified contract
Proxy
Active on
Base with 1,262 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAMBOO | ERC-20 | 47 | $0.011605 |
$0.55 | |
| ERC-20 | 1K | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18017176 | 4 months ago | | | 0 | 1.1931980e-7 | |
| 14834714 | 6 months ago | | | 0 | 2.9052136e-7 | |
| 14833880 | 6 months ago | | | 0 | 2.7063712e-7 | |
| 14833843 | 6 months ago | | | 0 | 2.9022692e-7 | |
| 14831989 | 6 months ago | | | 0 | 2.8216389e-7 | |
| 14823446 | 6 months ago | | | 0 | 2.7829027e-7 | |
| 14805374 | 6 months ago | | | 0 | 0.0000081232745 | |
| 14805365 | 6 months ago | | | 0 | 0.0000071259202 | |
| 14805356 | 6 months ago | | | 0 | 0.0000071207616 | |
| 14805350 | 6 months ago | | | 0 | 0.0000071248885 |
ABI
ABI objects
Getter at block 22779209 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
getClaimDelegate() view returns (address)
0x0000000000000000000000000000000000000000
getRoot() view returns (bytes32)
0x1cb7bc281b9fdc6a94a70a4e4f731981e91515d8dcd7fb325799e73bb3b351f9
getRootLocked() view returns (bool)
true
getTime() view returns (uint256, uint256)
(1714089600, 1716681600)
getToken() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x56a801282fdb3b995b68de48c29ebd4dbdeec334
paused() view returns (bool)
false
version() pure returns (string)
0.0.2
Read-only
decodeLeafData(bytes data) pure returns (struct TokenTableMerkleDistributorData)
encodeLeaf(address user, bytes32 group, bytes data) view returns (bytes32)
isLeafUsed(bytes32 leaf) view returns (bool)
verify(bytes32[] proof, bytes32 leaf) view
State-modifying
Events claim(bytes32[] proof, bytes32 group, bytes data)
delegateClaim(address recipient, bytes32[] proof, bytes32 group, bytes data)
initialize(string projectId, address owner_)
lockRoot()
nuke()
renounceOwnership()
setClaimDelegate(address delegate)
setHook(address)
setPause(bool shouldPause)
setRoot(bytes32 root, uint256 deadline)
setStartEndTime(uint256 startTime, uint256 endTime)
setToken(address)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(bytes)
ClaimDelegateSet(address delegate)
Claimed(address recipient, address token, bytes32 group, uint256 amount)
Initialized(string projectId)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RootLocked()
RootSet()
TimeSet()
TokenSet(address token)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
receive()
AddressEmptyCode(address target)
ClaimPremature()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
InvalidProof()
LeafUsed()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
RootExpired()
RootIsLocked()
RootNotLocked()
TimeInactive()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
UnsupportedOperation()