Seed-PostTGE
Verified contract
Proxy
Active on
Ethereum with 105 txns
Unified 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
0xb2a2…7463
Balances ($58,366.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LEGION | ERC-20 | 33.759224M | $0.001729 |
$58,366.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21079136 | 3 days ago | | | 0 | 0.0036044847 | |
| 21065279 | 5 days ago | | | 0 | 0.0017655191 | |
| 21056496 | 6 days ago | | | 0 | 0.00093500150 | |
| 21049780 | 7 days ago | | | 0 | 0.00079548546 | |
| 20905370 | a month ago | | | 0 | 0.00060889474 | |
| 20888210 | a month ago | | | 0 | 0.00040131300 | |
| 20883283 | a month ago | | | 0 | 0.00065892616 | |
| 20882296 | a month ago | | | 0 | 0.00058103329 | |
| 20870580 | a month ago | | | 0 | 0.0018831012 | |
| 20870187 | a month ago | | | 0 | 0.0014918601 |
ABI
ABI objects
Getter at block 21099034
claimFeeData() view returns (address, uint64)
(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 (address, uint64)
(0x9bf8cf33916403f2b66d3390e50d1931e18ae894, 0)
underlyingToken() view returns (address)
0xb2a25f7d864636e44bc1bf7a316897652bf07463
unlockedPercentage() view returns (uint256)
585907243860708534
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimableBalanceOf(address account) view returns (uint256)
claimedBalanceOf(address account) view returns (uint256)
exportRecipient(address recipient) view returns (address, uint256, uint256, uint256)
exportRecipients(address[] recipients) view returns (address[], uint256[], uint256[], uint256)
lockedBalanceOf(address account) view returns (uint256)
metadataOf(address account) view returns (struct VestingTokenMetadata metadata)
State-modifying
Events addRecipient(address recipient, uint256 amount)
addRecipients(address[] recipients, uint256[] amounts, uint256 totalAmount)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount) payable
claim() payable
importRecipient(address recipient, uint256 amount, uint256 claimableAmountOfImport, uint256 unlocked)
importRecipients(address[] recipients, uint256[] amounts, uint256[] claimableAmountsOfImport, uint256 totalAmount, uint256 unlocked)
initialize(string name, string symbol, address underlyingTokenAddress, struct IVestingTokenMilestone[] milestonesArray)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
updateLastReachedMilestone(uint256 startIndex)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
Claim(address indexed account, uint256 amount)
Initialized(uint64 version)
MilestoneReached(uint256 indexed milestoneIndex)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ClaimableAmountOfImportIsGreaterThanExpected()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 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()