ExternalPositionManager
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ExternalPositionManager"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ExternalPositionManager"
ABI
ABI objects
Getter at block 21296914
getExternalPositionFactory() view returns (address externalPositionFactory_)
0x0aacb782205dde9eff4862ace9849dce1ca3409f
getFundDeployer() view returns (address fundDeployer_)
0x4f1c53f096533c04d8157efb6bca3eb22ddc6360
getOwner() view returns (address owner_)
0xb270fe91e8e4b80452fbf1b4704208792a350f53
getPolicyManager() view returns (address policyManager_)
0xadf5a8db090627b153ef0c5726ccfdc1c7aed7bd
Read-only
getExternalPositionLibForType(uint256 _typeId) view returns (address lib_)
getExternalPositionParserForType(uint256 _typeId) view returns (address parser_)
getVaultProxyForFund(address _comptrollerProxy) view returns (address vaultProxy_)
State-modifying
Events activateForFund(bool)
deactivateForFund()
receiveCallFromComptroller(address _caller, uint256 _actionId, bytes _callArgs)
setConfigForFund(address _comptrollerProxy, address _vaultProxy, bytes)
updateExternalPositionTypesInfo(uint256[] _typeIds, address[] _libs, address[] _parsers)
CallOnExternalPositionExecutedForFund(address indexed caller, address indexed comptrollerProxy, address indexed externalPosition, uint256 actionId, bytes actionArgs, address[] assetsToTransfer, uint256[] amountsToTransfer, address[] assetsToReceive)
ExternalPositionDeployedForFund(address indexed comptrollerProxy, address indexed vaultProxy, address externalPosition, uint256 indexed externalPositionTypeId, bytes data)
ExternalPositionTypeInfoUpdated(uint256 indexed typeId, address lib, address parser)
ValidatedVaultProxySetForFund(address indexed comptrollerProxy, address indexed vaultProxy)
constructor(address _fundDeployer, address _externalPositionFactory, address _policyManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.