SafeStaking
Verified contract
Active on
Ethereum with 68 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "SafeStaking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18824641 | a year ago | | | 0 | 0.022868447 | |
| 18745841 | a year ago | | | 0 | 0.013446308 | |
| 18745121 | a year ago | | | 0 | 0.013747593 | |
| 18719361 | a year ago | | | 0 | 0.023411099 | |
| 18719041 | a year ago | | | 0 | 0.031261559 | |
| 18718721 | a year ago | | | 0 | 0.032128161 | |
| 18718401 | a year ago | | | 0 | 0.031026872 | |
| 18711781 | a year ago | | | 0 | 0.0029085536 | |
| 18334481 | a year ago | | | 0 | 0.0045478562 | |
| 18334161 | a year ago | | | 0 | 0.0036400983 |
ABI
ABI objects
Getter at block 21213420
canDeposit() view returns (bool)
true
depositContract() view returns (address)
0x00000000219ab540356cbb839cbe05303d7705fa
getSafeguards() view returns (address[] guards)
[0x29B1054b73F539523d9af43D068A293028566ED9, 0x681159Ff401b39D37387FC2fD074EE9dA9206a9a, 0x70865AE33C3A527d9844cAb11BF9F0DD2A531022, 0xf6A3B3ACCdD761dE1cCCf1369CA652EFDe62df31, 0x186833f7747BbBd197813D63f6E91C299264fc86]
lastDepositTimestamp() view returns (uint256)
1703045267
maxDepositAmount() view returns (uint256)
320000000000000000000
minDepositTimeInterval() view returns (uint256)
3600
owner() view returns (address)
0x509b82c847f90e9d19297c25965c534ae0562c35
paused() view returns (bool)
false
quorum() view returns (uint256)
3
registry() view returns (address)
0xe926f01953c3b94222fcac7474b31e3f8eafb308
strategy() view returns (address)
0x96f4489fe75d0494bd5088b0d80b17a5759dac37
Read-only
isSafeguard(address addr) view returns (bool)
State-modifying
Events pause(uint256 timestamp, bytes signature)
renounceOwnership()
safeDeposit(bytes32 depositRoot, uint256 registryVersion, uint256 blockNumber, bytes32 blockHash, uint256 depositAmount, bytes signatures)
safeVerifyKeys(uint256 id, uint64 newVerifiedCount, uint256 registryVersion, bytes signatures)
transferOwnership(address newOwner)
unpause()
updateMaxDepositAmount(uint256 newMaxDepositAmount)
updateMinDepositTimeInterval(uint256 newMinDepositTimeInterval)
updateSafeguardAndQuorum(address[] newSafeguards, uint256 newQuorum)
MaxDepositAmountUpdated(uint256 newMaxDepositAmount)
MinDepositTimeIntervalUpdated(uint256 newMinDepositTimeInterval)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address safeguard)
SafeguardAndQuorumUpdated(address[] newSafeguards, uint256 newQuorum)
Unpaused()
constructor(address strategy_, uint256 maxDepositAmount_, uint256 minDepositTimeInterval_)
This contract contains no fallback and receive objects.
This contract contains no error objects.