TokenSymbolAndAdmin
tokenAddressstringrequired
The address of the token contract.
adminContractAddressstringrequired
The address of the admin contract.
adminAddressstringrequired
The address of the administrator.
tokenSymbolstringrequired
The symbol of the token.
TokenSymbolAndAdmin
{
  "tokenAddress": "string",
  "adminContractAddress": "string",
  "adminAddress": "string",
  "tokenSymbol": "string"
}