VestedClaim
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "VestedClaim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20069191 | 5 months ago | | | 0 | 0.00067627891 | |
| 20063487 | 5 months ago | | | 0 | 0.00061030200 | |
| 14832364 | 2 years ago | | | 0 | 0.00052632772 |
ABI
ABI objects
Getter at block 21188735
abNFT() view returns (address)
0x459ea67815b4720e55ec7dfd93687c9d2924eb79
claimed() view returns (uint256)
0
getAvailableForClaim() view returns (uint256)
0
getTotalQueueForClaim() view returns (uint256)
0
owner() view returns (address)
0x7e4f70ee70445392e980341f5637555a698c1fbd
Read-only
nftsToClaim(uint256) view returns (uint256)
tranches(uint256) view returns (uint256 availableFrom, uint256 cap)
State-modifying
Events claim(uint256 _amount)
onERC721Received(address, address from, uint256 tokenId, bytes) returns (bytes4)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _abNFT, struct VestedClaimVestingTranche[] _tranches)
This contract contains no fallback and receive objects.
InvalidTranches()
NftAlreadyMinted(address owner)
NotEnoughNFTAvailableToClaim(uint256 toClaim, uint256 available)
SenderNotAbNFT(address sender)