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
- MaxEscalationResponsePeriodChanged
- BuyerEscalationFeePercentageChanged
- AuthTokenContractChanged
- MaxTotalOfferFeePercentageChanged
- MaxRoyaltyPercentageChanged
- MinResolutionPeriodChanged
- 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 |
MaxEscalationResponsePeriodChanged
event MaxEscalationResponsePeriodChanged(
uint256 maxEscalationResponsePeriod
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
maxEscalationResponsePeriod | uint256 | |
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 |
MinResolutionPeriodChanged
event MinResolutionPeriodChanged(
uint256 minResolutionPeriod
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
minResolutionPeriod | uint256 | |
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 |