ITaxPolicyRegistry

Interface for the TaxPolicyRegistry contract.

This interface lists all the external functions implemented in the TaxPolicyRegistry contract.

UpdatedColleTaxes

event UpdatedColleTaxes(address colleTaxes)

Emitted when the taxation payout address has been updated.

registerColleTaxes

function registerColleTaxes(address _colleTaxes) external

Registers a _colleTaxes contract

Parameters

Name
Type
Description

_colleTaxes

address

The address of the colleTaxes contract

getColleTaxes

function getColleTaxes() external view returns (address)

Returns the current colleTaxes address

Last updated