Create a contract execution transaction
POST {{baseUrl}}/developer/transactions/contractExecution
Creates a transaction which executes a smart contract. ABI parameters must be passed in the request.
https://developers.circle.com/w3s/reference/createdevelopertransactioncontractexecution
Request Body
{"abiParameters"=>["<abi parameters>"], "abiFunctionSignature"=>"burn(uint256)", "contractAddress"=>"<contract address>", "entitySecretCiphertext"=>"{{entitySecretCiphertext}}", "feeLevel"=>"MEDIUM", "idempotencyKey"=>"{{$guid}}", "refId"=>"298h2d9h8", "walletId"=>"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11"}
RESPONSES
status: Created
{"data":{"id":"0662d804-8e34-510e-956b-e40ea53bd416","state":"INITIATED"}}