NFTAirdropVesting
Verified contract
Active on
Base with 4,096 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,537.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOMO | ERC-20 | 1.269337B | $0.000005 |
$6,537.09 | |
kurbi | ERC-20 | 1 | $0.000788 |
$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) |
---|---|---|---|---|---|---|---|
| 22740096 | 2 hours ago | | | 0 | 0.0000072054345 | |
| 22740084 | 2 hours ago | | | 0 | 0.0000080977615 | |
| 22734181 | 6 hours ago | | | 0 | 0.0000054507372 | |
| 22734159 | 6 hours ago | | | 0 | 0.0000063430642 | |
| 22725871 | 10 hours ago | | | 0 | 0.0000092186969 | |
| 22722449 | 12 hours ago | | | 0 | 0.0000054507372 | |
| 22722427 | 12 hours ago | | | 0 | 0.0000063430642 | |
| 22720681 | 13 hours ago | | | 0 | 0.0000063417894 | |
| 22717904 | 15 hours ago | | | 0 | 0.000012053214 | |
| 22705443 | a day ago | | | 0 | 5.8583151e-7 |
ABI
ABI objects
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 _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()