vFactory
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
24
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "vFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "vFactory"
ABI
ABI objects
Getter at block 20863441
admin() view returns (address)
0x0000000000000000000000000000000000000000
depositContract() view returns (address)
0x0000000000000000000000000000000000000000
metadata() pure returns (string name, string url, string iconUrl)
(name=, url=, iconUrl=)
operator() view returns (address)
0x0000000000000000000000000000000000000000
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
treasury() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
autoClaimDetails(uint256 id) view returns (address beneficiary, bool enabled)
availableValidators(bytes32 wc) view returns (uint256)
balance(bytes32 wc, address owner) view returns (uint256)
depositors(address depositor, bytes32 wc) view returns (bool)
key(bytes32 wc, uint256 index) view returns (bool found, bytes publicKey, bytes signature, address withdrawalRecipient)
publicKeys(uint256[] ids) view returns (bytes[] publicKeys_)
validator(uint256 id) view returns (bool found, bool funded, bytes32 wc, uint256 index, bytes publicKey, bytes signature, address owner, address withdrawalRecipient, address feeRecipient)
withdrawalAddress(bytes publicKey) view returns (address)
withdrawalChannel(bytes32 wc) view returns (uint32 total, uint32 limit, uint32 funded)
State-modifying
Events acceptAdmin()
addValidators(bytes32[] withdrawalChannels, bytes[] keys)
allowDepositor(address depositor, bytes32 wc, bool allowed)
approve(bytes32[] withdrawalChannels, uint256[] limits, uint256[] snapshots)
deposit(bytes32 wc, uint256 count, address feeRecipient, address owner, string extradata) payable returns (uint256[])
exit(uint256[] ids)
exitTotal(uint32 totalExited) returns (uint32)
fix()
initialize(string name, address depositContract, address admin, address operator_, address treasury_, address minimalRecipientImplementation, address hatcherRegistry)
removeValidators(bytes32[] withdrawalChannels, uint256[][] indexes)
request(bytes32 wc, uint256 amount)
setExtraData(uint256[] ids, string extradata)
setFeeRecipient(uint256[] ids, address newFeeRecipient)
setMetadata(string name, string url, string iconUrl)
setOperator(address newOperator)
setOwner(uint256[] ids, address newOwner)
transferAdmin(address newAdmin)
withdraw(uint256[] ids, address recipient)
AddedValidators(bytes32 indexed withdrawalChannel, bytes keys)
ApproveDepositor(address indexed depositor, bytes32 indexed wc, bool allowed)
ChangedOperator(address operator)
ChangedTreasury(address treasury)
ExitRequestAboveFunded(uint32 funded, uint32 requestedTotal)
ExitValidator(bytes32 indexed withdrawalChannel, bytes publicKey, uint256 id)
FundedValidator(bytes32 indexed withdrawalChannel, address indexed depositor, address indexed withdrawalAddress, bytes publicKey, uint256 id, uint256 validatorIndex)
Initialized(uint256 version, bytes cdata)
LastEditAfterSnapshot(bytes32 indexed withdrawalChannel, uint256 limit)
RemovedValidator(bytes32 indexed withdrawalChannel, bytes publicKey, uint256 validatorIndex)
SetAdmin(address admin)
SetDepositContract(address depositContract)
SetExitTotal(bytes32 indexed withdrawalChannel, uint32 totalExited)
SetHatcherRegistry(address hatcherRegistry)
SetMetadata(string name, string url, string iconUrl)
SetMinimalRecipientImplementation(address minimalRecipientImplementation)
SetPendingAdmin(address pendingAdmin)
SetValidatorExtraData(uint256 indexed id, string extraData)
SetValidatorFeeRecipient(uint256 indexed id, address feeRecipient)
SetValidatorOwner(uint256 indexed id, address owner)
UpdatedLimit(bytes32 indexed withdrawalChannel, uint256 limit)
ValidatorRequest(bytes32 indexed withdrawalChannel, uint256 total)
Withdraw(uint256 indexed id, address recipient, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized(uint256 version, uint256 currentVersion)
DepositError()
EmptyArray()
EmptyIndexesArray(uint256 index)
EmptyKeyPayload(uint256 index)
EmptyWithdrawalRecipient()
ExitTotalTooHigh(bytes32 withdrawalChannel, uint32 requestedTotal, uint32 maxFundedCount)
FundedValidatorRemovalAttempt(uint256 index, uint256 validatorIndex)
InvalidArrayLengths()
InvalidDepositSize()
InvalidEmptyString()
InvalidKeyPayload(uint256 index)
InvalidMessageValue(uint256 received, uint256 expected)
InvalidNullValue()
InvalidPublicKeyLength()
InvalidSignatureLength()
InvalidValidatorId(uint256 id)
InvalidWithdrawalChannel(bytes32 withdrawalChannel)
InvalidZeroAddress()
LimitExceededValidatorCount(bytes32 withdrawalChannel, uint256 limit, uint256 validatorCount)
MinimalRecipientExecutionError(bytes rdata)
NotEnoughValidators(uint256 requested, uint256 available)
SliceOutOfBounds()
SliceOverflow()
Unauthorized(address account, address expected)
UnsortedIndexArray(uint256 index)
ValidatorIndexOutOfBounds(uint256 index, uint256 validatorIndex)