FCT_Tokenomics
Main Functions
setFeesAndShares
function setFeesAndShares(
uint16 baseFeesBPS,
uint16 bonusFeesBPS,
uint16 forFreeFeesBPS,
uint16 activatorShare,
uint16 builderShare,
uint16 officialBuilderShare
) external onlyRole(DAO_ROLE)calcPayments
function calcPayments(
PaymentIn memory paymentIn,
bytes32 id,
bytes memory data
)
external
view
returns (
Payment[] memory paymentsOut,
address builderOut,
bytes32 nameHashOut
)estimateExtraCommonGas
Last updated