vestedtestANTIX
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "vestedtestANTIX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21128032 | 10 days ago | | | 0 | 0.0023915839 | |
| 21128031 | 10 days ago | | | 0 | 0.0020924169 | |
| 21128030 | 10 days ago | | | 0 | 0.0024383672 | |
| 21128029 | 10 days ago | | | 0 | 0.0027406523 | |
| 21128028 | 10 days ago | | | 0 | 0.0024763253 | |
| 21128027 | 10 days ago | | | 0 | 0.0026580091 | |
| 21128026 | 10 days ago | | | 0 | 0.0020635420 | |
| 21128025 | 10 days ago | | | 0 | 0.0029905566 | |
| 21128024 | 10 days ago | | | 0 | 0.0027373770 | |
| 21128023 | 10 days ago | | | 0 | 0.0028749422 |
ABI
ABI objects
Getter at block 21197720 getAllocationIds() view returns (bytes32[]) getVestings() view returns (bytes32[] allocationIds, struct TokenVestingVestingData[] vestings)
decimals() view returns (uint8)
18
getAutoSupply() view returns (bool autoSupply, bool autoSupplyOnClaim, address autoSupplyFrom)
(autoSupply=false, autoSupplyOnClaim=false, autoSupplyFrom=0x0000000000000000000000000000000000000000)
getRequiredTokensSupply() view returns (uint256)
0
getSellableToken() view returns (bool isFrozen, address token, uint8 decimals)
(isFrozen=false, token=0xc05e53841dfa2b31274f03de61b34e7a0279b06a, decimals=18)
getTge() view returns (bool isFrozen, uint256 tge)
(isFrozen=false, tge=0)
name() view returns (string)
vestedtestANTIX
owner() view returns (address)
0x44f83dc311b6d0b70765946caac09c5aed320445
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
vtANTIX
totalSupply() view returns (uint256)
0
Read-only
allowance(address, address) pure returns (uint256)
approve(address, uint256) pure returns (bool)
balanceOf(address user) view returns (uint256)
computeAllocationId(string allocationName) pure returns (bytes32)
getRecoverableFunds(address token) view returns (uint256)
getState(uint256 atTime) view returns (uint256 tge, bool autoClaimAfterTge, address tokenSale, bool tokenSaleFrozen, uint256 totalReserved, uint256 totalVested, uint256 totalClaimed, uint256 totalUnlocked, uint256[] reserved, uint256[] vested, uint256[] claimed, uint256[] unlocked, bytes32[] allocationIds)
getUserState(address user, uint256 atTime) view returns (uint256 totalVested, uint256 totalClaimed, uint256 totalUnlocked, uint256[] vested, uint256[] claimed, uint256[] unlocked, bytes32[] allocationIds)
getVesting(bytes32 allocationId) view returns (uint256 reserved, uint256 vested, uint256 claimed, uint256 lockup, uint256 cliff, uint256 vesting, uint256 tgeUnlock, uint256 unlockDelay)
isAllocationIdExist(bytes32 allocationId) view returns (bool)
transfer(address, uint256) pure returns (bool)
transferFrom(address, address, uint256) pure returns (bool)
State-modifying
Events acceptOwnership()
allocateTokens(address user, bytes32 allocationId, uint256 amount) returns (bool)
allocateTokensBatch(bytes32[] allocationIds, address[] users, uint256[] amounts) returns (bool)
claim()
claimForced(address[] users)
freezeSellableToken()
freezeTgeTimestamp()
freezeTokenSale()
onTokensPurchase(address user, uint256 stageId, uint256 tokensToBuy) returns (bool)
recoverFunds(address user, address token, uint256 amount) returns (bool)
removeAllocation(bytes32 allocationId)
renounceOwnership()
setAutoClaimAfterTge(bool status)
setAutoSupply(bool autoSupply, bool autoSupplyOnClaim, address autoSupplyFrom)
setSellableToken(address token, uint8 decimals)
setTgeTimestamp(uint256 newTgeTimestamp)
setTokenSale(address tokenSale)
setVestedTokenNameSymbol(string name_, string symbol_)
setVestingSchedule(bytes32 allocationId, uint256 reserved, uint256 lockup, uint256 cliff, uint256 vesting, uint256 tgeUnlock, uint256 unlockDelay)
setVestingScheduleBatch(struct TokenVestingVestingSchedule[] schedules)
supplyReservedTokens(uint256 supplyAmount)
supplyTokens(uint256 supplyAmount)
transferOwnership(address newOwner)
AllocationDeleted(bytes32 indexed allocationId)
AllocationUpdated(bytes32 indexed allocationId, uint256 reserved, uint256 lockup, uint256 cliff, uint256 vesting, uint256 tgeUnlock, uint256 unlockDelay)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoClaimAfterTgeUpdated(bool status)
AutoSupplyUpdated(bool autoSupply, bool autoSupplyOnClaim, address autoSupplyFrom)
FundsRecovered(address indexed user, address indexed token, uint256 amount)
NonTransferableTokenMetadataUpdated(string name, string symbol)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellableTokenFrozen()
SellableTokenUpdated(address token, uint8 decimals)
TgeTimestampFrozen()
TgeTimestampUpdated(uint256 tgeTimestamp)
TokenSaleFrozen()
TokenSaleUpdated(address tokenSale)
TokensSupplied(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
VestingAccrued(address indexed user, bytes32 indexed allocationId, uint256 amount)
VestingClaimed(address indexed user, bytes32 indexed allocationId, uint256 amount)
constructor(address sellableToken, uint8 sellableTokenDecimals, string vestedTokenName, string vestedTokenSymbol)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AllocationAlreadyUsed()
AllocationExceeded(bytes32 allocationId)
AllocationNotFound(bytes32 allocationId)
AmountExceedsRecoverableFunds()
FailedInnerCall()
InvalidTokenAmount()
NonTransferableTokenUnusedFunction()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ParametersMismatch()
RecipientIsZeroAddress()
ReentrancyGuardReentrantCall()
ReservedLessThanVested(bytes32 allocationId)
SafeERC20FailedOperation(address token)
SellableTokenDecimalsIsZero()
SellableTokenIsFrozen()
SellableTokenIsZero()
TgeTimestampIsFrozen()
TgeTimestampIsZero()
TgeTimestampNotPassed()
TgeTimestampPassed()
TgeUnlockExceedsMaximum()
TimeAlreadyPassed()
TokenSaleIsFrozen()
TokenSaleIsZero()
UnauthorizedAccount()