Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

DefaultConfig

Implementation of the default ERC2981Component ImmutableConfig.

See https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-107.md#defaultconfig-implementation

The default fee denominator is set to DEFAULT_FEE_DENOMINATOR.

Fully qualified path: openzeppelin_token::common::erc2981::erc2981::DefaultConfig

pub impl DefaultConfig of ImmutableConfig;

Impl constants

FEE_DENOMINATOR

Fully qualified path: openzeppelin_token::common::erc2981::erc2981::DefaultConfig::FEE_DENOMINATOR

const FEE_DENOMINATOR: u128 = ERC2981Component::DEFAULT_FEE_DENOMINATOR;