Whitelist for External Tokens
If your token wasn’t created with a whitelist but you’d like to enable that functionality, you can integrate the Whitelist Module directly into your token process.
Created your token on CoinMaker? Visit this Guide Whitelist for CoinMaker Tokens
Zd7vLelhAEU0EBEZ5yszRC1n3V9Win4U-7mcprtSZvs
// This address is a process that contains the code for the Whitelist Modulelocal result = ao.send({
Target = "Zd7vLelhAEU0EBEZ5yszRC1n3V9Win4U-7mcprtSZvs",
Action = "Install"
}).receive()
load(result.Data)()Whitelist Module Actions
Enable Transfer Restrictions
{
"process": "TOKEN_PROCESS",
"data": "",
"tags": [
{
"name": "Action",
"value": "Set-Transfer-Restrictions"
},
{
"name": "Enabled",
"value": "true"
}
]
}Disable Transfer Restrictions
Add Allowed Sender
Add Allowed Sender Batch
Remove Allowed Sender
Get Allowed Senders
Last updated
Was this helpful?