This contract is being backfilled. You may encounter incomplete storage history.

NFTAirdropVesting

Verified contract

Active on Base with 4,096 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,537.09
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0x67dcdc826da4ef5404446a9d35de8d07481df8ff09b1dd9464700e4c6cf4f055
0x8b0c1680a7ff1977891455bf25fd367a7d83cffa396bce2e9d5f81f3df143997
0x066162dbaa1c83ca43d94239d56632682e5ebcb99199319c64ed7b520a6c10ef
0x1cce3bed32e25386d157d6031f7248f5e37945760eb9d870854cfb86a2e90e69
0xac998bb2f9a61a4d934e9e92aa5d6aafcbc58667b399ace8004fbcb7899e7d97
0xe7b4bd96a99a6f6f0185c288976753af08809e0cc81ce54ba94bdff579de532d
0x514b01a80d7f5af648abacbd917ec986a554fa3cfdb9af15d0e3594b853b8d8c
0x2ddbf1838ba248c8b7d2afa31058b659d798807687af3794b61c569366e17972
0x3f578c5291438ebf784120f59f214a7cdeff3015000def9f226ff040dc1c279d
0xebf5aee507262a247e5a6958e0ce6a476a5db406c7ef72dcc4fe27044915bc66

Functions
Getter at block 22744526
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(