AeraV2Factory

Verified contract

Active on Ethereum with 6 txns
Deployed by via 0x58067641 at 18192390
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots

No balances found for "AeraV2Factory"

0xf462d4fc99783b00c9a37787ee800da736fc2d89f9efdf284d31a78c7558897d
0xf2141b0ed0e556bd886e55f39b5fbedf963048b428aa22b6137f3481b9596616
0xc27864af16473dfb4f0070cb09a4a1c34e0dadef73398952db9346e34e88c78a
0x350ff40a8a08033bc1fd83ea08308b0e1c83da5616be7cfb2fa40b93c3b00b4c
0x823713c7b562048394d8511fda9b975ef09c9316a7f42d9662a222cf62584e1d
0x53cab948a32bc3d27af46fec310b68d7cfce0324823bd3834bbd8d00a6488601

Functions
Getter at block 20931326
owner(view returns (address)
0xa9d0ab171b00401524cb290abc21010baf022af7
parameters(view returns (address owneraddress assetRegistryaddress hooksaddress guardianaddress feeRecipientuint256 fee)
(owner=0x0000000000000000000000000000000000000000, assetRegistry=0x0000000000000000000000000000000000000000, hooks=0x0000000000000000000000000000000000000000, guardian=0x0000000000000000000000000000000000000000, feeRecipient=0x0000000000000000000000000000000000000000, fee=0)
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
wrappedNativeToken(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
computeVaultAddress(bytes32 saltInputstring descriptionstruct VaultParameters vaultParametersview returns (address)
State-modifying
acceptOwnership(
create(bytes32 saltInputstring descriptionstruct VaultParameters vaultParametersstruct AssetRegistryParameters assetRegistryParametersstruct HooksParameters hooksParametersreturns (address deployedVaultaddress deployedAssetRegistryaddress deployedHooks)
renounceOwnership(
sweep(address tokenuint256 amount
transferOwnership(address newOwner
Events
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Sweep(address tokenuint256 amount
VaultCreated(address indexed vaultaddress assetRegistryaddress hooksaddress indexed owneraddress indexed guardianaddress feeRecipientuint256 feestring descriptionaddress wrappedNativeToken
Constructor
constructor(address wrappedNativeToken_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
Aera__DescriptionIsEmpty(
Aera__GuardianIsAssetRegistryOwner(
Aera__GuardianIsHooksOwner(
Aera__InvalidWrappedNativeToken(
Aera__VaultAddressMismatch(address deployedaddress computed
Aera__WrappedNativeTokenIsZeroAddress(