perlMerkleDistributor
Verified contract
Active on
Ethereum with 146 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($140.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PERL | ERC-20 | 239.80302K | $0.000587 |
$140.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18545928 | a year ago | | | 0 | 0.0017864851 | |
| 18389153 | a year ago | | | 0 | 0.00039898262 | |
| 17815833 | a year ago | | | 0 | 0.0018433517 | |
| 17806046 | a year ago | | | 0 | 0.0013527837 | |
| 17746804 | a year ago | | | 0 | 0.00091516578 | |
| 17244204 | 2 years ago | | | 0 | 0.0055941802 | |
| 16887305 | 2 years ago | | | 0 | 0.00099912271 | |
| 16707121 | 2 years ago | | | 0 | 0.0012586508 | |
| 16673911 | 2 years ago | | | 0 | 0.0019729216 | |
| 16524944 | 2 years ago | | | 0 | 0.0011639641 |
ABI
ABI objects
Getter at block 21309973
frozen() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x7f29bdedfa6e2a4508b6e304540d4ef506d68d4a0aa8ee96a5595951d43c6f8c
owner() view returns (address)
0xc7d0445ac2947760b3dd388b8586adf079972bf3
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0xeca82185adce47f39c684352b0439f030f860318
week() view returns (uint32)
17
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.