NFTAirdropVesting
Verified contract
Active on
Base with 3,822 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,622.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOMO | ERC-20 | 1.313923B | $0.000005 |
$6,622.17 | |
kurbi | ERC-20 | 1 | $0.000726 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22136900 | 2 hours ago | | | 0 | 4.9733340e-7 | |
| 22124502 | 9 hours ago | | | 0 | 5.8045657e-7 | |
| 22118860 | 12 hours ago | | | 0 | 8.4145469e-7 | |
| 22117072 | 13 hours ago | | | 0 | 8.4537161e-7 | |
| 22115310 | 14 hours ago | | | 0 | 3.3048124e-7 | |
| 22115297 | 14 hours ago | | | 0 | 3.8358804e-7 | |
| 22113413 | 15 hours ago | | | 0 | 3.3222682e-7 | |
| 22113396 | 15 hours ago | | | 0 | 4.9733340e-7 | |
| 22111305 | 16 hours ago | | | 0 | 4.9353894e-7 | |
| 22110981 | 16 hours ago | | | 0 | 3.2969206e-7 |
ABI
ABI objects
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 _tokenId, uint256 _positionIndex, uint256 _timestamp) view returns (uint256)
getVestingPositions(uint256 _tokenId) view returns (struct INFTAirdropVestingVestingPosition[])
getVestingSchedule(uint256 _tokenId, uint256 _positionIndex) view returns (uint256[12] timestamps, uint256[12] amounts)
incentivesControllers(uint256) view returns (address)
vestingPositions(uint256, uint256) view returns (uint256 amount, uint256 amountClaimed, uint256 startTimestamp)
State-modifying
Events addIncentivesController(address _controller)
claimTokens(uint256 _tokenId, uint256[] _positionIndexes)
removeIncentivesController(uint256 index)
renounceOwnership()
transferOwnership(address newOwner)
vestTokens(uint256 _amount, address _identity, uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensClaimed(address indexed _buyer, uint256 indexed _tokenId, uint256 indexed positionIndex, uint256 amount_)
TokensVested(uint256 indexed _tokenId, uint256 indexed positionIndex, uint256 amount_)
constructor(uint256 _tgeTimestamp, address _fmbcTokenAddress, address _collection)
This contract contains no fallback and receive objects.
AmountExceedsAllocation()
AmountTooSmall()
ArgumentIsAddressZero()
ArgumentIsIndexOutOfBound()
ArgumentIsZero()
IncorrectEtherValueSent()
TgeTimestampInPast()
TokensNotUnlocked()
WrongTokenIdOwner()