Extensions
Documentation for Clanker's v4.0.0 Extensions
Extension Contracts
struct ExtensionConfig {
address extension; // address of the deployed extension, must be allowlisted on the factory
uint256 msgValue; // the `msg.value` to send to the extension
uint16 extensionBps; // the portion of the token supply to be allocated to the extension
bytes extensionData; // additional data to be passed to the extension, specific to the extension being used, normally a struct
}Last updated