VestedClaim

Verified contract

Active on Ethereum with 3 txns
Deployed by via 0x37e1c963 at 14832250
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "VestedClaim"

0x5f610cdc78d3ab253c49af7f9ad13a4018436ce6943314bdbd03c5f55fec9788
0x4c62ced2e3d22c4626a6ad9e3b1d5896a3344423bb25ed501bb34501bc1feb01
0xe8155364a98f5e501b0f382b6100a5da6a909d132df4f7735a18d035b4eef2ee
From

Functions
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(uint256view returns (uint256)
tranches(uint256view returns (uint256 availableFromuint256 cap)
State-modifying
claim(uint256 _amount
onERC721Received(addressaddress fromuint256 tokenIdbytesreturns (bytes4)
renounceOwnership(
transferOwnership(address newOwner
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _abNFTstruct VestedClaimVestingTranche[] _tranches
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidTranches(
NftAlreadyMinted(address owner
NotEnoughNFTAvailableToClaim(uint256 toClaimuint256 available
SenderNotAbNFT(address sender