PirateClaim
Verified contract
Active on
Ethereum with 27,343 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,628,199.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PIRATE | ERC-20 | 15.623591M | $0.168202 |
$2,627,919.25 | |
USDT | ERC-20 | 279.67802 | $1.001 |
$279.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163432 | 29 minutes ago | | | 0 | 0.0010399266 | |
| 21163429 | 29 minutes ago | | | 0 | 0.00099592092 | |
| 21162711 | 3 hours ago | | | 0 | 0.0010293663 | |
| 21158716 | 16 hours ago | | | 0 | 0.0016785396 | |
| 21136309 | 4 days ago | | | 0 | 0.0015249152 | |
| 21132342 | 4 days ago | | | 0 | 0.0014759639 | |
| 21109702 | 8 days ago | | | 0 | 0.00035404849 | |
| 21103303 | 8 days ago | | | 0 | 0.00032464184 | |
| 21100508 | 9 days ago | | | 0 | 0.00049893059 | |
| 21087574 | 11 days ago | | | 0 | 0.0018791846 |
ABI
ABI objects
Getter at block 21163574
endTime() view returns (uint256)
1749769607
merkleRoot() view returns (bytes32)
0x7062ac5b7bbf52008f4816643932b7ab00370cc7696c1e5cdeb9d8d697189007
owner() view returns (address)
0x204453fee5dfb4636c858cb582e0cc0d3e5765d4
token() view returns (address)
0x7613c48e0cd50e42dd9bf0f6c235063145f6f8dc
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
renounceOwnership()
transferOwnership(address newOwner)
withdraw()
Claimed(uint256 index, address account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_, bytes32 merkleRoot_, uint256 endTime_)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AlreadyClaimed()
ClaimWindowFinished()
EndTimeInPast()
FailedCall()
InsufficientBalance(uint256 balance, uint256 needed)
InvalidProof()
NoWithdrawDuringClaim()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)