SimpleLSTDistribution
Verified contract
Active on
Ethereum with 5,532 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe3ac…5ded
0x89e9…4ccf
0x4de2…4405
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OLE | ERC-20 | 10 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x | 14212379 | 3 years ago | | | 0 | 0.0014207621 | |
0x | 14167481 | 3 years ago | | | 0 | 0.0015781214 | |
0x | 14166690 | 3 years ago | | | 0 | 0.0027080456 | |
0x | 13663304 | 3 years ago | | | 0 | 0.0025871108 | |
| 13546381 | 3 years ago | | | 0 | 0.012499738 | |
0x | 13544000 | 3 years ago | | | 0 | 0.0035208315 | |
0x | 13191297 | 3 years ago | | | 0 | 0.0020155177 | |
0x | 13076888 | 3 years ago | | | 0 | 0.0010521049 | |
0x | 12819559 | 3 years ago | | | 0 | 0.00073500000 | |
0x | 12819541 | 3 years ago | | | 0 | 0.00071400000 |
ABI
ABI objects
Getter at block 21258654
LSTRatePerWEI() view returns (uint256)
48000
SimplePreTGEContract() view returns (address)
0xe3ac1eea42b1c7406731980b5bb072c4a7e95ded
SimpleTGEContract() view returns (address)
0x89e9062b160a8d499727baf544bfaf4997dc4ccf
owner() view returns (address)
0xf4140ff8d756af6acbecc5d9e01aeb81ada2a987
token() view returns (address)
0x4de2573e27e648607b50e1cfff921a33e4a34405
vestingBonusMultiplier() view returns (uint256)
3306323
vestingBonusMultiplierPrecision() view returns (uint256)
1000000
vestingDuration() view returns (uint256)
31536000
vestingStartTime() view returns (uint256)
1520640000
Read-only
allocations(address) view returns (bool shouldVest, uint256 weiContributed, uint256 LSTAllocated, bool hasWithdrawn)
vesting(address) view returns (address)
State-modifying
Events mintTokens(address beneficiary, uint256 tokens)
releaseVestedTokens(address beneficiary)
transferOwnership(address newOwner)
unpauseToken()
withdraw()
LogLSTsWithdrawn(address beneficiary, uint256 tokens)
LogTimeVestingLSTsWithdrawn(address beneficiary, uint256 tokens, uint256 start, uint256 cliff, uint256 duration)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _SimplePreTGEAddress, address _SimpleTGEAddress, uint256 _vestingBonusMultiplier, uint256 _vestingDuration, uint256 _vestingStartTime, address _LSTAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.