Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "FeeManager"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FeeManager"
ABI
ABI objects
Getter at block 21272480
getFundDeployer() view returns (address fundDeployer_)
0x4f1c53f096533c04d8157efb6bca3eb22ddc6360
getOwner() view returns (address owner_)
0xb270fe91e8e4b80452fbf1b4704208792a350f53
Read-only
getEnabledFeesForFund(address _comptrollerProxy) view returns (address[] enabledFees_)
getFeeSharesOutstandingForFund(address _comptrollerProxy, address _fee) view returns (uint256 sharesOutstanding_)
getVaultProxyForFund(address _comptrollerProxy) view returns (address vaultProxy_)
State-modifying
Events activateForFund(bool)
deactivateForFund()
invokeHook(uint8 _hook, bytes _settlementData, uint256 _gav)
receiveCallFromComptroller(address, uint256 _actionId, bytes _callArgs)
setConfigForFund(address _comptrollerProxy, address _vaultProxy, bytes _configData)
FeeEnabledForFund(address indexed comptrollerProxy, address indexed fee, bytes settingsData)
FeeSettledForFund(address indexed comptrollerProxy, address indexed fee, uint8 indexed settlementType, address payer, address payee, uint256 sharesDue)
SharesOutstandingPaidForFund(address indexed comptrollerProxy, address indexed fee, address indexed payee, uint256 sharesDue)
ValidatedVaultProxySetForFund(address indexed comptrollerProxy, address indexed vaultProxy)
constructor(address _fundDeployer)
This contract contains no fallback and receive objects.
This contract contains no error objects.