AeraVaultV2

Verified contract

Active on Ethereum with 192 txns
Deployed by via 0x82374e1d at 18215232
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $178,174.54
ERC-20
Value $962.96
ERC-20
--
ERC-20
--
0x4c6bb7d1008971531dad5b1e0713630d5778baa21ed8b9a31b97f4669a3b2782
0x7c4e302f8cd8c17ee34b8b6867f79498918be2ce0447a9676634f52e98ff45b7
0x1bd7b8f9d73efdf6d3822a5924db4c7fedd50fedb8930958ccfb5fd0ada41353
0x8ed1dfa42a62b78bee3df99db550465546f21c79e9a302a3d0ece0c33ea0b6e9
0x54a3334b85f47d43907d55ac1340c828977e4d253433c4a2c07dec8ebf2e0098
0xb4aea11ea753510a03574ce915ff935d2bc258c3364fe17cf0b3e2b8caca0b3d
0x91aa4e5e9c4a61cdf1b059feecd6405b8f8ddc9ac8a9859190a77da84027b168
0xe947b0f4c898e4a2ea5fcba09bbf6212ab3f8df914e788a51cb608dfc169a5bb
0xa58e9389a02dedef36f7601715996c1a9fc12edd275b67f39de6bd8eeb39895e
0x9b2f452699e1c18f822f80de421892c3ee2de9fc1f9e229483cf0a32c281bf35

Functions
Getter at block 20930129
assetRegistry(view returns (address)
0xc7252fa289128597631eeca427cbde6e14559d33
fee(view returns (uint256)
0
feeRecipient(view returns (address)
0x7587d73ec14157440c01485555f81f31cf6c549e
feeTotal(view returns (uint256)
0
finalized(view returns (bool)
false
guardian(view returns (address)
0x7587d73ec14157440c01485555f81f31cf6c549e
 
holdings(view returns (struct AssetValue[])
hooks(view returns (address)
0x7a8e7f9490fb927d20835b97578e521c97720f64
lastFeeCheckpoint(view returns (uint256)
1698068075
lastFeeTokenPrice(view returns (uint256)
0
lastValue(view returns (uint256)
0
owner(view returns (address)
0x6d903f6003cca6255d85cca4d3b5e5146dc33925
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
 
renounceOwnership(view 
 
value(view returns (uint256 vaultValue)
wrappedNativeToken(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
fees(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
acceptOwnership(
claim(
deposit(struct AssetValue[] amounts
execute(struct Operation operation
finalize(
pause(
resume(
setGuardianAndFeeRecipient(address newGuardianaddress newFeeRecipient
setHooks(address newHooks
submit(struct Operation[] operations
transferOwnership(address newOwner
withdraw(struct AssetValue[] amounts
Events
Claimed(address indexed feeRecipientuint256 claimedFeeuint256 unclaimedFeeuint256 feeTotal
Deposit(address indexed owneraddress indexed assetuint256 amount
Executed(address indexed ownerstruct Operation operation
FeesReserved(address indexed feeRecipientuint256 newFeeuint256 lastFeeCheckpointuint256 lastValueuint256 lastFeeTokenPriceuint256 feeTotal
Finalized(address indexed ownerstruct AssetValue[] withdrawnAmounts
NoFeesReserved(uint256 lastFeeCheckpointuint256 lastValueuint256 feeTotal
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
SetAssetRegistry(address assetRegistry
SetGuardianAndFeeRecipient(address indexed guardianaddress indexed feeRecipient
SetHooks(address hooks
SpotPricesReverted(bytes reason
Submitted(address indexed guardianstruct Operation[] operations
Unpaused(address account
Withdraw(address indexed owneraddress indexed assetuint256 amount
Constructor
constructor(
Fallback and receive
receive(
Errors
Aera__AmountExceedsAvailable(address assetuint256 amountuint256 available
Aera__AmountsOrderIsIncorrect(uint256 index
Aera__AssetIsNotRegistered(address asset
Aera__AssetRegistryHasInvalidVault(
Aera__AssetRegistryIsNotValid(address assetRegistry
Aera__AssetRegistryIsZeroAddress(
Aera__CallerIsNotGuardian(
Aera__CallerIsNotOwnerAndGuardian(
Aera__CannotRenounceOwnership(
Aera__CannotUseReservedFees(
Aera__ExecuteTargetIsHooksAddress(
Aera__ExecuteTargetIsVaultAddress(
Aera__ExecutionFailed(bytes result
Aera__FeeIsAboveMax(uint256 actualuint256 max
Aera__FeeRecipientIsOwner(
Aera__FeeRecipientIsZeroAddress(
Aera__GuardianIsOwner(
Aera__GuardianIsZeroAddress(
Aera__HooksHasInvalidVault(
Aera__HooksIsNotValid(address hooks
Aera__HooksIsZeroAddress(
Aera__InitialOwnerIsZeroAddress(
Aera__NoAvailableFeesForCaller(address caller
Aera__NoClaimableFeesForCaller(address caller
Aera__NotWrappedNativeTokenContract(
Aera__SpotPricesReverted(
Aera__SubmissionFailed(uint256 indexbytes result
Aera__SubmitRedeemERC4626AssetFromOwner(
Aera__SubmitTargetIsHooksAddress(uint256 index
Aera__SubmitTargetIsVaultAddress(
Aera__SubmitTransfersAssetFromOwner(
Aera__VaultIsFinalized(