Smart Contracts
Module: move_fun::bonding_curve
move_fun::bonding_curveModule Info
Resources
struct BondingCurves has key {
table: table::Table<String, BondingCurve>
}struct BondingCurve has key, drop, store, copy {
initial_price_numerator: u128,
initial_price_denominator: u128,
growth_constant: u128
}Public Functions
Function
Arguments
Type
Description
Errors
Code
Description
Module: move_fun::fungible_asset
move_fun::fungible_assetModule Info
Resources
Resource
Description
Events
Event
Description
Entry Functions
Function
Arguments
Type
Description
Last updated