StakingAggregator
Verified contract
Active on
Ethereum with 22,805 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x19f1…e52e
Balances ($184.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IMX | ERC-20 | 111.87316 | $1.65 |
$184.59 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18444808 | a year ago | | | 0.018 | 0.0016517123 | |
| 18358209 | a year ago | | | 0.014 | 0.00082930814 | |
| 18358152 | a year ago | | | 0.012 | 0.00088912281 | |
| 18358021 | a year ago | | | 0.015 | 0.00094328350 | |
| 18357962 | a year ago | | | 0.017 | 0.00088852956 | |
| 18357895 | a year ago | | | 0.013 | 0.00094531772 | |
| 18357828 | a year ago | | | 0.011 | 0.00088445680 | |
| 18357768 | a year ago | | | 0.014 | 0.0011125045 | |
| 18357711 | a year ago | | | 0.01 | 0.00078906286 | |
| 18357644 | a year ago | | | 0.013 | 0.00077948741 |
ABI
ABI objects
Getter at block 21258049 fetchRPConstants() view returns (uint256[4])
FEE_BASE() view returns (uint256)
100000
MAX_FEE() view returns (uint256)
2000
fee() view returns (uint256)
0
feesRecipient() view returns (address)
0x19f12865164d69dea7fa65d3033a73ef93afe52e
lidoProxyAddress() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
lidoReferralAddress() view returns (address)
0xfe2da24c0d0ecdcc4753ef7d1ed637b75b7b6c47
owner() view returns (address)
0x27c5706cc6deed9e0cb86f1238cc2fb5c7eb0bb4
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
depositToLido(uint256 maxFeeRate) payable
depositToRP(uint256 maxFeeRate) payable
pause()
recoverERC20(address tokenAddress, uint256 tokenAmount, address recipient)
renounceOwnership()
transferOwnership(address newOwner)
unpause()
updateFee(uint256 _newFee)
updateFeesRecipient(address _newFeesRecipent)
FeeUpdated(uint256 _newFee)
FeesRecipientUpdated(address recipient)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _owner, address _lidoReferralAddress, address _rocketStorageAddress, address _lidoProxyAddress, uint256 _fee, address _feesRecipient)
This contract contains no fallback and receive objects.
ContractNotFound()
FeeTooHigh(uint256 fee)
IncompatibleFeeRate(uint256 contractRate, uint256 permittedRate)
InvalidFeesRecipient(address attemptedRecipient)
NoTokensMinted(address recipient)
TransferFailed(address recipient, uint256 amount)