Authorizations
Enter your JSON Web Token (JWT) here. Refer to the Generate JWT section of our Authentication docs for information on how to generate your Bearer Token.
Body
Response
The registered smart contract
Represents a smart contract on the blockchain
The unique identifier of the smart contract
"a50c4ee4-affa-408c-ae22-c4312e42966d"
Blockchain network identifier.
"base-mainnet"
The ID of the wallet that deployed the smart contract
"d91d652b-d020-48d4-bf19-5c5eb5e280c7"
The EVM address of the smart contract
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
The name of the smart contract
"my contract"
The EVM address of the account that deployed the smart contract
"0x1234567890abcdef1234567890abcdef12345678"
The type of the smart contract.
erc20
, erc721
, erc1155
, custom
"erc20"
Options for smart contract creation Options for token contract creation
The JSON-encoded ABI of the contract
"[ { name: \"mint\", type: \"function\", inputs: [ { name: \"to\", type: \"address\" }, { name: \"amount\", type: \"uint256\" }, ], outputs: [], stateMutability: \"nonpayable\", } ]"
The transaction that will deploy the smart contract onchain.