VestingToken

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xbdda804a at 16672029
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots

No balances found for "VestingToken"

No transactions found for "VestingToken"


Functions
Getter at block 20904158
 
claimableSupply(view returns (uint256)
claimedSupply(view returns (uint256)
0
decimals(view returns (uint8)
0
 
lockedSupply(view returns (uint256)
manager(view returns (address)
0x0000000000000000000000000000000000000000
milestones(view returns (struct IVestingTokenMilestone[])
[]
name(view returns (string)
symbol(view returns (string)
totalSupply(view returns (uint256)
0
underlyingToken(view returns (address)
0x0000000000000000000000000000000000000000
 
unlockedPercentage(view returns (uint256)
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
claimableBalanceOf(address accountview returns (uint256)
claimedBalanceOf(address accountview returns (uint256)
exportRecipient(address recipientview returns (addressuint256uint256uint256)
exportRecipients(address[] recipientsview returns (address[]uint256[]uint256[]uint256)
lockedBalanceOf(address accountview returns (uint256)
State-modifying
addRecipient(address recipientuint256 amount
addRecipients(address[] recipientsuint256[] amounts
approve(address spenderuint256 amountreturns (bool)
claim(
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
importRecipient(address recipientuint256 amountuint256 claimableAmountOfImportuint256 unlocked
importRecipients(address[] recipientsuint256[] amountsuint256[] claimableAmountsOfImportuint256 unlocked
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(string namestring symboladdress underlyingTokenAddressstruct IVestingTokenMilestone[] milestonesArray
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
updateLastReachedMilestone(uint256 startIndex
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Claim(address indexed claimeruint256 amount
Initialized(uint8 version
MilestoneReached(uint256 indexed milestoneIndexuint64 percentage
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressIsNotAContract(
ClaimableAmountOfImportIsGreaterThanExpected(
EqualPercentagesOnlyAllowedBeforeLinear(
InputArraysMustHaveSameLength(
LastPercentageMustBe100(
MaxAllowedMilestonesHit(
MilestonePercentagesNotSorted(
MilestoneTimestampsNotSorted(
MoreThanTwoEqualPercentages(
OnlyLastPercentageCanBe100(
UnlockedIsGreaterThanExpected(
UnsuccessfulFetchOfTokenBalance(