Skip to main content

IBosonConfigEvents

View Source: contracts/interfaces/events/IBosonConfigEvents.sol

↘ Derived Contracts: IBosonConfigHandler, IBosonProtocolInitializationHandler

IBosonConfigEvents

Defines events related to management of configuration within the protocol.

Events

TokenAddressChanged

event TokenAddressChanged(
address indexed tokenAddress
address indexed executedBy
)

Parameters

NameTypeDescription
tokenAddressaddress
executedByaddress

TreasuryAddressChanged

event TreasuryAddressChanged(
address indexed treasuryAddress
address indexed executedBy
)

Parameters

NameTypeDescription
treasuryAddressaddress
executedByaddress

VoucherBeaconAddressChanged

event VoucherBeaconAddressChanged(
address indexed voucherBeaconAddress
address indexed executedBy
)

Parameters

NameTypeDescription
voucherBeaconAddressaddress
executedByaddress

BeaconProxyAddressChanged

event BeaconProxyAddressChanged(
address indexed beaconProxyAddress
address indexed executedBy
)

Parameters

NameTypeDescription
beaconProxyAddressaddress
executedByaddress

ProtocolFeePercentageChanged

event ProtocolFeePercentageChanged(
uint256 feePercentage
address indexed executedBy
)

Parameters

NameTypeDescription
feePercentageuint256
executedByaddress

ProtocolFeeFlatBosonChanged

event ProtocolFeeFlatBosonChanged(
uint256 feeFlatBoson
address indexed executedBy
)

Parameters

NameTypeDescription
feeFlatBosonuint256
executedByaddress

MaxEscalationResponsePeriodChanged

event MaxEscalationResponsePeriodChanged(
uint256 maxEscalationResponsePeriod
address indexed executedBy
)

Parameters

NameTypeDescription
maxEscalationResponsePerioduint256
executedByaddress

BuyerEscalationFeePercentageChanged

event BuyerEscalationFeePercentageChanged(
uint256 buyerEscalationFeePercentage
address indexed executedBy
)

Parameters

NameTypeDescription
buyerEscalationFeePercentageuint256
executedByaddress

AuthTokenContractChanged

event AuthTokenContractChanged(
enum BosonTypes.AuthTokenType indexed authTokenType
address indexed authTokenContract
address indexed executedBy
)

Parameters

NameTypeDescription
authTokenTypeenum BosonTypes.AuthTokenType
authTokenContractaddress
executedByaddress

MaxTotalOfferFeePercentageChanged

event MaxTotalOfferFeePercentageChanged(
uint16 maxTotalOfferFeePercentage
address indexed executedBy
)

Parameters

NameTypeDescription
maxTotalOfferFeePercentageuint16
executedByaddress

MaxRoyaltyPercentageChanged

event MaxRoyaltyPercentageChanged(
uint16 maxRoyaltyPecentage
address indexed executedBy
)

Parameters

NameTypeDescription
maxRoyaltyPecentageuint16
executedByaddress

MinResolutionPeriodChanged

event MinResolutionPeriodChanged(
uint256 minResolutionPeriod
address indexed executedBy
)

Parameters

NameTypeDescription
minResolutionPerioduint256
executedByaddress

MaxResolutionPeriodChanged

event MaxResolutionPeriodChanged(
uint256 maxResolutionPeriod
address indexed executedBy
)

Parameters

NameTypeDescription
maxResolutionPerioduint256
executedByaddress

MinDisputePeriodChanged

event MinDisputePeriodChanged(
uint256 minDisputePeriod
address indexed executedBy
)

Parameters

NameTypeDescription
minDisputePerioduint256
executedByaddress

MaxPremintedVouchersChanged

event MaxPremintedVouchersChanged(
uint256 maxPremintedVouchers
address indexed executedBy
)

Parameters

NameTypeDescription
maxPremintedVouchersuint256
executedByaddress

AccessControllerAddressChanged

event AccessControllerAddressChanged(
address indexed accessControllerAddress
address indexed executedBy
)

Parameters

NameTypeDescription
accessControllerAddressaddress
executedByaddress