set_whitelist
Call parameters
Field
Type
Description
type set_man_param_t is [@layout:comb] record [
add : bool;
candidate : address;
]Last updated
This contract method is called only by developer of that contract.
This method adds (or removes) addresses to the whitelist (for deploying new pools without charging QUIPU tokens).
add
bool
True to add or False to remove candidate.
candidate
address
address of the whitelist candidate.
type set_man_param_t is [@layout:comb] record [
add : bool;
candidate : address;
]Last updated