Skip to content

TaxTermsRegistryStorage

TaxTermsRegistryStorage

_aclContract

contract IACL _aclContract

ACL contract.

_universeLocalTaxTerms

mapping(uint256 => mapping(bytes4 => struct ITaxTermsRegistry.TaxTerms)) _universeLocalTaxTerms

Universe ID -> Tax Strategy ID -> Universe local tax terms

_universeWarperTaxTerms

mapping(uint256 => mapping(address => mapping(bytes4 => struct ITaxTermsRegistry.TaxTerms))) _universeWarperTaxTerms

Universe ID -> Warper Address -> Tax Strategy ID -> Universe warper tax terms

_protocolGlobalTaxTerms

mapping(bytes4 => struct ITaxTermsRegistry.TaxTerms) _protocolGlobalTaxTerms

Tax Strategy ID -> Protocol global tax terms

_protocolUniverseTaxTerms

mapping(uint256 => mapping(bytes4 => struct ITaxTermsRegistry.TaxTerms)) _protocolUniverseTaxTerms

Universe ID -> Tax Strategy ID -> Protocol universe tax terms

_protocolWarperTaxTerms

mapping(address => mapping(bytes4 => struct ITaxTermsRegistry.TaxTerms)) _protocolWarperTaxTerms

Warper address -> Tax Strategy ID -> Protocol warper tax terms