AtlasNaviVesting
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "AtlasNaviVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AtlasNaviVesting"
ABI
ABI objects
Getter at block 21214756
atlasNaviToken() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
tgeTimestamp() view returns (uint256)
0
Read-only
getTokensAvailableToClaim(address accountAddress, uint256 index) view returns (uint256)
getVestingObject(address accountAddress, uint256 index) view returns (struct AtlasNaviVestingVesting)
mappingAddressVesting(address, uint256) view returns (uint256 initialTokenAmount, uint256 lastClaimTimestamp, uint256 vestingCategory)
State-modifying
Events addInvestor(address accountAddress, uint256 vestingCategory, uint256 amount)
addInvestorsBulk(struct AtlasNaviVestingAddBulkStruct[] objects)
claim(uint256 index)
deposit(uint256 amount)
initialize(address _atlasNaviTokenAddress, uint256 _tgeTimestamp)
removeInvestor(address accountAddress, uint256 vestingId)
removeInvestorsBulk(struct AtlasNaviVestingRemoveBulkStruct[] investors)
renounceOwnership()
setTGE(uint256 timestamp)
transferOwnership(address newOwner)
Initialized(uint8 version)
InvestorAdded(address account, uint256 vestingCategory, uint256 amount)
InvestorRemoved(address account, uint256 vestingId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensClaimed(address account, uint256 amount, uint256 timestamp)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.