@axelar-network/interchain-token-service
Version:
Interchain token service for EVM chains to faciliate interchain token transfers and contract calls
46 lines (45 loc) • 1 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ITokenManagerDeployer",
"sourceName": "contracts/interfaces/ITokenManagerDeployer.sol",
"abi": [
{
"inputs": [],
"name": "TokenManagerDeploymentFailed",
"type": "error"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "tokenId",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "implementationType",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "params",
"type": "bytes"
}
],
"name": "deployTokenManager",
"outputs": [
{
"internalType": "address",
"name": "tokenManager",
"type": "address"
}
],
"stateMutability": "payable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}