xLeashBoneMerkleDistributor
Verified contract
Active on
Ethereum with 9,530 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($57,439.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BONE | ERC-20 | 89.73235K | $0.640124 |
$57,439.83 | |
NFAi | ERC-20 | 3 | $0.012075 |
$0.04 | |
APU | ERC-20 | 1 | $0.000893 |
$0 | |
| ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21362132 | 2 days ago | | | 0 | 0.00068137254 | |
| 21359929 | 3 days ago | | | 0 | 0.0011778354 | |
| 21344177 | 5 days ago | | | 0 | 0.0018189309 | |
| 21339262 | 6 days ago | | | 0 | 0.0013387070 | |
| 21321270 | 8 days ago | | | 0 | 0.0011596025 | |
| 21305995 | 10 days ago | | | 0 | 0.00057655185 | |
| 21299054 | 11 days ago | | | 0 | 0.00047521168 | |
| 21295512 | 12 days ago | | | 0 | 0.00072043778 | |
| 21290755 | 12 days ago | | | 0 | 0.00043190508 | |
| 21289461 | 13 days ago | | | 0 | 0.00065650920 |
ABI
ABI objects
Getter at block 21379657
frozen() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xebda977d866bb1ea669066c3e5ff6127f23a871c9744735b74ab1c16943841af
owner() view returns (address)
0xc7d0445ac2947760b3dd388b8586adf079972bf3
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x9813037ee2218799597d83d4a5b6f3b6778218d9
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.