Private-PostTGE
Verified contract
Proxy
Active on
Ethereum with 576 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 ($212,906.75)
Native
Value
$23.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00641 | $3,592.50 |
$23.03 | |
LEGION | ERC-20 | 127.336508M | $0.001672 |
$212,883.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293152 | 3 days ago | | | 0 | 0.0016189072 | |
| 21278911 | 5 days ago | | | 0 | 0.0017076856 | |
| 21278222 | 5 days ago | | | 0 | 0.0013221791 | |
| 21277850 | 5 days ago | | | 0 | 0.0015823212 | |
| 21274751 | 6 days ago | | | 0 | 0.00080635883 | |
| 21274378 | 6 days ago | | | 0 | 0.0012887281 | |
| 21263835 | 7 days ago | | | 0 | 0.0014560832 | |
| 21261141 | 7 days ago | | | 0 | 0.00081174100 | |
| 21259802 | 8 days ago | | | 0 | 0.0010976340 | |
| 21258256 | 8 days ago | | | 0 | 0.0011023379 |
ABI
ABI objects
Getter at block 21314583
claimFeeData() view returns (address, uint64)
(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 (address, uint64)
(0x9bf8cf33916403f2b66d3390e50d1931e18ae894, 0)
underlyingToken() view returns (address)
0xb2a25f7d864636e44bc1bf7a316897652bf07463
unlockedPercentage() view returns (uint256)
749470045793075684
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()