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
- TreasuryAddressChanged
- VoucherBeaconAddressChanged
- BeaconProxyAddressChanged
- ProtocolFeePercentageChanged
- ProtocolFeeFlatBosonChanged
- MaxExchangesPerBatchChanged
- MaxOffersPerGroupChanged
- MaxOffersPerBatchChanged
- MaxTwinsPerBundleChanged
- MaxOffersPerBundleChanged
- MaxTokensPerWithdrawalChanged
- MaxFeesPerDisputeResolverChanged
- MaxEscalationResponsePeriodChanged
- MaxDisputesPerBatchChanged
- MaxAllowedSellersChanged
- BuyerEscalationFeePercentageChanged
- AuthTokenContractChanged
- MaxTotalOfferFeePercentageChanged
- MaxRoyaltyPercentageChanged
- MaxResolutionPeriodChanged
- MinDisputePeriodChanged
- MaxPremintedVouchersChanged
- AccessControllerAddressChanged
TokenAddressChanged
event TokenAddressChanged(
address indexed tokenAddress
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
tokenAddress | address | |
executedBy | address |
TreasuryAddressChanged
event TreasuryAddressChanged(
address indexed treasuryAddress
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
treasuryAddress | address | |
executedBy | address |
VoucherBeaconAddressChanged
event VoucherBeaconAddressChanged(
address indexed voucherBeaconAddress
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
voucherBeaconAddress | address | |
executedBy | address |
BeaconProxyAddressChanged
event BeaconProxyAddressChanged(
address indexed beaconProxyAddress
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
beaconProxyAddress | address | |
executedBy | address |
ProtocolFeePercentageChanged
event ProtocolFeePercentageChanged(
uint256 feePercentage
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
feePercentage | uint256 | |
executedBy | address |
ProtocolFeeFlatBosonChanged
event ProtocolFeeFlatBosonChanged(
uint256 feeFlatBoson
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
feeFlatBoson | uint256 | |
executedBy | address |
MaxExchangesPerBatchChanged
event MaxExchangesPerBatchChanged(
uint16 maxExchangesPerBatch
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
maxExchangesPerBatch | uint16 | |
executedBy | address |
MaxOffersPerGroupChanged
event MaxOffersPerGroupChanged(
uint16 maxOffersPerGroup
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
maxOffersPerGroup | uint16 | |
executedBy | address |
MaxOffersPerBatchChanged
event MaxOffersPerBatchChanged(
uint16 maxOffersPerBatch
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
maxOffersPerBatch | uint16 | |
executedBy | address |
MaxTwinsPerBundleChanged
event MaxTwinsPerBundleChanged(
uint16 maxTwinsPerBundle
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
maxTwinsPerBundle | uint16 | |
executedBy | address |
MaxOffersPerBundleChanged
event MaxOffersPerBundleChanged(
uint16 maxOffersPerBundle
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
maxOffersPerBundle | uint16 | |
executedBy | address |
MaxTokensPerWithdrawalChanged
event MaxTokensPerWithdrawalChanged(
uint16 maxTokensPerWithdrawal
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
maxTokensPerWithdrawal | uint16 | |
executedBy | address |
MaxFeesPerDisputeResolverChanged
event MaxFeesPerDisputeResolverChanged(
uint16 maxFeesPerDisputeResolver
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
maxFeesPerDisputeResolver | uint16 | |
executedBy | address |
MaxEscalationResponsePeriodChanged
event MaxEscalationResponsePeriodChanged(
uint256 maxEscalationResponsePeriod
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
maxEscalationResponsePeriod | uint256 | |
executedBy | address |
MaxDisputesPerBatchChanged
event MaxDisputesPerBatchChanged(
uint16 maxDisputesPerBatch
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
maxDisputesPerBatch | uint16 | |
executedBy | address |
MaxAllowedSellersChanged
event MaxAllowedSellersChanged(
uint16 maxAllowedSellers
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
maxAllowedSellers | uint16 | |
executedBy | address |
BuyerEscalationFeePercentageChanged
event BuyerEscalationFeePercentageChanged(
uint256 buyerEscalationFeePercentage
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
buyerEscalationFeePercentage | uint256 | |
executedBy | address |
AuthTokenContractChanged
event AuthTokenContractChanged(
enum BosonTypes.AuthTokenType indexed authTokenType
address indexed authTokenContract
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
authTokenType | enum BosonTypes.AuthTokenType | |
authTokenContract | address | |
executedBy | address |
MaxTotalOfferFeePercentageChanged
event MaxTotalOfferFeePercentageChanged(
uint16 maxTotalOfferFeePercentage
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
maxTotalOfferFeePercentage | uint16 | |
executedBy | address |
MaxRoyaltyPercentageChanged
event MaxRoyaltyPercentageChanged(
uint16 maxRoyaltyPecentage
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
maxRoyaltyPecentage | uint16 | |
executedBy | address |
MaxResolutionPeriodChanged
event MaxResolutionPeriodChanged(
uint256 maxResolutionPeriod
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
maxResolutionPeriod | uint256 | |
executedBy | address |
MinDisputePeriodChanged
event MinDisputePeriodChanged(
uint256 minDisputePeriod
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
minDisputePeriod | uint256 | |
executedBy | address |
MaxPremintedVouchersChanged
event MaxPremintedVouchersChanged(
uint256 maxPremintedVouchers
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
maxPremintedVouchers | uint256 | |
executedBy | address |
AccessControllerAddressChanged
event AccessControllerAddressChanged(
address indexed accessControllerAddress
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
accessControllerAddress | address | |
executedBy | address |