Private-PostTGE

Verified contract

Proxy

Active on Ethereum with 576 txns
Deployed by via 0x3599264c at 20105561
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $23.03
ERC-20
Value $212,883.72
0xbff5f6034535c964614feb262cafabd96d91ea99f91402a2947dd692952c1bb1
0x45efe4fe0d7c5604e72275e03b9577ff10789613f658570f88081e082510ea61
0xe25df4273c39e14803dc893b8c92c71a8e9dd4fcb901a7a42a920e8e4c66bbb9
0x3b893fffafe69a8d93659d08731ae9c4ea86ede39ff4b7320d205904a6c72fea
0xe07f5190ded3e2c0f768ff5e8c78fd39a5cd50f04a84b0d83971b7613a49315a
0x6d17baf382f298a29599a7adbe4aac825e697c5ef1289c452c028453c92e99f4
0x33338ee8ee1ce9aa44c5536a81813c29c3487848fc8d703cfbb698c6f313bda2
0x87784088947e59f6b2f94c30f05dac3bd671e9131a3f646b2c41ccb69098b522
0x833ee2feacf35dfca91cb7bda001b4c8c952a2fe691d1c7052075f35530a346f
0x6e0e3adb4eb280ffe0acc1be3b7243481a8191b41b6aa2f118935b28603d281c

Functions
Getter at block 21314583
claimFeeData(view returns (addressuint64)
(0x9bf8cf33916403f2b66d3390e50d1931e18ae894, 15000000000000000000)
claimableSupply(view returns (uint256)
90696501651325089914751078
claimedSupply(view returns (uint256)
18913494569481352511553268
decimals(view returns (uint8)
18
lockedSupply(view returns (uint256)
36640006479193557573695654
manager(view returns (address)
0xee89b02fc0f4e401f12227a2639dff3a035f3c6f
milestones(view returns (struct IVestingTokenMilestone[])
[(1721224800, 1, 0), (1737122400, 1, 1000000000000000000)]
name(view returns (string)
Private-PostTGE
symbol(view returns (string)
wLEGION
totalSupply(view returns (uint256)
127336508130518647488446732
transferFeeData(view returns (addressuint64)
(0x9bf8cf33916403f2b66d3390e50d1931e18ae894, 0)
underlyingToken(view returns (address)
0xb2a25f7d864636e44bc1bf7a316897652bf07463
unlockedPercentage(view returns (uint256)
749470045793075684
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)
metadataOf(address accountview returns (struct VestingTokenMetadata metadata)
State-modifying
addRecipient(address recipientuint256 amount
addRecipients(address[] recipientsuint256[] amountsuint256 totalAmount
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amountpayable 
claim(payable 
importRecipient(address recipientuint256 amountuint256 claimableAmountOfImportuint256 unlocked
importRecipients(address[] recipientsuint256[] amountsuint256[] claimableAmountsOfImportuint256 totalAmountuint256 unlocked
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
Burn(address indexed accountuint256 amount
Claim(address indexed accountuint256 amount
Initialized(uint64 version
MilestoneReached(uint256 indexed milestoneIndex
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ClaimableAmountOfImportIsGreaterThanExpected(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
EqualPercentagesOnlyAllowedBeforeLinear(
FailedInnerCall(
IncorrectClaimFee(
InputArraysMustHaveSameLength(
InvalidInitialization(
InvalidTotalAmount(
LastPercentageMustBe100(
MaxAllowedMilestonesHit(
MilestonePercentagesNotSorted(
MilestoneTimestampsNotSorted(
MinMilestonesNotReached(
MoreThanTwoEqualPercentages(
NoClaimableAmount(
NotInitializing(
OnlyLastPercentageCanBe100(
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token
UnlockedIsGreaterThanExpected(
UnsuccessfulFetchOfTokenBalance(