Imports a KIP-37 contract deployed without KAS to manage and use it. But in order to execute the functions such as those for minting, pausing, resuming tokens, you need a KAS account. To know more about the account and more, please refer to KIP-37 Standard.
With options
you can set the transaction fee payment method. You can find more details in Fee Payer Options.
Your request was successful.
The request is not valid.
The credential you provided is invalid.
There was a conflict with the current state of the server.
{- "alias": "my-first-kip37",
- "address": "0xcbcbe8297801600bf8e0530baa2fdd6358547ebe",
- "options": {
- "enableGlobalFeePayer": true
}
}
Your request was successful.
{- "address": "0xcbcbe8297801600bf8e0530baa2fdd6358547ebe",
- "alias": "my-first-kip37",
- "status": "deployed",
- "options": {
- "enableGlobalFeePayer": true,
- "userFeePayer": {
- "krn": "krn:1001:wallet:88c1223c-66af-4122-9818-069b2e3c6b30:feepayer-pool:default",
- "address": "0xE8964cA0C83cBbF520df5597dc1f5EFc27E5E729"
}
}
}