FMBCTeamVesting
Verified contract
Active on
Base with 20,247 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($90,500.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOMO | ERC-20 | 17.607079B | $0.000005 |
$90,500.39 | |
kurbi | ERC-20 | 1 | $0.000771 |
$0 | |
BENTO | ERC-20 | 1 | $0.00 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22746367 | 19 minutes ago | | | 0 | 0.0000059752321 | |
| 22744659 | an hour ago | | | 0 | 0.0000078850012 | |
| 22742907 | 2 hours ago | | | 0 | 8.2613088e-7 | |
| 22740594 | 4 hours ago | | | 0 | 0.0000078850012 | |
| 22740496 | 4 hours ago | | | 0 | 0.0000078850012 | |
| 22740362 | 4 hours ago | | | 0 | 0.0000078518184 | |
| 22740206 | 4 hours ago | | | 0 | 0.0000078542593 | |
| 22740033 | 4 hours ago | | | 0 | 0.0000077899417 | |
| 22738377 | 5 hours ago | | | 0 | 2.7188785e-7 | |
| 22737852 | 5 hours ago | | | 0 | 0.0000077147404 |
ABI
ABI objects
Getter at block 22746938
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 ITeamVestingVestingPosition[])
getVestingSchedule(address _account, uint256 _positionIndex) view returns (uint256[12] timestamps, uint256[12] 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()