wbtcMerkleDistributor
Verified contract
Active on
Ethereum with 704 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24,015.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.252051 | $95,281.00 |
$24,015.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20953976 | 2 months ago | | | 0 | 0.00063787329 | |
| 20940326 | 2 months ago | | | 0 | 0.00073342141 | |
| 20893666 | 2 months ago | | | 0 | 0.00091199386 | |
| 20853925 | 2 months ago | | | 0 | 0.00048685437 | |
| 20797126 | 2 months ago | | | 0 | 0.00058537512 | |
| 20757830 | 3 months ago | | | 0 | 0.00024876819 | |
| 20701636 | 3 months ago | | | 0 | 0.00014484205 | |
| 20596242 | 3 months ago | | | 0 | 0.000071515767 | |
| 20557643 | 3 months ago | | | 0 | 0.000091784555 | |
| 20557603 | 3 months ago | | | 0 | 0.00017494460 |
ABI
ABI objects
Getter at block 21315162
frozen() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x4fc2870999ec5c783ecce83ec589f97a158d224d6a808bbdcab426eb9dc777f8
owner() view returns (address)
0xc7d0445ac2947760b3dd388b8586adf079972bf3
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
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.