Pauses all actions of a given contract. The actions of a contract here refer to creating, minting, and sending tokens. You can resume the contract by using Resume Contract.
NOTE
Even after pausing the contract, a transaction to create, mint, send tokens will still return
Submitted
in the respons, but that doesn't mean that it is actuallyCommitted
. To check the transaction status, use Get Contract or Get Token or Wallet API's Check Transaction Status.
Your request was successful.
The request is not valid.
The credential you provided is invalid.
Access has been denied.
The resource you requested does not exist.
There was a conflict with the current state of the server.
null
Your request was successful.
{- "status": "Submitted",
- "transactionHash": "0xb5a0618be3508b3fe22e35aa96063005dd4c557cf040348cc542b0726cc30f7b"
}