PrelaunchPoints
Verified contract
Active on
Ethereum with 729 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcdcd…2f34
Balances ($253,273.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
lpETH | ERC-20 | 42.771233 | $2,906.89 |
$124,331.27 | |
weETH | ERC-20 | 17.403099 | $4,229.60 |
$73,608.15 | |
uniETH | ERC-20 | 4.662671 | $4,312.88 |
$20,109.54 | |
rswETH | ERC-20 | 4.254301 | $4,093.81 |
$17,416.3 | |
rsETH | ERC-20 | 2.097659 | $4,121.70 |
$8,645.92 | |
ezETH | ERC-20 | 2.065155 | $4,117.32 |
$8,502.9 | |
pufETH | ERC-20 | 0.158451 | $4,107.53 |
$650.84 | |
weETHs | ERC-20 | 0.00201 | $4,046.11 |
$8.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21416088 | 16 hours ago | | | 0 | 0.0015203487 | |
| 21416064 | 16 hours ago | | | 0 | 0.0014748887 | |
| 21411271 | a day ago | | | 0 | 0.0051093044 | |
| 21401324 | 3 days ago | | | 0 | 0.0029825794 | |
| 21400054 | 3 days ago | | | 0 | 0.0032719982 | |
| 21399804 | 3 days ago | | | 0 | 0.0028056640 | |
| 21396173 | 3 days ago | | | 0 | 0.00089643470 | |
| 21396172 | 3 days ago | | | 0 | 0.00086009441 | |
| 21395846 | 3 days ago | | | 0 | 0.00096396984 | |
| 21395819 | 3 days ago | | | 0 | 0.00094033424 |
ABI
ABI objects
Getter at block 21420894
ETH() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
TIMELOCK() view returns (uint32)
604800
TRANSFORM_SELECTOR() view returns (bytes4)
0x415565b0
UNI_SELECTOR() view returns (bytes4)
0x803ba26d
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
emergencyMode() view returns (bool)
false
exchangeProxy() view returns (address)
0xdef1c0ded9bec7f1a1670819833240f027b25eff
loopActivation() view returns (uint32)
1728588167
lpETH() view returns (address)
0xa684eaf215ad323452e2b2bf6f817d4aa5c116ab
lpETHVault() view returns (address)
0xcdcda46ca0ad29cad51682e954ca6097316d2f34
owner() view returns (address)
0xe5e0898121c0f978f2fde415c1579cedd04feb95
proposedOwner() view returns (address)
0xe5e0898121c0f978f2fde415c1579cedd04feb95
startClaimDate() view returns (uint32)
1731575111
totalLpETH() view returns (uint256)
106879693785733964354
totalSupply() view returns (uint256)
106879693785733964354
Read-only
balances(address, address) view returns (uint256)
isTokenAllowed(address) view returns (bool)
State-modifying
Events acceptOwnership()
allowToken(address _token)
claim(address _token, uint8 _percentage, uint8 _exchange, bytes _data)
claimAndStake(address _token, uint8 _percentage, uint8 _exchange, uint256 _typeIndex, bytes _data)
convertAllETH()
lock(address _token, uint256 _amount, bytes32 _referral)
lockETH(bytes32 _referral) payable
lockETHFor(address _for, bytes32 _referral) payable
lockFor(address _token, uint256 _amount, address _for, bytes32 _referral)
proposeOwner(address _owner)
recoverERC20(address tokenAddress, uint256 tokenAmount)
setEmergencyMode(bool _mode)
setLoopAddresses(address _loopAddress, address _vaultAddress)
withdraw(address _token)
Claimed(address indexed user, address indexed token, uint256 reward)
Converted(uint256 amountETH, uint256 amountlpETH)
Locked(address indexed user, uint256 amount, address indexed token, bytes32 indexed referral)
LoopAddressesUpdated(address loopAddress, address vaultAddress)
OwnerProposed(address newOwner)
OwnerUpdated(address newOwner)
Recovered(address token, uint256 amount)
StakedVault(address indexed user, uint256 amount, uint256 typeIndex)
SwappedTokens(address sellToken, uint256 sellAmount, uint256 buyETHAmount)
Withdrawn(address indexed user, address indexed token, uint256 amount)
constructor(address _exchangeProxy, address _wethAddress, address[] _allowedTokens)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CannotClaimZero()
CannotLockZero()
CannotWithdrawZero()
CurrentlyNotPossible()
FailedInnerCall()
FailedToSendEther()
InvalidToken()
LoopNotActivated()
MathOverflowedMulDiv()
NoLongerPossible()
NotAuthorized()
NotProposedOwner()
NotValidToken()
NothingToClaim()
ReceiveDisabled()
SafeERC20FailedOperation(address token)
SellTokenApprovalFailed()
SwapCallFailed()
TokenNotAllowed()
UseClaimInstead()
WrongDataAmount(uint256 inputTokenAmount)
WrongDataTokens(address inputToken, address outputToken)
WrongExchange()
WrongRecipient(address recipient)
WrongSelector(bytes4 selector)