NFTAirdropVesting

Verified contract

Active on Base with 3,822 txns
Deployed by via 0x2ff4bc91 at 13849498
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $6,622.17
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xd2c755dde1b676d0a63a8c36eaf8475ee4637740e462c91021ef45a0d79578f6
0xa959068f320c0e91caf64bd0eee021103cc338e7e52307a5bea93eb4cf027a51
0x8f4f93c0726c1d390a0cf41b0d6da727d5f16e496860f68d8073cfe5f2f3ad35
0x23e63c03a1801990a10a8928cc5441d2060380b3c13b540cc16d1eb447d62fc9
0x00d735d50045a65cd313bfb6109f5526bd0af00dab16160c467626af3dddc8e3
0x5aad58d0be370d7caa239c0a6f9bbbf707eb52207ce22e4138406d2a1dce4146
0xd30fb62fc26b82e58431ca3431f1bd5ebbc0a9cb72bf3d5901c0c5bdeffc4980
0xfd21f90d5598b814564084d258e48b2c639b19380f99c1ace2a00c656212c538
0xf6aabe5bec0608250d07e0f0404bb9d374083db3a82c42ecbab55a7678833f3b
0x1fa0022dc26a8338fa914856316c74264c10f9c36406205187eaa7bea05bbf31

Functions
Getter at block 22140546
collection(view returns (address)
0x0cc2120d12efe0cf15bf37694a67a2f4c2ead236
fmbcToken(view returns (address)
0x9a86980d3625b4a6e69d8a4606d51cbc019e2002
getIncentivesControllersCount(view returns (uint256)
7
owner(view returns (address)
0x43f0a94f7939c410a3896b007ad5b79b3630586a
tgeTimestamp(view returns (uint256)
1714488379
Read-only
availableToClaim(uint256 _tokenIduint256 _positionIndexuint256 _timestampview returns (uint256)
getVestingPositions(uint256 _tokenIdview returns (struct INFTAirdropVestingVestingPosition[])
getVestingSchedule(uint256 _tokenIduint256 _positionIndexview returns (uint256[12] timestampsuint256[12] amounts)
incentivesControllers(uint256view returns (address)
vestingPositions(uint256uint256view returns (uint256 amountuint256 amountClaimeduint256 startTimestamp)
State-modifying
addIncentivesController(address _controller
claimTokens(uint256 _tokenIduint256[] _positionIndexes
removeIncentivesController(uint256 index
renounceOwnership(
transferOwnership(address newOwner
vestTokens(uint256 _amountaddress _identityuint256 _tokenId
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokensClaimed(address indexed _buyeruint256 indexed _tokenIduint256 indexed positionIndexuint256 amount_
TokensVested(uint256 indexed _tokenIduint256 indexed positionIndexuint256 amount_
Constructor
constructor(uint256 _tgeTimestampaddress _fmbcTokenAddressaddress _collection
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AmountExceedsAllocation(
AmountTooSmall(
ArgumentIsAddressZero(
ArgumentIsIndexOutOfBound(
ArgumentIsZero(
IncorrectEtherValueSent(
TgeTimestampInPast(
TokensNotUnlocked(
WrongTokenIdOwner(