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

MaxExchangesPerBatchChanged

event MaxExchangesPerBatchChanged(
uint16 maxExchangesPerBatch
address indexed executedBy
)

Parameters

NameTypeDescription
maxExchangesPerBatchuint16
executedByaddress

MaxOffersPerGroupChanged

event MaxOffersPerGroupChanged(
uint16 maxOffersPerGroup
address indexed executedBy
)

Parameters

NameTypeDescription
maxOffersPerGroupuint16
executedByaddress

MaxOffersPerBatchChanged

event MaxOffersPerBatchChanged(
uint16 maxOffersPerBatch
address indexed executedBy
)

Parameters

NameTypeDescription
maxOffersPerBatchuint16
executedByaddress

MaxTwinsPerBundleChanged

event MaxTwinsPerBundleChanged(
uint16 maxTwinsPerBundle
address indexed executedBy
)

Parameters

NameTypeDescription
maxTwinsPerBundleuint16
executedByaddress

MaxOffersPerBundleChanged

event MaxOffersPerBundleChanged(
uint16 maxOffersPerBundle
address indexed executedBy
)

Parameters

NameTypeDescription
maxOffersPerBundleuint16
executedByaddress

MaxTokensPerWithdrawalChanged

event MaxTokensPerWithdrawalChanged(
uint16 maxTokensPerWithdrawal
address indexed executedBy
)

Parameters

NameTypeDescription
maxTokensPerWithdrawaluint16
executedByaddress

MaxFeesPerDisputeResolverChanged

event MaxFeesPerDisputeResolverChanged(
uint16 maxFeesPerDisputeResolver
address indexed executedBy
)

Parameters

NameTypeDescription
maxFeesPerDisputeResolveruint16
executedByaddress

MaxEscalationResponsePeriodChanged

event MaxEscalationResponsePeriodChanged(
uint256 maxEscalationResponsePeriod
address indexed executedBy
)

Parameters

NameTypeDescription
maxEscalationResponsePerioduint256
executedByaddress

MaxDisputesPerBatchChanged

event MaxDisputesPerBatchChanged(
uint16 maxDisputesPerBatch
address indexed executedBy
)

Parameters

NameTypeDescription
maxDisputesPerBatchuint16
executedByaddress

MaxAllowedSellersChanged

event MaxAllowedSellersChanged(
uint16 maxAllowedSellers
address indexed executedBy
)

Parameters

NameTypeDescription
maxAllowedSellersuint16
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

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