2018-05-31 13:01:02 +00:00
{
"contractName" : "GnosisSafe" ,
"abi" : [
2018-06-28 17:13:59 +00:00
{
"constant" : false ,
"inputs" : [
{
"name" : "owner" ,
"type" : "address"
} ,
{
"name" : "_threshold" ,
"type" : "uint256"
}
] ,
"name" : "addOwnerWithThreshold" ,
"outputs" : [ ] ,
"payable" : false ,
"stateMutability" : "nonpayable" ,
"type" : "function"
} ,
2018-05-31 13:01:02 +00:00
{
"constant" : true ,
"inputs" : [
{
"name" : "owner" ,
"type" : "address"
}
] ,
"name" : "isOwner" ,
"outputs" : [
{
"name" : "" ,
"type" : "bool"
}
] ,
"payable" : false ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"constant" : false ,
"inputs" : [
{
"name" : "to" ,
"type" : "address"
} ,
{
"name" : "value" ,
"type" : "uint256"
} ,
{
"name" : "data" ,
"type" : "bytes"
} ,
{
"name" : "operation" ,
"type" : "uint8"
}
] ,
"name" : "execTransactionFromModule" ,
"outputs" : [
{
"name" : "success" ,
"type" : "bool"
}
] ,
"payable" : false ,
"stateMutability" : "nonpayable" ,
"type" : "function"
} ,
{
"constant" : false ,
"inputs" : [
{
"name" : "module" ,
"type" : "address"
}
] ,
"name" : "enableModule" ,
"outputs" : [ ] ,
"payable" : false ,
"stateMutability" : "nonpayable" ,
"type" : "function"
} ,
{
2018-06-28 17:13:59 +00:00
"constant" : false ,
"inputs" : [
2018-05-31 13:01:02 +00:00
{
2018-06-28 17:13:59 +00:00
"name" : "_threshold" ,
"type" : "uint256"
2018-05-31 13:01:02 +00:00
}
] ,
2018-06-28 17:13:59 +00:00
"name" : "changeThreshold" ,
"outputs" : [ ] ,
2018-05-31 13:01:02 +00:00
"payable" : false ,
2018-06-28 17:13:59 +00:00
"stateMutability" : "nonpayable" ,
2018-05-31 13:01:02 +00:00
"type" : "function"
} ,
{
2018-06-28 17:13:59 +00:00
"constant" : true ,
"inputs" : [ ] ,
"name" : "SENTINEL_MODULES" ,
"outputs" : [
2018-05-31 13:01:02 +00:00
{
2018-06-28 17:13:59 +00:00
"name" : "" ,
2018-05-31 13:01:02 +00:00
"type" : "address"
}
] ,
"payable" : false ,
2018-06-28 17:13:59 +00:00
"stateMutability" : "view" ,
2018-05-31 13:01:02 +00:00
"type" : "function"
} ,
{
"constant" : true ,
"inputs" : [ ] ,
"name" : "SENTINEL_OWNERS" ,
"outputs" : [
{
"name" : "" ,
"type" : "address"
}
] ,
"payable" : false ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"constant" : true ,
"inputs" : [ ] ,
"name" : "getOwners" ,
"outputs" : [
{
"name" : "" ,
"type" : "address[]"
}
] ,
"payable" : false ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"constant" : true ,
"inputs" : [ ] ,
"name" : "NAME" ,
"outputs" : [
{
"name" : "" ,
"type" : "string"
}
] ,
"payable" : false ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"constant" : true ,
"inputs" : [ ] ,
"name" : "getModules" ,
"outputs" : [
{
"name" : "" ,
"type" : "address[]"
}
] ,
"payable" : false ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"constant" : false ,
"inputs" : [
{
"name" : "prevModule" ,
"type" : "address"
} ,
{
"name" : "module" ,
"type" : "address"
}
] ,
"name" : "disableModule" ,
"outputs" : [ ] ,
"payable" : false ,
"stateMutability" : "nonpayable" ,
"type" : "function"
} ,
{
"constant" : false ,
"inputs" : [
{
"name" : "prevOwner" ,
"type" : "address"
} ,
{
"name" : "oldOwner" ,
"type" : "address"
} ,
{
"name" : "newOwner" ,
"type" : "address"
}
] ,
"name" : "swapOwner" ,
"outputs" : [ ] ,
"payable" : false ,
"stateMutability" : "nonpayable" ,
"type" : "function"
} ,
{
"constant" : true ,
"inputs" : [ ] ,
"name" : "getThreshold" ,
"outputs" : [
{
"name" : "" ,
2018-06-28 17:13:59 +00:00
"type" : "uint256"
2018-05-31 13:01:02 +00:00
}
] ,
"payable" : false ,
"stateMutability" : "view" ,
"type" : "function"
} ,
2018-06-28 17:13:59 +00:00
{
"constant" : false ,
"inputs" : [
{
"name" : "prevOwner" ,
"type" : "address"
} ,
{
"name" : "owner" ,
"type" : "address"
} ,
{
"name" : "_threshold" ,
"type" : "uint256"
}
] ,
"name" : "removeOwner" ,
"outputs" : [ ] ,
"payable" : false ,
"stateMutability" : "nonpayable" ,
"type" : "function"
} ,
2018-05-31 13:01:02 +00:00
{
"constant" : true ,
"inputs" : [ ] ,
"name" : "VERSION" ,
"outputs" : [
{
"name" : "" ,
"type" : "string"
}
] ,
"payable" : false ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"payable" : true ,
"stateMutability" : "payable" ,
"type" : "fallback"
} ,
{
"anonymous" : false ,
"inputs" : [
{
"indexed" : false ,
"name" : "newContract" ,
"type" : "address"
}
] ,
"name" : "ContractCreation" ,
"type" : "event"
} ,
{
"constant" : false ,
"inputs" : [
{
"name" : "_owners" ,
"type" : "address[]"
} ,
{
"name" : "_threshold" ,
2018-06-28 17:13:59 +00:00
"type" : "uint256"
2018-05-31 13:01:02 +00:00
} ,
{
"name" : "to" ,
"type" : "address"
} ,
{
"name" : "data" ,
"type" : "bytes"
}
] ,
"name" : "setup" ,
"outputs" : [ ] ,
"payable" : false ,
"stateMutability" : "nonpayable" ,
"type" : "function"
}
] ,
2018-06-28 17:13:59 +00:00
"bytecode" : " 0 x 608060405234801561001057600080 f d 5 b 50612 f d 6806100206000396000 f 3006080604052600436106100e6576000357 c 0 100000000000000000000000000000000000000000000000000000000900463 f f f f f f f f 1680630 d 582 f 13146100e85780630 e c 78 d 9e146101355780632 f 54 b f 6e1461020 b 578063468721 a 714610266578063610 b 59251461031e578063694 e 80 c 31461036157806385e332 c d 1461038e5780638 c f f 6355146103e5578063 a 0e67 e 2 b 1461043 c 578063 a 3 f 4 d f 7e146104 a 8578063 b 2494 d f 314610538578063e009 c f d e 146105 a 4578063e318 b 52 b 14610607578063e75235 b 81461068 a 578063 f 8 d c 5 d d 9146106 b 5578063 f f a 1 a d 7414610722575 b 0 0 5 b 3480156100 f 457600080 f d 5 b 50610133600480360381019080803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190803590602001909291905050506107 b 2565 b 0 0 5 b 34801561014157600080 f d 5 b 506102096004803603810190808035906020019082018035906020019080806020026020016040519081016040528093929190818152602001838360200280828437820191505050505050919291929080359060200190929190803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190803590602001908201803590602001908080601 f 0 160208091040260200160405190810160405280939291908181526020018383808284378201915050505050509192919290505050610 b b 8565 b 0 0 5 b 34801561021757600080 f d 5 b 5061024 c 600480360381019080803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190505050610 b d 2565 b 604051808215151515815260200191505060405180910390 f 35 b 34801561027257600080 f d 5 b 50610304600480360381019080803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 16906020019092919080359060200190929190803590602001908201803590602001908080601 f 0 160208091040260200160405190810160405280939291908181526020018383808284378201915050505050509192919290803560 f f 169060200190929190505050610 c 54565 b 604051808215151515815260200191505060405180910390 f 35 b 34801561032 a 57600080 f d 5 b 5061035 f 600480360381019080803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190505050610 d 7 f 565 b 0 0 5 b 34801561036 d 57600080 f d 5 b 5061038 c 60048036038101908080359060200190929190505050611159565 b 0 0 5 b 34801561039 a 57600080 f d 5 b 506103 a 361136 b 565 b 604051808273 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 1673 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 16815260200191505060405180910390 f 35 b 3480156103 f 157600080 f d 5 b 506103 f a 611370565 b 604051808273 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 1673 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 16815260200191505060405180910390 f 35 b 34801561044857600080 f d 5 b 50610451611375565 b 6040518080602001828103825283818151815260200191508051906020019060200280838360005 b 83811015610494578082015181840152602081019050610479565 b 505050509050019250505060405180910390 f 35 b 3480156104 b 457600080 f d 5 b 506104 b d 611510565 b 6040518080602001828103825283818151815260200191508051906020019080838360005 b 838110156104 f d 5780820151818401526020810190506104e2565 b 50505050905090810190601 f 16801561052 a 5780820380516001836020036101000 a 0 31916815260200191505 b 509250505060405180910390 f 35 b 34801561054457600080 f d 5 b 5061054 d 611549565 b 6040518080602001828103825283818151815260200191508051906020019060200280838360005 b 83811015610590578082015181840152602081019050610575565 b 505050509050019250505060405180910390 f 35 b 3480156105 b 0 57600080 f d 5 b 50610605600480360381019080803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 1690602001909291905050506117 e c 565 b 0 0 5 b 34801561061357600080 f d 5 b 50610688600480360381019080803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190505050611 c 0 1565 b 0 0 5 b 34801561069657600080 f d 5 b 5061069 f 61224e565 b 6040518082815260200191505060405180910390 f 35 b 3480156106 c 157600080 f d 5 b 50610720600480360381019080803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 16906020019092919080359060200190929190505050612258565 b 0 0 5 b 34801561072e57600080 f d 5 b 5061073761273 d 565 b 6040518080602001828103825283818151815260200191508051906020019080838360005 b 8381101561077757808201518184015260208101905061075 c 565 b 50505050905090810190601 f 1680156107 a 45780820380516001836020036101000 a 0 31916815260200191505 b 509250505060405180910390 f 35 b 3073 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 163373 f f f f f f f f f f f f f f f f f f f f f f
"deployedBytecode" : " 0 x 6080604052600436106100e6576000357 c 0 100000000000000000000000000000000000000000000000000000000900463 f f f f f f f f 1680630 d 582 f 13146100e85780630 e c 78 d 9e146101355780632 f 54 b f 6e1461020 b 578063468721 a 714610266578063610 b 59251461031e578063694 e 80 c 31461036157806385e332 c d 1461038e5780638 c f f 6355146103e5578063 a 0e67 e 2 b 1461043 c 578063 a 3 f 4 d f 7e146104 a 8578063 b 2494 d f 314610538578063e009 c f d e 146105 a 4578063e318 b 52 b 14610607578063e75235 b 81461068 a 578063 f 8 d c 5 d d 9146106 b 5578063 f f a 1 a d 7414610722575 b 0 0 5 b 3480156100 f 457600080 f d 5 b 50610133600480360381019080803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190803590602001909291905050506107 b 2565 b 0 0 5 b 34801561014157600080 f d 5 b 506102096004803603810190808035906020019082018035906020019080806020026020016040519081016040528093929190818152602001838360200280828437820191505050505050919291929080359060200190929190803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190803590602001908201803590602001908080601 f 0 160208091040260200160405190810160405280939291908181526020018383808284378201915050505050509192919290505050610 b b 8565 b 0 0 5 b 34801561021757600080 f d 5 b 5061024 c 600480360381019080803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190505050610 b d 2565 b 604051808215151515815260200191505060405180910390 f 35 b 34801561027257600080 f d 5 b 50610304600480360381019080803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 16906020019092919080359060200190929190803590602001908201803590602001908080601 f 0 160208091040260200160405190810160405280939291908181526020018383808284378201915050505050509192919290803560 f f 169060200190929190505050610 c 54565 b 604051808215151515815260200191505060405180910390 f 35 b 34801561032 a 57600080 f d 5 b 5061035 f 600480360381019080803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190505050610 d 7 f 565 b 0 0 5 b 34801561036 d 57600080 f d 5 b 5061038 c 60048036038101908080359060200190929190505050611159565 b 0 0 5 b 34801561039 a 57600080 f d 5 b 506103 a 361136 b 565 b 604051808273 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 1673 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 16815260200191505060405180910390 f 35 b 3480156103 f 157600080 f d 5 b 506103 f a 611370565 b 604051808273 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 1673 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 16815260200191505060405180910390 f 35 b 34801561044857600080 f d 5 b 50610451611375565 b 6040518080602001828103825283818151815260200191508051906020019060200280838360005 b 83811015610494578082015181840152602081019050610479565 b 505050509050019250505060405180910390 f 35 b 3480156104 b 457600080 f d 5 b 506104 b d 611510565 b 6040518080602001828103825283818151815260200191508051906020019080838360005 b 838110156104 f d 5780820151818401526020810190506104e2565 b 50505050905090810190601 f 16801561052 a 5780820380516001836020036101000 a 0 31916815260200191505 b 509250505060405180910390 f 35 b 34801561054457600080 f d 5 b 5061054 d 611549565 b 6040518080602001828103825283818151815260200191508051906020019060200280838360005 b 83811015610590578082015181840152602081019050610575565 b 505050509050019250505060405180910390 f 35 b 3480156105 b 0 57600080 f d 5 b 50610605600480360381019080803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 1690602001909291905050506117 e c 565 b 0 0 5 b 34801561061357600080 f d 5 b 50610688600480360381019080803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190505050611 c 0 1565 b 0 0 5 b 34801561069657600080 f d 5 b 5061069 f 61224e565 b 6040518082815260200191505060405180910390 f 35 b 3480156106 c 157600080 f d 5 b 50610720600480360381019080803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 169060200190929190803573 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 16906020019092919080359060200190929190505050612258565 b 0 0 5 b 34801561072e57600080 f d 5 b 5061073761273 d 565 b 6040518080602001828103825283818151815260200191508051906020019080838360005 b 8381101561077757808201518184015260208101905061075 c 565 b 50505050905090810190601 f 1680156107 a 45780820380516001836020036101000 a 0 31916815260200191505 b 509250505060405180910390 f 35 b 3073 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 163373 f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f f 1614151561087 b 576040517 f 0 8 c 379 a 0 0 0 0 0 0 0
"sourceMap" : "322:676:2:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;322:676:2;;;;;;;" ,
2018-06-29 11:23:01 +00:00
"deployedSourceMap" : " 322 : 676 : 2 : - ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 2093 : 595 : 11 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 2093 : 595 : 11 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 693 : 303 : 2 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 693 : 303 : 2 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 5613 : 129 : 11 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 5613 : 129 : 11 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 2841 : 429 : 9 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 2841 : 429 : 9 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 1311 : 459 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 1311 : 459 : 9 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 5087 : 399 : 11 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 5087 : 399 : 11 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 499 : 55 : 9 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 499 : 55 : 9 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 287 : 54 : 11 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 287 : 54 : 11 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 5824 : 458 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 5824 : 458 : 11 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 23 : 1 : -1 ; 8 : 100 ; 33 : 3 ; 30 : 1 ; 27 : 10 ; 8 : 100 ; ; ; 99 : 1 ; 94 : 3 ; 90 : 11 ; 84 : 18 ; 80 : 1 ; 75 : 3 ; 71 : 11 ; 64 : 39 ; 52 : 2 ; 49 : 1 ; 45 : 10 ; 40 : 15 ; ; 8 : 100 ; ; ; 12 : 14 ; 5824 : 458 : 11 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 401 : 46 : 9 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 401 : 46 : 9 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 23 : 1 : -1 ; 8 : 100 ; 33 : 3 ; 30 : 1 ; 27 : 10 ; 8 : 100 ; ; ; 99 : 1 ; 94 : 3 ; 90 : 11 ; 84 : 18 ; 80 : 1 ; 75 : 3 ; 71 : 11 ; 64 : 39 ; 52 : 2 ; 49 : 1 ; 45 : 10 ; 40 : 15 ; ; 8 : 100 ; ; ; 12 : 14 ; 401 : 46 : 9 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 4794 : 738 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 4794 : 738 : 9 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 23 : 1 : -1 ; 8 : 100 ; 33 : 3 ; 30 : 1 ; 27 : 10 ; 8 : 100 ; ; ; 99 : 1 ; 94 : 3 ; 90 : 11 ; 84 : 18 ; 80 : 1 ; 75 : 3 ; 71 : 11 ; 64 : 39 ; 52 : 2 ; 49 : 1 ; 45 : 10 ; 40 : 15 ; ; 8 : 100 ; ; ; 12 : 14 ; 4794 : 738 : 9 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 2031 : 474 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 2031 : 474 : 9 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 4147 : 751 : 11 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 4147 : 751 : 11 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 5492 : 115 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 5492 : 115 : 11 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 3030 : 783 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 3030 : 783 : 11 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 453 : 40 : 9 ; ; 8 : 9 : -1 ; 5 : 2 ; ; ; 30 : 1 ; 27 ; 20 : 12 ; 5 : 2 ; 453 : 40 : 9 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 23 : 1 : -1 ; 8 : 100 ; 33 : 3 ; 30 : 1 ; 27 : 10 ; 8 : 100 ; ; ; 99 : 1 ; 94 : 3 ; 90 : 11 ; 84 : 18 ; 80 : 1 ; 75 : 3 ; 71 : 11 ; 64 : 39 ; 52 : 2 ; 49 : 1 ; 45 : 10 ; 40 : 15 ; ; 8 : 100 ; ; ; 12 : 14 ; 453 : 40 : 9 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 2093 : 595 : 11 ; 244 : 4 : 16 ; 222 : 27 ; ; : 10 ; : 27 ; ; ; 214 : 84 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 2265 : 1 : 11 ; 2256 : 5 ; : 10 ; ; ; ; : 38 ; ; ; ; ; 337 : 3 ; 2270 : 24 ; ; : 5 ; : 24 ; ; ; ; 2256 : 38 ; 2248 : 81 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 2404 : 1 ; 2387 : 6 ; : 13 ; 2394 : 5 ; 2387 : 13 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; : 18 ; ; ; 2379 : 58 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 2463 : 6 ; : 23 ; 337 : 3 ; 2463 : 23 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 2447 : 6 ; : 13 ; 2454 : 5 ; 2447 : 13 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; : 39 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 2522 : 5 ; 2496 : 6 ; : 23 ; 337 : 3 ; 2496 : 23 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; : 31 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 2537 : 10 ; ; : 12 ; ; ; ; ; ; ; ; ; ; ; ; ; 2630 : 10 ; 2617 : 9 ; ; : 23 ; ; 2613 : 68 ; ; ; 2654 : 27 ; 2670 : 10 ; 2654 : 15 ; : 27 : : i ; : : : - ; 2613 : 68 ; 2093 : 595 ; ; : : : o ; 693 : 303 : 2 : - ; 800 : 32 ; 812 : 7 ; 821 : 10 ; 800 : 11 ; : 32 : : i ; : : : - ; 967 : 22 ; 980 : 2 ; 984 : 4 ; 967 : 12 ; : 22 : : i ; : : : - ; 693 : 303 ; ; ; ; : : : o ; 5613 : 129 : 11 : - ; 5690 : 4 ; 5734 : 1 ; 5717 : 6 ; : 13 ; 5724 : 5 ; 5717 : 13 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; : 18 ; ; ; ; 5710 : 25 ; ; 5613 : 129 ; ; ; : : : o ; 2841 : 429 : 9 : - ; 2973 : 12 ; 3081 : 1 ; 3058 : 7 ; : 19 ; 3066 : 10 ; 3058 : 19 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; : 24 ; ; ; ; 3050 : 85 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 3217 : 46 ; 3225 : 2 ; 3229 : 5 ; 3236 : 4 ; 3242 : 9 ; 3253 ; 3217 : 7 ; : 46 : : i ; : : : - ; 3207 : 56 ; ; 2841 : 429 ; ; ; ; ; ; : : : o ; 1311 : 459 : : - ; 244 : 4 : 16 ; 222 : 27 ; ; : 10 ; : 27 ; ; ; 214 : 84 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 1477 : 1 : 9 ; 1466 : 6 ; 1458 : 20 ; ; ; ; : 59 ; ; ; ; ; 550 : 3 ; 1482 : 35 ; ; 1490 : 6 ; 1482 : 35 ; ; ; ; 1458 : 59 ; 1450 : 103 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 1631 : 1 ; 1612 : 7 ; : 15 ; 1620 : 6 ; 1612 : 15 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; : 20 ; ; ; 1604 : 62 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 1694 : 7 ; : 25 ; 550 : 3 ; 1694 : 25 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 1676 : 7 ; : 15 ; 1684 : 6 ; 1676 : 15 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; : 43 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 1757 : 6 ; 1729 : 7 ; : 25 ; 550 : 3 ; 1729 : 25 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; : 34 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 1311 : 459 ; : : : o ; 5087 : 399 : 11 : - ; 244 : 4 : 16 ; 222 : 27 ; ; : 10 ; : 27 ; ; ; 214 : 84 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 5271 : 10 : 11 ; ; 5257 ; : 24 ; ;
2018-06-28 17:13:59 +00:00
"source" : "pragma solidity 0.4.24;\nimport \"./Module.sol\";\nimport \"./ModuleManager.sol\";\nimport \"./OwnerManager.sol\";\n\n\n/// @title Gnosis Safe - A multisignature wallet with support for modules and owners. This contract needs to be extented to add functionality to execute transactions.\n/// @author Stefan George - <stefan@gnosis.pm>\ncontract GnosisSafe is ModuleManager, OwnerManager {\n\n /// @dev Setup function sets initial storage of contract.\n /// @param _owners List of Safe owners.\n /// @param _threshold Number of required confirmations for a Safe transaction.\n /// @param to Contract address for optional delegate call.\n /// @param data Data payload for optional delegate call.\n function setup(address[] _owners, uint256 _threshold, address to, bytes data)\n public\n {\n setupOwners(_owners, _threshold);\n // As setupOwners can only be called if the contract has not been initialized we don't need a check for setupModules\n setupModules(to, data);\n }\n}\n" ,
2018-05-31 13:01:02 +00:00
"sourcePath" : "/Users/apanizo/git/gnosis/safe-contracts/contracts/GnosisSafe.sol" ,
"ast" : {
"absolutePath" : "/Users/apanizo/git/gnosis/safe-contracts/contracts/GnosisSafe.sol" ,
"exportedSymbols" : {
"GnosisSafe" : [
2018-06-28 17:13:59 +00:00
63
2018-05-31 13:01:02 +00:00
]
} ,
2018-06-28 17:13:59 +00:00
"id" : 64 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "SourceUnit" ,
"nodes" : [
{
2018-06-28 17:13:59 +00:00
"id" : 32 ,
2018-05-31 13:01:02 +00:00
"literals" : [
"solidity" ,
"0.4" ,
".24"
] ,
"nodeType" : "PragmaDirective" ,
2018-06-28 17:13:59 +00:00
"src" : "0:23:2"
2018-05-31 13:01:02 +00:00
} ,
{
"absolutePath" : "/Users/apanizo/git/gnosis/safe-contracts/contracts/Module.sol" ,
"file" : "./Module.sol" ,
2018-06-28 17:13:59 +00:00
"id" : 33 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ImportDirective" ,
2018-06-28 17:13:59 +00:00
"scope" : 64 ,
2018-06-29 11:23:01 +00:00
"sourceUnit" : 1862 ,
2018-06-28 17:13:59 +00:00
"src" : "24:22:2" ,
2018-05-31 13:01:02 +00:00
"symbolAliases" : [ ] ,
"unitAlias" : ""
} ,
{
"absolutePath" : "/Users/apanizo/git/gnosis/safe-contracts/contracts/ModuleManager.sol" ,
"file" : "./ModuleManager.sol" ,
2018-06-28 17:13:59 +00:00
"id" : 34 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ImportDirective" ,
2018-06-28 17:13:59 +00:00
"scope" : 64 ,
2018-06-29 11:23:01 +00:00
"sourceUnit" : 2233 ,
2018-06-28 17:13:59 +00:00
"src" : "47:29:2" ,
2018-05-31 13:01:02 +00:00
"symbolAliases" : [ ] ,
"unitAlias" : ""
} ,
{
"absolutePath" : "/Users/apanizo/git/gnosis/safe-contracts/contracts/OwnerManager.sol" ,
"file" : "./OwnerManager.sol" ,
2018-06-28 17:13:59 +00:00
"id" : 35 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ImportDirective" ,
2018-06-28 17:13:59 +00:00
"scope" : 64 ,
2018-06-29 11:23:01 +00:00
"sourceUnit" : 2889 ,
2018-06-28 17:13:59 +00:00
"src" : "77:28:2" ,
2018-05-31 13:01:02 +00:00
"symbolAliases" : [ ] ,
"unitAlias" : ""
} ,
{
"baseContracts" : [
{
"arguments" : null ,
"baseName" : {
"contractScope" : null ,
2018-06-28 17:13:59 +00:00
"id" : 36 ,
2018-05-31 13:01:02 +00:00
"name" : "ModuleManager" ,
"nodeType" : "UserDefinedTypeName" ,
2018-06-29 11:23:01 +00:00
"referencedDeclaration" : 2232 ,
2018-06-28 17:13:59 +00:00
"src" : "345:13:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
2018-06-29 11:23:01 +00:00
"typeIdentifier" : "t_contract$_ModuleManager_$2232" ,
2018-05-31 13:01:02 +00:00
"typeString" : "contract ModuleManager"
}
} ,
2018-06-28 17:13:59 +00:00
"id" : 37 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "InheritanceSpecifier" ,
2018-06-28 17:13:59 +00:00
"src" : "345:13:2"
2018-05-31 13:01:02 +00:00
} ,
{
"arguments" : null ,
"baseName" : {
"contractScope" : null ,
2018-06-28 17:13:59 +00:00
"id" : 38 ,
2018-05-31 13:01:02 +00:00
"name" : "OwnerManager" ,
"nodeType" : "UserDefinedTypeName" ,
2018-06-29 11:23:01 +00:00
"referencedDeclaration" : 2888 ,
2018-06-28 17:13:59 +00:00
"src" : "360:12:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
2018-06-29 11:23:01 +00:00
"typeIdentifier" : "t_contract$_OwnerManager_$2888" ,
2018-05-31 13:01:02 +00:00
"typeString" : "contract OwnerManager"
}
} ,
2018-06-28 17:13:59 +00:00
"id" : 39 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "InheritanceSpecifier" ,
2018-06-28 17:13:59 +00:00
"src" : "360:12:2"
2018-05-31 13:01:02 +00:00
}
] ,
"contractDependencies" : [
2018-06-29 11:23:01 +00:00
2232 ,
2888 ,
3065
2018-05-31 13:01:02 +00:00
] ,
"contractKind" : "contract" ,
"documentation" : "@title Gnosis Safe - A multisignature wallet with support for modules and owners. This contract needs to be extented to add functionality to execute transactions.\n @author Stefan George - <stefan@gnosis.pm>" ,
"fullyImplemented" : true ,
2018-06-28 17:13:59 +00:00
"id" : 63 ,
2018-05-31 13:01:02 +00:00
"linearizedBaseContracts" : [
2018-06-28 17:13:59 +00:00
63 ,
2018-06-29 11:23:01 +00:00
2888 ,
2232 ,
3065
2018-05-31 13:01:02 +00:00
] ,
"name" : "GnosisSafe" ,
"nodeType" : "ContractDefinition" ,
"nodes" : [
{
"body" : {
2018-06-28 17:13:59 +00:00
"id" : 61 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "Block" ,
2018-06-28 17:13:59 +00:00
"src" : "790:206:2" ,
2018-05-31 13:01:02 +00:00
"statements" : [
{
"expression" : {
"argumentTypes" : null ,
"arguments" : [
{
"argumentTypes" : null ,
2018-06-28 17:13:59 +00:00
"id" : 52 ,
2018-05-31 13:01:02 +00:00
"name" : "_owners" ,
"nodeType" : "Identifier" ,
"overloadedDeclarations" : [ ] ,
2018-06-28 17:13:59 +00:00
"referencedDeclaration" : 42 ,
"src" : "812:7:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_array$_t_address_$dyn_memory_ptr" ,
"typeString" : "address[] memory"
}
} ,
{
"argumentTypes" : null ,
2018-06-28 17:13:59 +00:00
"id" : 53 ,
2018-05-31 13:01:02 +00:00
"name" : "_threshold" ,
"nodeType" : "Identifier" ,
"overloadedDeclarations" : [ ] ,
2018-06-28 17:13:59 +00:00
"referencedDeclaration" : 44 ,
"src" : "821:10:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
2018-06-28 17:13:59 +00:00
"typeIdentifier" : "t_uint256" ,
"typeString" : "uint256"
2018-05-31 13:01:02 +00:00
}
}
] ,
"expression" : {
"argumentTypes" : [
{
"typeIdentifier" : "t_array$_t_address_$dyn_memory_ptr" ,
"typeString" : "address[] memory"
} ,
{
2018-06-28 17:13:59 +00:00
"typeIdentifier" : "t_uint256" ,
"typeString" : "uint256"
2018-05-31 13:01:02 +00:00
}
] ,
2018-06-28 17:13:59 +00:00
"id" : 51 ,
2018-05-31 13:01:02 +00:00
"name" : "setupOwners" ,
"nodeType" : "Identifier" ,
"overloadedDeclarations" : [ ] ,
2018-06-29 11:23:01 +00:00
"referencedDeclaration" : 2597 ,
2018-06-28 17:13:59 +00:00
"src" : "800:11:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
2018-06-28 17:13:59 +00:00
"typeIdentifier" : "t_function_internal_nonpayable$_t_array$_t_address_$dyn_memory_ptr_$_t_uint256_$returns$__$" ,
"typeString" : "function (address[] memory,uint256)"
2018-05-31 13:01:02 +00:00
}
} ,
2018-06-28 17:13:59 +00:00
"id" : 54 ,
2018-05-31 13:01:02 +00:00
"isConstant" : false ,
"isLValue" : false ,
"isPure" : false ,
"kind" : "functionCall" ,
"lValueRequested" : false ,
"names" : [ ] ,
"nodeType" : "FunctionCall" ,
2018-06-28 17:13:59 +00:00
"src" : "800:32:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_tuple$__$" ,
"typeString" : "tuple()"
}
} ,
2018-06-28 17:13:59 +00:00
"id" : 55 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ExpressionStatement" ,
2018-06-28 17:13:59 +00:00
"src" : "800:32:2"
2018-05-31 13:01:02 +00:00
} ,
{
"expression" : {
"argumentTypes" : null ,
"arguments" : [
{
"argumentTypes" : null ,
2018-06-28 17:13:59 +00:00
"id" : 57 ,
2018-05-31 13:01:02 +00:00
"name" : "to" ,
"nodeType" : "Identifier" ,
"overloadedDeclarations" : [ ] ,
2018-06-28 17:13:59 +00:00
"referencedDeclaration" : 46 ,
"src" : "980:2:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_address" ,
"typeString" : "address"
}
} ,
{
"argumentTypes" : null ,
2018-06-28 17:13:59 +00:00
"id" : 58 ,
2018-05-31 13:01:02 +00:00
"name" : "data" ,
"nodeType" : "Identifier" ,
"overloadedDeclarations" : [ ] ,
2018-06-28 17:13:59 +00:00
"referencedDeclaration" : 48 ,
"src" : "984:4:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_bytes_memory_ptr" ,
"typeString" : "bytes memory"
}
}
] ,
"expression" : {
"argumentTypes" : [
{
"typeIdentifier" : "t_address" ,
"typeString" : "address"
} ,
{
"typeIdentifier" : "t_bytes_memory_ptr" ,
"typeString" : "bytes memory"
}
] ,
2018-06-28 17:13:59 +00:00
"id" : 56 ,
2018-05-31 13:01:02 +00:00
"name" : "setupModules" ,
"nodeType" : "Identifier" ,
"overloadedDeclarations" : [ ] ,
2018-06-29 11:23:01 +00:00
"referencedDeclaration" : 1928 ,
2018-06-28 17:13:59 +00:00
"src" : "967:12:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$returns$__$" ,
"typeString" : "function (address,bytes memory)"
}
} ,
2018-06-28 17:13:59 +00:00
"id" : 59 ,
2018-05-31 13:01:02 +00:00
"isConstant" : false ,
"isLValue" : false ,
"isPure" : false ,
"kind" : "functionCall" ,
"lValueRequested" : false ,
"names" : [ ] ,
"nodeType" : "FunctionCall" ,
2018-06-28 17:13:59 +00:00
"src" : "967:22:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_tuple$__$" ,
"typeString" : "tuple()"
}
} ,
2018-06-28 17:13:59 +00:00
"id" : 60 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ExpressionStatement" ,
2018-06-28 17:13:59 +00:00
"src" : "967:22:2"
2018-05-31 13:01:02 +00:00
}
]
} ,
"documentation" : "@dev Setup function sets initial storage of contract.\n @param _owners List of Safe owners.\n @param _threshold Number of required confirmations for a Safe transaction.\n @param to Contract address for optional delegate call.\n @param data Data payload for optional delegate call." ,
2018-06-28 17:13:59 +00:00
"id" : 62 ,
2018-05-31 13:01:02 +00:00
"implemented" : true ,
"isConstructor" : false ,
"isDeclaredConst" : false ,
"modifiers" : [ ] ,
"name" : "setup" ,
"nodeType" : "FunctionDefinition" ,
"parameters" : {
2018-06-28 17:13:59 +00:00
"id" : 49 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ParameterList" ,
"parameters" : [
{
"constant" : false ,
2018-06-28 17:13:59 +00:00
"id" : 42 ,
2018-05-31 13:01:02 +00:00
"name" : "_owners" ,
"nodeType" : "VariableDeclaration" ,
2018-06-28 17:13:59 +00:00
"scope" : 62 ,
"src" : "708:17:2" ,
2018-05-31 13:01:02 +00:00
"stateVariable" : false ,
"storageLocation" : "default" ,
"typeDescriptions" : {
"typeIdentifier" : "t_array$_t_address_$dyn_memory_ptr" ,
"typeString" : "address[]"
} ,
"typeName" : {
"baseType" : {
2018-06-28 17:13:59 +00:00
"id" : 40 ,
2018-05-31 13:01:02 +00:00
"name" : "address" ,
"nodeType" : "ElementaryTypeName" ,
2018-06-28 17:13:59 +00:00
"src" : "708:7:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_address" ,
"typeString" : "address"
}
} ,
2018-06-28 17:13:59 +00:00
"id" : 41 ,
2018-05-31 13:01:02 +00:00
"length" : null ,
"nodeType" : "ArrayTypeName" ,
2018-06-28 17:13:59 +00:00
"src" : "708:9:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_array$_t_address_$dyn_storage_ptr" ,
"typeString" : "address[]"
}
} ,
"value" : null ,
"visibility" : "internal"
} ,
{
"constant" : false ,
2018-06-28 17:13:59 +00:00
"id" : 44 ,
2018-05-31 13:01:02 +00:00
"name" : "_threshold" ,
"nodeType" : "VariableDeclaration" ,
2018-06-28 17:13:59 +00:00
"scope" : 62 ,
"src" : "727:18:2" ,
2018-05-31 13:01:02 +00:00
"stateVariable" : false ,
"storageLocation" : "default" ,
"typeDescriptions" : {
2018-06-28 17:13:59 +00:00
"typeIdentifier" : "t_uint256" ,
"typeString" : "uint256"
2018-05-31 13:01:02 +00:00
} ,
"typeName" : {
2018-06-28 17:13:59 +00:00
"id" : 43 ,
"name" : "uint256" ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ElementaryTypeName" ,
2018-06-28 17:13:59 +00:00
"src" : "727:7:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
2018-06-28 17:13:59 +00:00
"typeIdentifier" : "t_uint256" ,
"typeString" : "uint256"
2018-05-31 13:01:02 +00:00
}
} ,
"value" : null ,
"visibility" : "internal"
} ,
{
"constant" : false ,
2018-06-28 17:13:59 +00:00
"id" : 46 ,
2018-05-31 13:01:02 +00:00
"name" : "to" ,
"nodeType" : "VariableDeclaration" ,
2018-06-28 17:13:59 +00:00
"scope" : 62 ,
"src" : "747:10:2" ,
2018-05-31 13:01:02 +00:00
"stateVariable" : false ,
"storageLocation" : "default" ,
"typeDescriptions" : {
"typeIdentifier" : "t_address" ,
"typeString" : "address"
} ,
"typeName" : {
2018-06-28 17:13:59 +00:00
"id" : 45 ,
2018-05-31 13:01:02 +00:00
"name" : "address" ,
"nodeType" : "ElementaryTypeName" ,
2018-06-28 17:13:59 +00:00
"src" : "747:7:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_address" ,
"typeString" : "address"
}
} ,
"value" : null ,
"visibility" : "internal"
} ,
{
"constant" : false ,
2018-06-28 17:13:59 +00:00
"id" : 48 ,
2018-05-31 13:01:02 +00:00
"name" : "data" ,
"nodeType" : "VariableDeclaration" ,
2018-06-28 17:13:59 +00:00
"scope" : 62 ,
"src" : "759:10:2" ,
2018-05-31 13:01:02 +00:00
"stateVariable" : false ,
"storageLocation" : "default" ,
"typeDescriptions" : {
"typeIdentifier" : "t_bytes_memory_ptr" ,
"typeString" : "bytes"
} ,
"typeName" : {
2018-06-28 17:13:59 +00:00
"id" : 47 ,
2018-05-31 13:01:02 +00:00
"name" : "bytes" ,
"nodeType" : "ElementaryTypeName" ,
2018-06-28 17:13:59 +00:00
"src" : "759:5:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_bytes_storage_ptr" ,
"typeString" : "bytes"
}
} ,
"value" : null ,
"visibility" : "internal"
}
] ,
2018-06-28 17:13:59 +00:00
"src" : "707:63:2"
2018-05-31 13:01:02 +00:00
} ,
"payable" : false ,
"returnParameters" : {
2018-06-28 17:13:59 +00:00
"id" : 50 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ParameterList" ,
"parameters" : [ ] ,
2018-06-28 17:13:59 +00:00
"src" : "790:0:2"
2018-05-31 13:01:02 +00:00
} ,
2018-06-28 17:13:59 +00:00
"scope" : 63 ,
"src" : "693:303:2" ,
2018-05-31 13:01:02 +00:00
"stateMutability" : "nonpayable" ,
"superFunction" : null ,
"visibility" : "public"
}
] ,
2018-06-28 17:13:59 +00:00
"scope" : 64 ,
"src" : "322:676:2"
2018-05-31 13:01:02 +00:00
}
] ,
2018-06-28 17:13:59 +00:00
"src" : "0:999:2"
2018-05-31 13:01:02 +00:00
} ,
"legacyAST" : {
"absolutePath" : "/Users/apanizo/git/gnosis/safe-contracts/contracts/GnosisSafe.sol" ,
"exportedSymbols" : {
"GnosisSafe" : [
2018-06-28 17:13:59 +00:00
63
2018-05-31 13:01:02 +00:00
]
} ,
2018-06-28 17:13:59 +00:00
"id" : 64 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "SourceUnit" ,
"nodes" : [
{
2018-06-28 17:13:59 +00:00
"id" : 32 ,
2018-05-31 13:01:02 +00:00
"literals" : [
"solidity" ,
"0.4" ,
".24"
] ,
"nodeType" : "PragmaDirective" ,
2018-06-28 17:13:59 +00:00
"src" : "0:23:2"
2018-05-31 13:01:02 +00:00
} ,
{
"absolutePath" : "/Users/apanizo/git/gnosis/safe-contracts/contracts/Module.sol" ,
"file" : "./Module.sol" ,
2018-06-28 17:13:59 +00:00
"id" : 33 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ImportDirective" ,
2018-06-28 17:13:59 +00:00
"scope" : 64 ,
2018-06-29 11:23:01 +00:00
"sourceUnit" : 1862 ,
2018-06-28 17:13:59 +00:00
"src" : "24:22:2" ,
2018-05-31 13:01:02 +00:00
"symbolAliases" : [ ] ,
"unitAlias" : ""
} ,
{
"absolutePath" : "/Users/apanizo/git/gnosis/safe-contracts/contracts/ModuleManager.sol" ,
"file" : "./ModuleManager.sol" ,
2018-06-28 17:13:59 +00:00
"id" : 34 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ImportDirective" ,
2018-06-28 17:13:59 +00:00
"scope" : 64 ,
2018-06-29 11:23:01 +00:00
"sourceUnit" : 2233 ,
2018-06-28 17:13:59 +00:00
"src" : "47:29:2" ,
2018-05-31 13:01:02 +00:00
"symbolAliases" : [ ] ,
"unitAlias" : ""
} ,
{
"absolutePath" : "/Users/apanizo/git/gnosis/safe-contracts/contracts/OwnerManager.sol" ,
"file" : "./OwnerManager.sol" ,
2018-06-28 17:13:59 +00:00
"id" : 35 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ImportDirective" ,
2018-06-28 17:13:59 +00:00
"scope" : 64 ,
2018-06-29 11:23:01 +00:00
"sourceUnit" : 2889 ,
2018-06-28 17:13:59 +00:00
"src" : "77:28:2" ,
2018-05-31 13:01:02 +00:00
"symbolAliases" : [ ] ,
"unitAlias" : ""
} ,
{
"baseContracts" : [
{
"arguments" : null ,
"baseName" : {
"contractScope" : null ,
2018-06-28 17:13:59 +00:00
"id" : 36 ,
2018-05-31 13:01:02 +00:00
"name" : "ModuleManager" ,
"nodeType" : "UserDefinedTypeName" ,
2018-06-29 11:23:01 +00:00
"referencedDeclaration" : 2232 ,
2018-06-28 17:13:59 +00:00
"src" : "345:13:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
2018-06-29 11:23:01 +00:00
"typeIdentifier" : "t_contract$_ModuleManager_$2232" ,
2018-05-31 13:01:02 +00:00
"typeString" : "contract ModuleManager"
}
} ,
2018-06-28 17:13:59 +00:00
"id" : 37 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "InheritanceSpecifier" ,
2018-06-28 17:13:59 +00:00
"src" : "345:13:2"
2018-05-31 13:01:02 +00:00
} ,
{
"arguments" : null ,
"baseName" : {
"contractScope" : null ,
2018-06-28 17:13:59 +00:00
"id" : 38 ,
2018-05-31 13:01:02 +00:00
"name" : "OwnerManager" ,
"nodeType" : "UserDefinedTypeName" ,
2018-06-29 11:23:01 +00:00
"referencedDeclaration" : 2888 ,
2018-06-28 17:13:59 +00:00
"src" : "360:12:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
2018-06-29 11:23:01 +00:00
"typeIdentifier" : "t_contract$_OwnerManager_$2888" ,
2018-05-31 13:01:02 +00:00
"typeString" : "contract OwnerManager"
}
} ,
2018-06-28 17:13:59 +00:00
"id" : 39 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "InheritanceSpecifier" ,
2018-06-28 17:13:59 +00:00
"src" : "360:12:2"
2018-05-31 13:01:02 +00:00
}
] ,
"contractDependencies" : [
2018-06-29 11:23:01 +00:00
2232 ,
2888 ,
3065
2018-05-31 13:01:02 +00:00
] ,
"contractKind" : "contract" ,
"documentation" : "@title Gnosis Safe - A multisignature wallet with support for modules and owners. This contract needs to be extented to add functionality to execute transactions.\n @author Stefan George - <stefan@gnosis.pm>" ,
"fullyImplemented" : true ,
2018-06-28 17:13:59 +00:00
"id" : 63 ,
2018-05-31 13:01:02 +00:00
"linearizedBaseContracts" : [
2018-06-28 17:13:59 +00:00
63 ,
2018-06-29 11:23:01 +00:00
2888 ,
2232 ,
3065
2018-05-31 13:01:02 +00:00
] ,
"name" : "GnosisSafe" ,
"nodeType" : "ContractDefinition" ,
"nodes" : [
{
"body" : {
2018-06-28 17:13:59 +00:00
"id" : 61 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "Block" ,
2018-06-28 17:13:59 +00:00
"src" : "790:206:2" ,
2018-05-31 13:01:02 +00:00
"statements" : [
{
"expression" : {
"argumentTypes" : null ,
"arguments" : [
{
"argumentTypes" : null ,
2018-06-28 17:13:59 +00:00
"id" : 52 ,
2018-05-31 13:01:02 +00:00
"name" : "_owners" ,
"nodeType" : "Identifier" ,
"overloadedDeclarations" : [ ] ,
2018-06-28 17:13:59 +00:00
"referencedDeclaration" : 42 ,
"src" : "812:7:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_array$_t_address_$dyn_memory_ptr" ,
"typeString" : "address[] memory"
}
} ,
{
"argumentTypes" : null ,
2018-06-28 17:13:59 +00:00
"id" : 53 ,
2018-05-31 13:01:02 +00:00
"name" : "_threshold" ,
"nodeType" : "Identifier" ,
"overloadedDeclarations" : [ ] ,
2018-06-28 17:13:59 +00:00
"referencedDeclaration" : 44 ,
"src" : "821:10:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
2018-06-28 17:13:59 +00:00
"typeIdentifier" : "t_uint256" ,
"typeString" : "uint256"
2018-05-31 13:01:02 +00:00
}
}
] ,
"expression" : {
"argumentTypes" : [
{
"typeIdentifier" : "t_array$_t_address_$dyn_memory_ptr" ,
"typeString" : "address[] memory"
} ,
{
2018-06-28 17:13:59 +00:00
"typeIdentifier" : "t_uint256" ,
"typeString" : "uint256"
2018-05-31 13:01:02 +00:00
}
] ,
2018-06-28 17:13:59 +00:00
"id" : 51 ,
2018-05-31 13:01:02 +00:00
"name" : "setupOwners" ,
"nodeType" : "Identifier" ,
"overloadedDeclarations" : [ ] ,
2018-06-29 11:23:01 +00:00
"referencedDeclaration" : 2597 ,
2018-06-28 17:13:59 +00:00
"src" : "800:11:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
2018-06-28 17:13:59 +00:00
"typeIdentifier" : "t_function_internal_nonpayable$_t_array$_t_address_$dyn_memory_ptr_$_t_uint256_$returns$__$" ,
"typeString" : "function (address[] memory,uint256)"
2018-05-31 13:01:02 +00:00
}
} ,
2018-06-28 17:13:59 +00:00
"id" : 54 ,
2018-05-31 13:01:02 +00:00
"isConstant" : false ,
"isLValue" : false ,
"isPure" : false ,
"kind" : "functionCall" ,
"lValueRequested" : false ,
"names" : [ ] ,
"nodeType" : "FunctionCall" ,
2018-06-28 17:13:59 +00:00
"src" : "800:32:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_tuple$__$" ,
"typeString" : "tuple()"
}
} ,
2018-06-28 17:13:59 +00:00
"id" : 55 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ExpressionStatement" ,
2018-06-28 17:13:59 +00:00
"src" : "800:32:2"
2018-05-31 13:01:02 +00:00
} ,
{
"expression" : {
"argumentTypes" : null ,
"arguments" : [
{
"argumentTypes" : null ,
2018-06-28 17:13:59 +00:00
"id" : 57 ,
2018-05-31 13:01:02 +00:00
"name" : "to" ,
"nodeType" : "Identifier" ,
"overloadedDeclarations" : [ ] ,
2018-06-28 17:13:59 +00:00
"referencedDeclaration" : 46 ,
"src" : "980:2:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_address" ,
"typeString" : "address"
}
} ,
{
"argumentTypes" : null ,
2018-06-28 17:13:59 +00:00
"id" : 58 ,
2018-05-31 13:01:02 +00:00
"name" : "data" ,
"nodeType" : "Identifier" ,
"overloadedDeclarations" : [ ] ,
2018-06-28 17:13:59 +00:00
"referencedDeclaration" : 48 ,
"src" : "984:4:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_bytes_memory_ptr" ,
"typeString" : "bytes memory"
}
}
] ,
"expression" : {
"argumentTypes" : [
{
"typeIdentifier" : "t_address" ,
"typeString" : "address"
} ,
{
"typeIdentifier" : "t_bytes_memory_ptr" ,
"typeString" : "bytes memory"
}
] ,
2018-06-28 17:13:59 +00:00
"id" : 56 ,
2018-05-31 13:01:02 +00:00
"name" : "setupModules" ,
"nodeType" : "Identifier" ,
"overloadedDeclarations" : [ ] ,
2018-06-29 11:23:01 +00:00
"referencedDeclaration" : 1928 ,
2018-06-28 17:13:59 +00:00
"src" : "967:12:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$returns$__$" ,
"typeString" : "function (address,bytes memory)"
}
} ,
2018-06-28 17:13:59 +00:00
"id" : 59 ,
2018-05-31 13:01:02 +00:00
"isConstant" : false ,
"isLValue" : false ,
"isPure" : false ,
"kind" : "functionCall" ,
"lValueRequested" : false ,
"names" : [ ] ,
"nodeType" : "FunctionCall" ,
2018-06-28 17:13:59 +00:00
"src" : "967:22:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_tuple$__$" ,
"typeString" : "tuple()"
}
} ,
2018-06-28 17:13:59 +00:00
"id" : 60 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ExpressionStatement" ,
2018-06-28 17:13:59 +00:00
"src" : "967:22:2"
2018-05-31 13:01:02 +00:00
}
]
} ,
"documentation" : "@dev Setup function sets initial storage of contract.\n @param _owners List of Safe owners.\n @param _threshold Number of required confirmations for a Safe transaction.\n @param to Contract address for optional delegate call.\n @param data Data payload for optional delegate call." ,
2018-06-28 17:13:59 +00:00
"id" : 62 ,
2018-05-31 13:01:02 +00:00
"implemented" : true ,
"isConstructor" : false ,
"isDeclaredConst" : false ,
"modifiers" : [ ] ,
"name" : "setup" ,
"nodeType" : "FunctionDefinition" ,
"parameters" : {
2018-06-28 17:13:59 +00:00
"id" : 49 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ParameterList" ,
"parameters" : [
{
"constant" : false ,
2018-06-28 17:13:59 +00:00
"id" : 42 ,
2018-05-31 13:01:02 +00:00
"name" : "_owners" ,
"nodeType" : "VariableDeclaration" ,
2018-06-28 17:13:59 +00:00
"scope" : 62 ,
"src" : "708:17:2" ,
2018-05-31 13:01:02 +00:00
"stateVariable" : false ,
"storageLocation" : "default" ,
"typeDescriptions" : {
"typeIdentifier" : "t_array$_t_address_$dyn_memory_ptr" ,
"typeString" : "address[]"
} ,
"typeName" : {
"baseType" : {
2018-06-28 17:13:59 +00:00
"id" : 40 ,
2018-05-31 13:01:02 +00:00
"name" : "address" ,
"nodeType" : "ElementaryTypeName" ,
2018-06-28 17:13:59 +00:00
"src" : "708:7:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_address" ,
"typeString" : "address"
}
} ,
2018-06-28 17:13:59 +00:00
"id" : 41 ,
2018-05-31 13:01:02 +00:00
"length" : null ,
"nodeType" : "ArrayTypeName" ,
2018-06-28 17:13:59 +00:00
"src" : "708:9:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_array$_t_address_$dyn_storage_ptr" ,
"typeString" : "address[]"
}
} ,
"value" : null ,
"visibility" : "internal"
} ,
{
"constant" : false ,
2018-06-28 17:13:59 +00:00
"id" : 44 ,
2018-05-31 13:01:02 +00:00
"name" : "_threshold" ,
"nodeType" : "VariableDeclaration" ,
2018-06-28 17:13:59 +00:00
"scope" : 62 ,
"src" : "727:18:2" ,
2018-05-31 13:01:02 +00:00
"stateVariable" : false ,
"storageLocation" : "default" ,
"typeDescriptions" : {
2018-06-28 17:13:59 +00:00
"typeIdentifier" : "t_uint256" ,
"typeString" : "uint256"
2018-05-31 13:01:02 +00:00
} ,
"typeName" : {
2018-06-28 17:13:59 +00:00
"id" : 43 ,
"name" : "uint256" ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ElementaryTypeName" ,
2018-06-28 17:13:59 +00:00
"src" : "727:7:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
2018-06-28 17:13:59 +00:00
"typeIdentifier" : "t_uint256" ,
"typeString" : "uint256"
2018-05-31 13:01:02 +00:00
}
} ,
"value" : null ,
"visibility" : "internal"
} ,
{
"constant" : false ,
2018-06-28 17:13:59 +00:00
"id" : 46 ,
2018-05-31 13:01:02 +00:00
"name" : "to" ,
"nodeType" : "VariableDeclaration" ,
2018-06-28 17:13:59 +00:00
"scope" : 62 ,
"src" : "747:10:2" ,
2018-05-31 13:01:02 +00:00
"stateVariable" : false ,
"storageLocation" : "default" ,
"typeDescriptions" : {
"typeIdentifier" : "t_address" ,
"typeString" : "address"
} ,
"typeName" : {
2018-06-28 17:13:59 +00:00
"id" : 45 ,
2018-05-31 13:01:02 +00:00
"name" : "address" ,
"nodeType" : "ElementaryTypeName" ,
2018-06-28 17:13:59 +00:00
"src" : "747:7:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_address" ,
"typeString" : "address"
}
} ,
"value" : null ,
"visibility" : "internal"
} ,
{
"constant" : false ,
2018-06-28 17:13:59 +00:00
"id" : 48 ,
2018-05-31 13:01:02 +00:00
"name" : "data" ,
"nodeType" : "VariableDeclaration" ,
2018-06-28 17:13:59 +00:00
"scope" : 62 ,
"src" : "759:10:2" ,
2018-05-31 13:01:02 +00:00
"stateVariable" : false ,
"storageLocation" : "default" ,
"typeDescriptions" : {
"typeIdentifier" : "t_bytes_memory_ptr" ,
"typeString" : "bytes"
} ,
"typeName" : {
2018-06-28 17:13:59 +00:00
"id" : 47 ,
2018-05-31 13:01:02 +00:00
"name" : "bytes" ,
"nodeType" : "ElementaryTypeName" ,
2018-06-28 17:13:59 +00:00
"src" : "759:5:2" ,
2018-05-31 13:01:02 +00:00
"typeDescriptions" : {
"typeIdentifier" : "t_bytes_storage_ptr" ,
"typeString" : "bytes"
}
} ,
"value" : null ,
"visibility" : "internal"
}
] ,
2018-06-28 17:13:59 +00:00
"src" : "707:63:2"
2018-05-31 13:01:02 +00:00
} ,
"payable" : false ,
"returnParameters" : {
2018-06-28 17:13:59 +00:00
"id" : 50 ,
2018-05-31 13:01:02 +00:00
"nodeType" : "ParameterList" ,
"parameters" : [ ] ,
2018-06-28 17:13:59 +00:00
"src" : "790:0:2"
2018-05-31 13:01:02 +00:00
} ,
2018-06-28 17:13:59 +00:00
"scope" : 63 ,
"src" : "693:303:2" ,
2018-05-31 13:01:02 +00:00
"stateMutability" : "nonpayable" ,
"superFunction" : null ,
"visibility" : "public"
}
] ,
2018-06-28 17:13:59 +00:00
"scope" : 64 ,
"src" : "322:676:2"
2018-05-31 13:01:02 +00:00
}
] ,
2018-06-28 17:13:59 +00:00
"src" : "0:999:2"
2018-05-31 13:01:02 +00:00
} ,
"compiler" : {
"name" : "solc" ,
"version" : "0.4.24+commit.e67f0147.Emscripten.clang"
} ,
"networks" : { } ,
2018-06-29 11:23:01 +00:00
"schemaVersion" : "2.0.0" ,
"updatedAt" : "2018-06-29T09:01:22.054Z"
2018-05-31 13:01:02 +00:00
}