PolicyManager
Verified contract
Active on
Ethereum with 41 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "PolicyManager"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19593868 | 8 months ago | | | 0 | 0.00062139337 | |
| 19593858 | 8 months ago | | | 0 | 0.00057524283 | |
| 19442596 | 8 months ago | | | 0 | 0.0025164546 | |
| 19093591 | 10 months ago | | | 0 | 0.0032374407 | |
| 18794312 | a year ago | | | 0 | 0.0039395187 | |
| 18777640 | a year ago | | | 0 | 0.0025154110 | |
| 18644648 | a year ago | | | 0 | 0.0064781161 | |
| 18644643 | a year ago | | | 0 | 0.0060533735 | |
| 17706771 | a year ago | | | 0 | 0.0018825659 | |
| 17086330 | 2 years ago | | | 0 | 0.011251623 |
ABI
ABI objects
Getter at block 21296913
getFundDeployer() view returns (address fundDeployer_)
0x4f1c53f096533c04d8157efb6bca3eb22ddc6360
getGasRelayPaymasterFactory() view returns (address gasRelayPaymasterFactory_)
0x846bbe1925047023651de7ec289f329c24ded3a8
getGasRelayTrustedForwarder() view returns (address trustedForwarder_)
0xca57e5d6218aeb093d76372b51ba355cfb3c6cd0
getOwner() view returns (address owner_)
0xb270fe91e8e4b80452fbf1b4704208792a350f53
Read-only
getEnabledPoliciesForFund(address _comptrollerProxy) view returns (address[] enabledPolicies_)
getEnabledPoliciesOnHookForFund(address _comptrollerProxy, uint8 _hook) view returns (address[] enabledPolicies_)
getVaultProxyForFund(address _comptrollerProxy) view returns (address vaultProxy_)
policyIsEnabledOnHookForFund(address _comptrollerProxy, uint8 _hook, address _policy) view returns (bool isEnabled_)
State-modifying
Events activateForFund(bool _isMigratedFund)
deactivateForFund()
disablePolicyForFund(address _comptrollerProxy, address _policy)
enablePolicyForFund(address _comptrollerProxy, address _policy, bytes _settingsData)
receiveCallFromComptroller(address, uint256, bytes)
setConfigForFund(address _comptrollerProxy, address _vaultProxy, bytes _configData)
updatePolicySettingsForFund(address _comptrollerProxy, address _policy, bytes _settingsData)
validatePolicies(address _comptrollerProxy, uint8 _hook, bytes _validationData)
PolicyDisabledOnHookForFund(address indexed comptrollerProxy, address indexed policy, uint8 indexed hook)
PolicyEnabledForFund(address indexed comptrollerProxy, address indexed policy, bytes settingsData)
ValidatedVaultProxySetForFund(address indexed comptrollerProxy, address indexed vaultProxy)
constructor(address _fundDeployer, address _gasRelayPaymasterFactory)
This contract contains no fallback and receive objects.
This contract contains no error objects.