-
Notifications
You must be signed in to change notification settings - Fork 6
Actions
- Admin actions
- Misc actions
None
Initializes the config table if it hasn't been initialized before, otherwise does nothing. Has to be called once after deploying the contract.
atomicmarket account.
Type | Name | Description |
---|---|---|
double | minimum_bid_increase | New minimum bid increase |
Set the minimum bid increase that will be stored in the config table.
atomicmarket account.
Type | Name | Description |
---|---|---|
string | new_version | New version |
Updates the version in the config table.
atomicmarket account.
Type | Name | Description |
---|---|---|
name | token_contract | Contract that the token is stored in |
symbol | token_symbol | Symbol of the token |
Adds a new TOKEN to the supported_tokens vector in the config.
atomicmarket account.
Type | Name | Description |
---|---|---|
name | delphi_pair_name | Name of the pair in the delphioracle account |
bool | invert_delphi_pair | If true, the price coming from the delphioracle is inverted |
symbol | listing_symbol | Symbol that the sales using this pair will be listed for |
symbol | settlement_symbol | Symbol that the sales using this pair will be paid in |
Adds a new SYMBOLPAIR to the supported_symbol_pairs vector in the config. See Sales for more details.
atomicmarket account.
Type | Name | Description |
---|---|---|
double | maker_market_fee | Fee that the market market of a sale / auction will receive |
double | taker_market_fee | Fee that the market market of a sale / auction will receive |
Sets the maker_market_fee and taker_market_fee values in the config.
atomicmarket account.
Type | Name | Description |
---|---|---|
name | creator | Creator of the marketplace. This account will get any fees generated. |
name | marketplace_name | Name of the marketplace |
Creates a new marketplace. See Creating a marketplace for more details.
<creator>
Type | Name | Description |
---|---|---|
name | owner | Account to withdraw balance from |
asset | token_to_withdraw | The token and amount to withdraw |
Withdraws a token from owner's balance
<owner>
Marketplace for atomicassets.io - developed with ❤️ by pink.network