SmoothlyPool
Verified contract
Active on
Ethereum with 523 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($244,217.12)
Native
Value
$244,217.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 66.565576 | $3,668.82 |
$244,217.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21294086 | a day ago | | | 0.042662158 | 0.00044129641 | |
| 21287254 | 2 days ago | | | 0.041954605 | 0.00029423798 | |
| 21278935 | 3 days ago | | | 0.025259143 | 0.00020222449 | |
| 21272344 | 4 days ago | | | 0 | 0.0010082803 | |
| 21270020 | 4 days ago | | | 0 | 0.00051726946 | |
| 21269988 | 4 days ago | | | 0 | 0.00039843529 | |
| 21269915 | 4 days ago | | | 0.043275968 | 0.00013982907 | |
| 21259975 | 6 days ago | | | 0 | 0.00059506972 | |
| 21256421 | 6 days ago | | | 0 | 0.00056242078 | |
| 21255517 | 6 days ago | | | 0 | 0.00073318382 |
ABI
ABI objects
Getter at block 21301292
epoch() view returns (uint64)
18
exitsRoot() view returns (bytes32)
0xba864497b256c9dcf7b3d2c60e4a5dcefd0a517338d2c27b11a1cb8b36fce236
owner() view returns (address)
0xc7ea6ff9be0ae48a3e2c968076e6b1fd921c06eb
stateRoot() view returns (bytes32)
0xa3fc94d80e4d9233675acd693915c230daf916d909083fe84abc672b4be2e9e1
withdrawalsRoot() view returns (bytes32)
0x3967c18f09bddd3908b67f6a55e2976cea05ee4fe5869c768390d19d34888c4c
Read-only
This contract contains no read-only function objects.
State-modifying
Events addStake(uint64 index) payable
registerBulk(uint64[] indexes) payable
renounceOwnership()
requestExit(uint64[] indexes)
transferOwnership(address newOwner)
updateEpoch(bytes32 _withdrawalsRoot, bytes32 _exitsRoot, bytes32 _stateRoot, uint256 _fee)
withdrawRewards(bytes32[] proof, uint64[] indexes, uint256 rewards)
withdrawStake(bytes32[] proof, uint64[] indexes, uint256 stake)
Epoch(uint64 indexed epoch, bytes32 stateRoot, uint256 fee)
ExitRequested(address indexed eth1, uint64[] indexes)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Registered(address indexed eth1, uint64[] indexes)
RewardsWithdrawal(address indexed eth1, uint64[] indexes, uint256 value)
StakeAdded(address indexed eth1, uint64 index, uint256 value)
StakeWithdrawal(address indexed eth1, uint64[] indexes, uint256 value)
This contract contains no constructor objects.
receive()
AlreadyClaimed()
AmountTooBig()
CallTransferFailed()
IncorrectProof()
NotEnoughEth()
ZeroAmount()