usdcMerkleDistributor
Verified contract
Active on
Ethereum with 844 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($22,813.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 22.822821K | $0.99958 |
$22,813.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20953964 | a month ago | | | 0 | 0.00077911139 | |
| 20893659 | a month ago | | | 0 | 0.00039401628 | |
| 20893658 | a month ago | | | 0 | 0.0010096493 | |
| 20853879 | a month ago | | | 0 | 0.00051146285 | |
| 20757828 | 2 months ago | | | 0 | 0.00026778204 | |
| 20701680 | 2 months ago | | | 0 | 0.00017444034 | |
| 20671204 | 2 months ago | | | 0 | 0.00026614488 | |
| 20651419 | 2 months ago | | | 0 | 0.00014562988 | |
| 20639987 | 2 months ago | | | 0 | 0.00011460925 | |
| 20521860 | 3 months ago | | | 0 | 0.00013145667 |
ABI
ABI objects
Getter at block 21169687
frozen() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xd7b9fcb9dd64a61ae5da38411adb7c9ce3358e3dbd36b48c324f865c15ca544f
owner() view returns (address)
0xc7d0445ac2947760b3dd388b8586adf079972bf3
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
week() view returns (uint32)
8
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
claimOwnership()
freeze()
transferOwnership(address newOwner, bool direct, bool renounce)
unfreeze()
updateMerkleRoot(bytes32 _merkleRoot)
Claimed(uint256 index, uint256 amount, address indexed account, uint256 indexed week)
MerkleRootUpdated(bytes32 indexed merkleRoot, uint32 indexed week)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_, bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
This contract contains no error objects.