AeraVaultHooks
Verified contract
Active on
Ethereum with 8 txns
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 "AeraVaultHooks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19902071 | 6 months ago | | | 0 | 0.00030859120 | |
| 19902070 | 6 months ago | | | 0 | 0.00031188686 | |
| 19902069 | 6 months ago | | | 0 | 0.00031356574 | |
| 19901989 | 6 months ago | | | 0 | 0.00031172131 | |
| 19901988 | 6 months ago | | | 0 | 0.00031557642 | |
| 19901987 | 6 months ago | | | 0 | 0.00032351810 | |
| 19901985 | 6 months ago | | | 0 | 0.00031030049 | |
| 19841894 | 6 months ago | | | 0 | 0.00062371311 |
ABI
ABI objects
Getter at block 21204783
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 interfaceId) view returns (bool)
targetSighashAllowed(address target, bytes4 selector) view returns (bool)
State-modifying
Events acceptOwnership()
addTargetSighash(address target, bytes4 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 target, bytes4 selector)
renounceOwnership()
sweep(address token, uint256 amount)
transferOwnership(address newOwner)
Decommissioned()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sweep(address token, uint256 amount)
TargetSighashAdded(address indexed target, bytes4 indexed selector)
TargetSighashRemoved(address indexed target, bytes4 indexed selector)
constructor(address owner_, address vault_, uint256 minDailyValue_, struct TargetSighashData[] targetSighashAllowlist)
This contract contains no fallback and receive objects.
Aera__AddingDuplicateTargetSighash(bytes32 targetSighash)
Aera__AllowanceIsNotZero(address asset, address 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()