DepositSecurityModule
Verified contract
Active on
Ethereum with 1,425 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14980273 | 2 years ago | | | 0 | 0.12090144 | |
| 14978660 | 2 years ago | | | 0 | 0.031667135 | |
| 14975069 | 2 years ago | | | 0 | 0.025974938 | |
| 14964646 | 2 years ago | | | 0 | 0.023119116 | |
| 14957422 | 2 years ago | | | 0 | 0.060733022 | |
| 14952791 | 2 years ago | | | 0 | 0.015581423 | |
| 14949609 | 2 years ago | | | 0 | 0.015307214 | |
| 14946299 | 2 years ago | | | 0 | 0.015476693 | |
| 14937943 | 2 years ago | | | 0 | 0.051361475 | |
| 14936755 | 2 years ago | | | 0 | 0.041683895 |
ABI
ABI objects
Getter at block 21158365
ATTEST_MESSAGE_PREFIX() view returns (bytes32)
0x1670745baff8f26a6c2e451bc4eedecf0009a8271dcf5d224e8ab295f22b0863
DEPOSIT_CONTRACT() view returns (address)
0x00000000219ab540356cbb839cbe05303d7705fa
LIDO() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
PAUSE_MESSAGE_PREFIX() view returns (bytes32)
0xd225b544f236c424d88abf1dd1a58e20df146bb6c02d916809b75d7a72bccb10
canDeposit() view returns (bool)
true
getGuardianQuorum() view returns (uint256)
4
getGuardians() view returns (address[])
[0x5fd0dDbC3351d009eb3f88DE7Cd081a614C519F1, 0x7912Fa976BcDe9c2cf728e213e892AD7588E6AaF, 0x14D5d5B71E048d2D75a39FfC5B407e3a3AB6F314, 0xf82D88217C249297C6037BA77CE34b3d8a90ab43, 0xa56b128Ea2Ea237052b0fA2a96a387C0E43157d8, 0xd4EF84b638B334699bcf5AF4B0410B8CCD71943f]
getLastDepositBlock() view returns (uint256)
14980273
getMaxDeposits() view returns (uint256)
150
getMinDepositBlockDistance() view returns (uint256)
25
getNodeOperatorsRegistry() view returns (address)
0x55032650b14df07b85bf18a3a3ec8e0af2e028d5
getOwner() view returns (address)
0x3e40d73eb977dc6a537af587d48316fee66e9c8c
getPauseIntentValidityPeriodBlocks() view returns (uint256)
6646
isPaused() view returns (bool)
false
Read-only
getGuardianIndex(address addr) view returns (int256)
isGuardian(address addr) view returns (bool)
State-modifying
Events addGuardian(address addr, uint256 newQuorum)
addGuardians(address[] addresses, uint256 newQuorum)
depositBufferedEther(bytes32 depositRoot, uint256 keysOpIndex, uint256 blockNumber, bytes32 blockHash, struct DepositSecurityModuleSignature[] sortedGuardianSignatures)
pauseDeposits(uint256 blockNumber, struct DepositSecurityModuleSignature sig)
removeGuardian(address addr, uint256 newQuorum)
setGuardianQuorum(uint256 newValue)
setMaxDeposits(uint256 newValue)
setMinDepositBlockDistance(uint256 newValue)
setNodeOperatorsRegistry(address newValue)
setOwner(address newValue)
setPauseIntentValidityPeriodBlocks(uint256 newValue)
unpauseDeposits()
DepositsPaused(address guardian)
DepositsUnpaused()
GuardianAdded(address guardian)
GuardianQuorumChanged(uint256 newValue)
GuardianRemoved(address guardian)
MaxDepositsChanged(uint256 newValue)
MinDepositBlockDistanceChanged(uint256 newValue)
NodeOperatorsRegistryChanged(address newValue)
OwnerChanged(address newValue)
PauseIntentValidityPeriodBlocksChanged(uint256 newValue)
constructor(address _lido, address _depositContract, address _nodeOperatorsRegistry, uint256 _networkId, uint256 _maxDepositsPerBlock, uint256 _minDepositBlockDistance, uint256 _pauseIntentValidityPeriodBlocks)
This contract contains no fallback and receive objects.
This contract contains no error objects.