Seed-PostTGE

Verified contract

Proxy

Active on Ethereum with 105 txns
Deployed by via 0x5061f4ce at 19977112
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $58,366.32
0x500b81410507009339afdcade1a49a6725137a0c95397cc05b8dc3f4accffd84
0xf5271e9b4951ba219329c053e412af4f13902627bcde7431458e6cfe8cc7f7f4
0xc1797e4f9971ab97b64c28abfd84006c2c67822863b5e66d8e1b8473841e9322
0x08b5132ce7109033cc2c8bf7cd2486618ff71df32b4a8e7fb738564043af7c57
0x13b8d919b0fae1e9aff5134e0162086ed0588b52b47fdcbe2b8391345e3eacf2
0x0d3bd18546e971ba7d418922763a7eb665c85617a1839560deb092e65a57bbc5
0x2747a4d1ba730a5e3c75afe020f36598ce1c01434dced3d4e0652d47587f9ea2
0x9d9afc5a555cec21206ef97cb223d6a15edb9e438ede7d3a372ce5dbcc732b76
0x8e3248aa59521b4a6f68b6beb4027d1edc1b2eb2174747b678998dfb587a53e8
0xf727b381bf5f00a45e4c3e38d36f4b2deca9f5a632148bbad6993cb90654ba9e

Functions
Getter at block 21099034
claimFeeData(view returns (addressuint64)
(0x9bf8cf33916403f2b66d3390e50d1931e18ae894, 0)
claimableSupply(view returns (uint256)
18023699095789930539254400
claimedSupply(view returns (uint256)
4240776170916993752745600
decimals(view returns (uint8)
18
lockedSupply(view returns (uint256)
15735524733293075708000000
manager(view returns (address)
0xee89b02fc0f4e401f12227a2639dff3a035f3c6f
milestones(view returns (struct IVestingTokenMilestone[])
[(1721224800, 1, 0), (1737122400, 1, 1000000000000000000)]
name(view returns (string)
Seed-PostTGE
symbol(view returns (string)
wLEGION
totalSupply(view returns (uint256)
33759223829083006247254400
transferFeeData(view returns (addressuint64)
(0x9bf8cf33916403f2b66d3390e50d1931e18ae894, 0)
underlyingToken(view returns (address)
0xb2a25f7d864636e44bc1bf7a316897652bf07463
unlockedPercentage(view returns (uint256)
585907243860708534
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(