kcc-safe-deployments-sdk
Version:
Collection of Safe singleton deployments
96 lines • 2.74 kB
JSON
{
"defaultAddress": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"released": true,
"contractName": "CreateCall",
"version": "1.3.0",
"networkAddresses": {
"1": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"4": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"42": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"5": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"56": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"69": "0xB19D6FFc2182150F8Eb585b79D4ABcd7C5640A9d",
"100": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"137": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"246": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"321": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"1285": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"1287": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"4002": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"10001": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"42161": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"42220": "0xB19D6FFc2182150F8Eb585b79D4ABcd7C5640A9d",
"43114": "0xB19D6FFc2182150F8Eb585b79D4ABcd7C5640A9d",
"73799": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"333999": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4",
"513100": "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4"
},
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "newContract",
"type": "address"
}
],
"name": "ContractCreation",
"type": "event"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "deploymentData",
"type": "bytes"
}
],
"name": "performCreate",
"outputs": [
{
"internalType": "address",
"name": "newContract",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "deploymentData",
"type": "bytes"
},
{
"internalType": "bytes32",
"name": "salt",
"type": "bytes32"
}
],
"name": "performCreate2",
"outputs": [
{
"internalType": "address",
"name": "newContract",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
]
}