AeraVaultModulesFactory
Verified contract
Active on
Ethereum with 5 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 "AeraVaultModulesFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21072507 | 19 days ago | | | 0 | 0.029603053 | |
| 20968141 | a month ago | | | 0 | 0.033306536 | |
| 19385246 | 8 months ago | | | 0 | 0.14197085 | |
| 19071390 | 10 months ago | | | 0 | 0.00057703022 | |
| 19071369 | 10 months ago | | | 0 | 0.00091574814 |
ABI
ABI objects
Getter at block 21205459
owner() view returns (address)
0xde61092e7d6987c650d086e6276121d91f4cb82f
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
v2Factory() view returns (address)
0x38896b4ac8420b8a2b768001da44d11109f1797d
wrappedNativeToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
deployAssetRegistry(bytes32 salt, address owner_, address vault, struct IAssetRegistryAssetInformation[] assets, address numeraireToken, address feeToken, address sequencer) returns (address deployed)
deployHooks(bytes32 salt, address owner_, address vault, uint256 minDailyValue, struct TargetSighashData[] targetSighashAllowlist) returns (address deployed)
renounceOwnership()
sweep(address token, uint256 amount)
transferOwnership(address newOwner)
AssetRegistryCreated(address indexed assetRegistry, address indexed vault, address indexed owner, struct IAssetRegistryAssetInformation[] assets, address numeraireToken, address feeToken, address wrappedNativeToken, address sequencer)
HooksCreated(address indexed hooks, address indexed vault, address indexed owner, uint256 minDailyValue, struct TargetSighashData[] targetSighashAllowlist)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sweep(address token, uint256 amount)
constructor(address v2Factory_)
This contract contains no fallback and receive objects.
Aera_CallerIsNeitherOwnerOrV2Factory()
Aera__V2FactoryIsZeroAddress()