VaultFactory

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x673709d2 at 17416137
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "VaultFactory"

No transactions found for "VaultFactory"


Functions
Getter at block 20818913
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
NODE_REGISTRY_CONTRACT(view returns (bytes32)
0x5f937b69bc198c032799e5628d33386025c498d279cec8ad3c304e5c00bb19f6
staderConfig(view returns (address)
0x0000000000000000000000000000000000000000
vaultProxyImplementation(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
computeNodeELRewardVaultAddress(uint8 _poolIduint256 _operatorIdview returns (address)
computeWithdrawVaultAddress(uint8 _poolIduint256 _operatorIduint256 _validatorCountview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getValidatorWithdrawCredential(address _withdrawVaultpure returns (bytes)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
deployNodeELRewardVault(uint8 _poolIduint256 _operatorIdreturns (address)
deployWithdrawVault(uint8 _poolIduint256 _operatorIduint256 _validatorCountuint256 _validatorIdreturns (address)
grantRole(bytes32 roleaddress account
initialize(address _adminaddress _staderConfig
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
updateStaderConfig(address _staderConfig
updateVaultProxyAddress(address _vaultProxyImpl
Events
Initialized(uint8 version
NodeELRewardVaultCreated(address nodeDistributor
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
UpdatedStaderConfig(address staderConfig
UpdatedVaultProxyImplementation(address vaultProxyImplementation
WithdrawVaultCreated(address withdrawVault
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ZeroAddress(