FMBCVesting
Verified contract
Active on
Base with 6,366 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($28,017.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOMO | ERC-20 | 5.408806B | $0.000005 |
$28,017.62 | |
kurbi | ERC-20 | 1 | $0.000774 |
$0 | |
USA | ERC-20 | 1 | $0.000729 |
$0 | |
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22760810 | 5 hours ago | | | 0 | 0.0000056751866 | |
| 22757503 | 7 hours ago | | | 0 | 0.0000056751866 | |
| 22749356 | 12 hours ago | | | 0 | 0.0000093254420 | |
| 22747283 | 13 hours ago | | | 0 | 0.0000056751866 | |
| 22740076 | 17 hours ago | | | 0 | 0.0000056751866 | |
| 22732190 | 21 hours ago | | | 0 | 1.4387487e-7 | |
| 22728569 | a day ago | | | 0 | 0.0000054831183 | |
| 22725853 | a day ago | | | 0 | 0.0000054037642 | |
| 22722437 | a day ago | | | 0 | 0.0000047786326 | |
| 22722418 | a day ago | | | 0 | 0.0000056751866 |
ABI
ABI objects
Getter at block 22770341
fmbcToken() view returns (address)
0x9a86980d3625b4a6e69d8a4606d51cbc019e2002
owner() view returns (address)
0x43f0a94f7939c410a3896b007ad5b79b3630586a
tgeTimestamp() view returns (uint256)
1713103200
Read-only
availableToClaim(address _account, uint256 _positionIndex, uint256 _timestamp) view returns (uint256)
getVestingPositions(address _account) view returns (struct IVestingVestingPosition[])
getVestingSchedule(address _account, uint256 _positionIndex) view returns (uint256[7] timestamps, uint256[7] amounts)
vestingPositions(address, uint256) view returns (uint256 amount, uint256 amountClaimed, uint256 startTimestamp)
State-modifying
Events claimTokens(uint256[] _positionIndexes)
renounceOwnership()
transferOwnership(address newOwner)
vestTokens(uint256 _amount, address _to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensClaimed(address indexed _buyer, uint256 indexed positionIndex, uint256 indexed amount_)
TokensVested(address indexed _buyer, uint256 indexed positionIndex, uint256 indexed amount_)
constructor(uint256 _tgeTimestamp, address _fmbcTokenAddress)
This contract contains no fallback and receive objects.
AmountExceedsAllocation()
AmountTooSmall()
ArgumentIsAddressZero()
ArgumentIsZero()
IncorrectEtherValueSent()
TgeTimestampInPast()
TokensNotUnlocked()
WrongTokenIdOwner()