Deploys a new KIP-7 contract with the given parameters. You will automatically be assigned a deployer
address, which cannot be changed. You can find the deployer
address using KIP7Deployer.
The alias must only consist of lowercase letters, numbers and hyphens, and the first letter is restricted to a lowercase letter.
With options
you can set the transaction fee payment method. You can find more details in Fee Payer Options.
Your request was successful.
Your request is not valid.
The credential you entered is invalid.
There was a conflict with the current state of the server.
{- "alias": "mycontract",
- "name": "MyKIP7",
- "symbol": "MSK7",
- "decimals": 8,
- "initialSupply": 268435456,
- "options": {
- "enableGlobalFeePayer": true,
- "userFeePayer": {
- "krn": "krn:1001:wallet:88c1223c-66af-4122-9818-069b2e3c6b30:feepayer-pool:default",
- "address": "0xE8964cA0C83cBbF520df5597dc1f5EFc27E5E729"
}
}
}
Your request was successful.
{- "status": "Submitted",
- "transactionHash": "0xf7843f034f2283d0ec32886a69d44a85ce19af25d8bd89d84322b973a86328a8",
- "options": {
- "enableGlobalFeePayer": true,
- "userFeePayer": {
- "krn": "krn:1001:wallet:88c1223c-66af-4122-9818-069b2e3c6b30:feepayer-pool:default",
- "address": "0xE8964cA0C83cBbF520df5597dc1f5EFc27E5E729"
}
}
}