@etherspot/contracts
Version:
Etherspot Solidity contracts
137 lines • 4.56 kB
JSON
{
"deploy": {
"VM:-": {
"linkReferences": {},
"autoDeployLib": true
},
"main:1": {
"linkReferences": {},
"autoDeployLib": true
},
"ropsten:3": {
"linkReferences": {},
"autoDeployLib": true
},
"rinkeby:4": {
"linkReferences": {},
"autoDeployLib": true
},
"kovan:42": {
"linkReferences": {},
"autoDeployLib": true
},
"görli:5": {
"linkReferences": {},
"autoDeployLib": true
},
"Custom": {
"linkReferences": {},
"autoDeployLib": true
}
},
"data": {
"bytecode": {
"functionDebugData": {},
"generatedSources": [],
"linkReferences": {},
"object": "60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209073c9156a34585305f6bcda346d3bcb2fec011efa12a4c0459d1aee64ee1d1164736f6c634300080b0033",
"opcodes": "PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x0 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN INVALID PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP1 PUSH20 0xC9156A34585305F6BCDA346D3BCB2FEC011EFA12 LOG4 0xC0 GASLIMIT SWAP14 BYTE 0xEE PUSH5 0xEE1D116473 PUSH16 0x6C634300080B00330000000000000000 ",
"sourceMap": "127:9659:1:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"
},
"deployedBytecode": {
"functionDebugData": {},
"generatedSources": [],
"immutableReferences": {},
"linkReferences": {},
"object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209073c9156a34585305f6bcda346d3bcb2fec011efa12a4c0459d1aee64ee1d1164736f6c634300080b0033",
"opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP1 PUSH20 0xC9156A34585305F6BCDA346D3BCB2FEC011EFA12 LOG4 0xC0 GASLIMIT SWAP14 BYTE 0xEE PUSH5 0xEE1D116473 PUSH16 0x6C634300080B00330000000000000000 ",
"sourceMap": "127:9659:1:-:0;;;;;;;;"
},
"gasEstimates": {
"creation": {
"codeDepositCost": "17200",
"executionCost": "97",
"totalCost": "17297"
},
"internal": {
"addFacet(struct LibDiamond.DiamondStorage storage pointer,address)": "infinite",
"addFunction(struct LibDiamond.DiamondStorage storage pointer,bytes4,uint96,address)": "infinite",
"addFunctions(address,bytes4[] memory)": "infinite",
"contractOwner()": "infinite",
"diamondCut(struct IDiamondCut.FacetCut memory[] memory,address,bytes memory)": "infinite",
"diamondStorage()": "infinite",
"enforceHasContractCode(address,string memory)": "infinite",
"enforceIsContractOwner()": "infinite",
"initializeDiamondCut(address,bytes memory)": "infinite",
"removeFunction(struct LibDiamond.DiamondStorage storage pointer,address,bytes4)": "infinite",
"removeFunctions(address,bytes4[] memory)": "infinite",
"replaceFunctions(address,bytes4[] memory)": "infinite",
"setContractOwner(address)": "infinite"
}
},
"methodIdentifiers": {}
},
"abi": [
{
"anonymous": false,
"inputs": [
{
"components": [
{
"internalType": "address",
"name": "facetAddress",
"type": "address"
},
{
"internalType": "enum IDiamondCut.FacetCutAction",
"name": "action",
"type": "uint8"
},
{
"internalType": "bytes4[]",
"name": "functionSelectors",
"type": "bytes4[]"
}
],
"indexed": false,
"internalType": "struct IDiamondCut.FacetCut[]",
"name": "_diamondCut",
"type": "tuple[]"
},
{
"indexed": false,
"internalType": "address",
"name": "_init",
"type": "address"
},
{
"indexed": false,
"internalType": "bytes",
"name": "_calldata",
"type": "bytes"
}
],
"name": "DiamondCut",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
}
]
}