AeraVaultHooks

Verified contract

Active on Ethereum with 1 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AeraVaultHooks"

0xaa6f79cfbf0a0bf74fe355cebb43cacf91c0ccaf273a47d6380f1952630eaee7
From

Functions
Getter at block 20931340
cumulativeDailyMultiplier(view returns (uint256)
0
currentDay(view returns (uint256)
0
minDailyValue(view returns (uint256)
970000000000000000
owner(view returns (address)
0x6d903f6003cca6255d85cca4d3b5e5146dc33925
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
vault(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
supportsInterface(bytes4 interfaceIdview returns (bool)
targetSighashAllowed(address targetbytes4 selectorview returns (bool)
State-modifying
acceptOwnership(
addTargetSighash(address targetbytes4 selector
afterDeposit(struct AssetValue[] amounts
afterFinalize(
afterSubmit(struct Operation[] operations
afterWithdraw(struct AssetValue[] amounts
beforeDeposit(struct AssetValue[] amounts
beforeFinalize(
beforeSubmit(struct Operation[] operations
beforeWithdraw(struct AssetValue[] amounts
decommission(
removeTargetSighash(address targetbytes4 selector
renounceOwnership(
sweep(address tokenuint256 amount
transferOwnership(address newOwner
Events
Decommissioned(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Sweep(address tokenuint256 amount
TargetSighashAdded(address indexed targetbytes4 indexed selector
TargetSighashRemoved(address indexed targetbytes4 indexed selector
Constructor
constructor(address owner_address vault_uint256 minDailyValue_struct TargetSighashData[] targetSighashAllowlist
Fallback and receive

This contract contains no fallback and receive objects.

Errors
Aera__AddingDuplicateTargetSighash(bytes32 targetSighash
Aera__AllowanceIsNotZero(address assetaddress spender
Aera__CallIsNotAllowed(struct Operation operation
Aera__CallerIsNotVault(
Aera__HooksInitialOwnerIsZeroAddress(
Aera__HooksOwnerIsGuardian(
Aera__HooksOwnerIsVault(
Aera__MinDailyValueIsNotLessThanOne(
Aera__MinDailyValueTooLow(
Aera__NoCodeAtTarget(address target
Aera__RemovingNonexistentTargetSighash(bytes32 targetSighash
Aera__VaultIsZeroAddress(
Aera__VaultValueBelowMinDailyValue(