PortfolioFactory
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
23
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "PortfolioFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PortfolioFactory"
ABI
ABI objects
Getter at block 23614977
gnosisFallbackLibrary() view returns (address)
0x0000000000000000000000000000000000000000
gnosisMultisendLibrary() view returns (address)
0x0000000000000000000000000000000000000000
gnosisSafeProxyFactory() view returns (address)
0x0000000000000000000000000000000000000000
gnosisSingleton() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
portfolioId() view returns (uint256)
0
protocolConfig() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
PortfolioInfolList(uint256) view returns (address portfolio, address tokenExclusionManager, address rebalancing, address owner, address assetManagementConfig, address feeModule, address vaultAddress, address gnosisModule)
getPortfolioList(uint256 portfoliofundId) view returns (address)
whitelistedPortfolioAddress(address) view returns (bool)
State-modifying
Events acceptOwnership()
createPortfolioCustodial(struct FunctionParametersPortfolioCreationInitData initData, address[] _owners, uint256 _threshold)
createPortfolioNonCustodial(struct FunctionParametersPortfolioCreationInitData initData)
initialize(struct FunctionParametersPortfolioFactoryInitData initData)
renounceOwnership()
setPortfolioCreationState(bool _state)
setTokenRemovalVaultModule(address _newImpl)
transferOwnership(address newOwner)
transferSuperAdminOwnership(address _accessController, address _account)
updateGnosisAddresses(address _newGnosisSingleton, address _newGnosisFallbackLibrary, address _newGnosisMultisendLibrary, address _newGnosisSafeProxyFactory)
upgradeAssetManagerConfig(address[] _proxy, address _newImpl)
upgradeFeeModule(address[] _proxy, address _newImpl)
upgradePortfolio(address[] _proxy, address _newImpl)
upgradeRebalance(address[] _proxy, address _newImpl)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
upgradeTokenExclusionManager(address[] _proxy, address _newImpl)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PortfolioCreationState(bool indexed state)
PortfolioInfo(struct PortfolioFactoryPortfoliolInfo portfolioData, uint256 indexed portfolioId, string _name, string _symbol, address indexed _owner, address indexed _accessController, bool isPublicPortfolio)
TransferSuperAdminOwnership(address indexed newOwner)
UpdataTokenRemovalVaultBaseAddress(address indexed newImplementation)
UpdateGnosisAddresses(address indexed newGnosisSingleton, address indexed newGnosisFallbackLibrary, address indexed newGnosisMultisendLibrary, address newGnosisSafeProxyFactory)
UpgradeAssetManagerConfig(address indexed newImplementation)
UpgradeFeeModule(address indexed newImplementation)
UpgradePortfolio(address indexed newImplementation)
UpgradeRebalance(address indexed newImplementation)
UpgradeTokenExclusionManager(address indexed newImplementation)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
CallerNotSuperAdmin()
InvalidAddress()
InvalidThresholdLength()
ModuleNotInitialised()
NoOwnerPassed()
PortfolioCreationIsPause()
ProtocolIsPaused()
ProtocolNotPaused()