EarlyAdopterPool
Verified contract
Active on
Ethereum with 38,251 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,720,401.86)
Native
Value
$2,390,411.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 649.720143 | $3,679.14 |
$2,390,411.37 | |
wstETH | ERC-20 | 36.21234 | $4,371.87 |
$158,315.64 | |
rETH | ERC-20 | 22.925474 | $4,100.58 |
$94,007.74 | |
sfrxETH | ERC-20 | 19.171004 | $4,051.28 |
$77,667.1 | |
LOFE | ERC-20 | 17.227742K | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21298672 | 21 hours ago | | | 0 | 0.0012738026 | |
| 21298664 | 21 hours ago | | | 0 | 0.0013080145 | |
| 21298656 | 21 hours ago | | | 0 | 0.0013098480 | |
| 21298648 | 21 hours ago | | | 0 | 0.0013446051 | |
| 21298643 | 21 hours ago | | | 0 | 0.0014262275 | |
| 21298637 | 21 hours ago | | | 0 | 0.0013209613 | |
| 21243297 | 9 days ago | | | 0 | 0.0016049951 | |
| 21200520 | 15 days ago | | | 0 | 0.0014486156 | |
| 21197161 | 15 days ago | | | 0 | 0.0019382907 | |
| 21158007 | 21 days ago | | | 0 | 0.0040259548 |
ABI
ABI objects
Getter at block 21304974 getContractTVL() view returns (uint256 tvl)
claimDeadline() view returns (uint256)
1689004091
claimReceiverContract() view returns (address)
0x0000000000000000000000000000000000000000
claimingOpen() view returns (uint8)
1
endTime() view returns (uint256)
1689004091
owner() view returns (address)
0xf155a2632ef263a6a382028b3b33feb29175b8a5
paused() view returns (bool)
false
Read-only
calculateUserPoints(address _user) view returns (uint256)
depositInfo(address) view returns (uint256 depositTime, uint256 etherBalance, uint256 totalERC20Balance)
getUserTVL(address _user) view returns (uint256 rETHBal, uint256 wstETHBal, uint256 sfrxETHBal, uint256 cbETHBal, uint256 ethBal, uint256 totalBal)
userToErc20Balance(address, address) view returns (uint256)
State-modifying
Events claim()
deposit(address _erc20Contract, uint256 _amount)
depositEther() payable
pauseContract()
renounceOwnership()
setClaimReceiverContract(address _receiverContract)
setClaimingOpen(uint256 _claimDeadline)
transferOwnership(address newOwner)
unPauseContract()
withdraw()
ClaimReceiverContractSet(address indexed receiverAddress)
ClaimingOpened(uint256 deadline)
DepositERC20(address indexed sender, uint256 amount)
DepositEth(address indexed sender, uint256 amount)
ERC20TVLUpdated(uint256 rETHBal, uint256 wstETHBal, uint256 sfrxETHBal, uint256 cbETHBal, uint256 ETHBal, uint256 tvl)
EthTVLUpdated(uint256 ETHBal, uint256 tvl)
Fundsclaimed(address indexed user, uint256 indexed pointsAccumulated)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Withdrawn(address indexed sender)
constructor(address _rETH, address _wstETH, address _sfrxETH, address _cbETH)
receive()
This contract contains no error objects.