Save contract ABI
Save contract ABI for the tenant
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Body
The address of deployed contract
"0xfff9976782d46cc05630d1f6ebab18b2324d6b14"
The blockchain base assetId
"ETH"
The ABI of the contract
[
{
"inputs": [
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "function",
"name": "mint"
}
]The name of the contract
"MyContract"
Response
Contract ABI created (or updated) for the tenant
The address of the contract
"0xfff9976782d46cc05630d1f6ebab18b2324d6b14"
The blockchain base assetId
"ETH_TEST6"
The name of the contract
"WETH9"
The ABI of the contract
[
{
"inputs": [
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "function",
"name": "mint"
}
]Whether the contract ABI is public
true
Whether the contract is a proxy contract
true
The implementation contract address
"0xfff9976782d46cc05630d1f6ebab18b2324d6b14"