338 lines
24 KiB
JSON
338 lines
24 KiB
JSON
{
|
|
"_format": "hh-sol-artifact-1",
|
|
"contractName": "MockToken",
|
|
"sourceName": "contracts/lib/mock/mockToken.sol",
|
|
"abi": [
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "supply",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"stateMutability": "nonpayable",
|
|
"type": "constructor"
|
|
},
|
|
{
|
|
"anonymous": false,
|
|
"inputs": [
|
|
{
|
|
"indexed": true,
|
|
"internalType": "address",
|
|
"name": "owner",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"indexed": true,
|
|
"internalType": "address",
|
|
"name": "spender",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"indexed": false,
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "Approval",
|
|
"type": "event"
|
|
},
|
|
{
|
|
"anonymous": false,
|
|
"inputs": [
|
|
{
|
|
"indexed": true,
|
|
"internalType": "address",
|
|
"name": "from",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"indexed": true,
|
|
"internalType": "address",
|
|
"name": "to",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"indexed": false,
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "Transfer",
|
|
"type": "event"
|
|
},
|
|
{
|
|
"inputs": [],
|
|
"name": "DOMAIN_SEPARATOR",
|
|
"outputs": [
|
|
{
|
|
"internalType": "bytes32",
|
|
"name": "",
|
|
"type": "bytes32"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "address",
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "allowance",
|
|
"outputs": [
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "spender",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "approve",
|
|
"outputs": [
|
|
{
|
|
"internalType": "bool",
|
|
"name": "",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "balanceOf",
|
|
"outputs": [
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [],
|
|
"name": "decimals",
|
|
"outputs": [
|
|
{
|
|
"internalType": "uint8",
|
|
"name": "",
|
|
"type": "uint8"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address[]",
|
|
"name": "to",
|
|
"type": "address[]"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "value",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "mint",
|
|
"outputs": [],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [],
|
|
"name": "name",
|
|
"outputs": [
|
|
{
|
|
"internalType": "string",
|
|
"name": "",
|
|
"type": "string"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "nonces",
|
|
"outputs": [
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "owner",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "address",
|
|
"name": "spender",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "value",
|
|
"type": "uint256"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "deadline",
|
|
"type": "uint256"
|
|
},
|
|
{
|
|
"internalType": "uint8",
|
|
"name": "v",
|
|
"type": "uint8"
|
|
},
|
|
{
|
|
"internalType": "bytes32",
|
|
"name": "r",
|
|
"type": "bytes32"
|
|
},
|
|
{
|
|
"internalType": "bytes32",
|
|
"name": "s",
|
|
"type": "bytes32"
|
|
}
|
|
],
|
|
"name": "permit",
|
|
"outputs": [],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [],
|
|
"name": "symbol",
|
|
"outputs": [
|
|
{
|
|
"internalType": "string",
|
|
"name": "",
|
|
"type": "string"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [],
|
|
"name": "totalSupply",
|
|
"outputs": [
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "to",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "transfer",
|
|
"outputs": [
|
|
{
|
|
"internalType": "bool",
|
|
"name": "",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "from",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "address",
|
|
"name": "to",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "transferFrom",
|
|
"outputs": [
|
|
{
|
|
"internalType": "bool",
|
|
"name": "",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
}
|
|
],
|
|
"bytecode": "0x60e060409080825234620004995780620013918038038091620000238285620004ba565b833960209283918101031262000499575182519162000042836200049e565b6007835266135bd8dad0949360ca1b8184015283519162000063836200049e565b60048352631350949360e21b8284015283516001600160401b0394909390858511620004835760009480620000998754620004de565b92601f9384811162000432575b508690848311600114620003ca578892620003be575b50508160011b916000199060031b1c19161785555b815190868211620003aa578190600193620000ed8554620004de565b82811162000355575b5086918311600114620002f1578792620002e5575b5050600019600383901b1c191690821b1781555b60126080524660a052855184549181866200013a85620004de565b9283835287830195888282169182600014620002c557505060011462000285575b506200016a92500382620004ba565b5190208551838101917f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8352878201527fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc660608201524660808201523060a082015260a0815260c081019581871090871117620002715785875251902060c0526002548181018091116200025d57907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92916002553384526003825285842081815401905584523393a351610e7590816200051c82396080518161084d015260a05181610c67015260c05181610c8e0152f35b634e487b7160e01b84526011600452602484fd5b634e487b7160e01b85526041600452602485fd5b8791508880528189209089915b858310620002ac5750506200016a9350820101386200015b565b8054838801850152869450899390920191810162000292565b60ff191688526200016a95151560051b85010192503891506200015b9050565b0151905038806200010b565b8488528688208594509190601f198416895b898282106200033e575050841162000324575b505050811b0181556200011f565b015160001960f88460031b161c1916905538808062000316565b838501518655889790950194938401930162000303565b909192508488528688208380860160051c820192898710620003a0575b91869588929594930160051c01915b82811062000391575050620000f6565b8a815586955087910162000381565b9250819262000372565b634e487b7160e01b86526041600452602486fd5b015190503880620000bc565b8880528789209250601f198416895b898282106200041b57505090846001959493921062000401575b505050811b018555620000d1565b015160001960f88460031b161c19169055388080620003f3565b6001859682939686015181550195019301620003d9565b9091508780528688208480850160051c82019289861062000479575b9085949392910160051c01905b8181106200046a5750620000a6565b8981558493506001016200045b565b925081926200044e565b634e487b7160e01b600052604160045260246000fd5b600080fd5b604081019081106001600160401b038211176200048357604052565b601f909101601f19168101906001600160401b038211908210176200048357604052565b90600182811c9216801562000510575b6020831014620004fa57565b634e487b7160e01b600052602260045260246000fd5b91607f1691620004ee56fe608060408181526004908136101561001657600080fd5b600092833560e01c90816306fdde0314610a0c57508063095ea7b31461098f57806318160ddd1461097057806323b872dd14610871578063313ce567146108335780633644e5151461080f57806370a08231146107cb5780637ecebe001461078757806395d89b411461068a578063a9059cbb146105fb578063d505accf14610319578063dd62ed3e146102c35763ea66696c146100b357600080fd5b346102bf57806003193601126102bf5781359167ffffffffffffffff918284116102bb57366023850112156102bb578382013592831161028f5760059280841b9482519060209261010684890184610b05565b8252828201602480988301019136831161028b578801905b82821061025b57505050853590805195885b87811061013b578980f35b82518110156102305773ffffffffffffffffffffffffffffffffffffffff8582841b850101511660028054908682018092116102055755808b5260038652868b208581540190558a7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef878951888152a37fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146101da57600101610130565b888a6011897f4e487b7100000000000000000000000000000000000000000000000000000000835252fd5b8b8d60118c7f4e487b7100000000000000000000000000000000000000000000000000000000835252fd5b888a6032897f4e487b7100000000000000000000000000000000000000000000000000000000835252fd5b813573ffffffffffffffffffffffffffffffffffffffff8116810361028757815290840190840161011e565b8a80fd5b8980fd5b6024856041847f4e487b7100000000000000000000000000000000000000000000000000000000835252fd5b8480fd5b8280fd5b5090346102bf57816003193601126102bf5760209282916102e2610bdb565b6102ea610c03565b9173ffffffffffffffffffffffffffffffffffffffff8092168452865283832091168252845220549051908152f35b508290346105f75760e06003193601126105f757610335610bdb565b9061033e610c03565b91604435606435926084359260ff84168094036105f35742851061059657610364610c62565b9573ffffffffffffffffffffffffffffffffffffffff8092169586895260209560058752848a209889549960018b01905585519285898501957f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c987528b89870152169a8b606086015288608086015260a085015260c084015260c0835260e0830167ffffffffffffffff948482108683111761056957818852845190206101008501927f19010000000000000000000000000000000000000000000000000000000000008452610102860152610122850152604281526101608401948186109086111761053d57848752519020835261018082015260a4356101a082015260c4356101c0909101528780528490889060809060015afa1561053357865116968715158061052a575b156104cf5786977f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259596975283528087208688528352818188205551908152a380f35b8360649251917f08c379a0000000000000000000000000000000000000000000000000000000008352820152600e60248201527f494e56414c49445f5349474e45520000000000000000000000000000000000006044820152fd5b5084881461048c565b81513d88823e3d90fd5b60248c60418f7f4e487b7100000000000000000000000000000000000000000000000000000000835252fd5b5060248c60418f7f4e487b7100000000000000000000000000000000000000000000000000000000835252fd5b60648860208451917f08c379a0000000000000000000000000000000000000000000000000000000008352820152601760248201527f5045524d49545f444541444c494e455f455850495245440000000000000000006044820152fd5b8680fd5b5080fd5b8382346105f757806003193601126105f757602091610618610bdb565b8273ffffffffffffffffffffffffffffffffffffffff6024359233855260038752828520610647858254610c26565b90551692838152600386522081815401905582519081527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef843392a35160018152f35b8382346105f757816003193601126105f7578051908260018054916106ae83610ab2565b8086529282811690811561074157506001146106e5575b5050506106d7826106e1940383610b05565b5191829182610b75565b0390f35b94508085527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf65b828610610729575050506106d78260206106e195820101946106c5565b8054602087870181019190915290950194810161070c565b6106e19750869350602092506106d79491507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001682840152151560051b820101946106c5565b8382346105f75760206003193601126105f7578060209273ffffffffffffffffffffffffffffffffffffffff6107bb610bdb565b1681526005845220549051908152f35b8382346105f75760206003193601126105f7578060209273ffffffffffffffffffffffffffffffffffffffff6107ff610bdb565b1681526003845220549051908152f35b8382346105f757816003193601126105f75760209061082c610c62565b9051908152f35b8382346105f757816003193601126105f7576020905160ff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b50823461096d57606060031936011261096d5761088c610bdb565b7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6108b5610c03565b946044358573ffffffffffffffffffffffffffffffffffffffff80951694858752602098848a958652838920338a52865283892054857fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff820361094a575b5050508688526003855282882061092b858254610c26565b9055169586815260038452208181540190558551908152a35160018152f35b61095391610c26565b90888a528652838920338a528652838920558a8085610913565b80fd5b8382346105f757816003193601126105f7576020906002549051908152f35b5090346102bf57816003193601126102bf576020926109ac610bdb565b9183602435928392338252875273ffffffffffffffffffffffffffffffffffffffff8282209516948582528752205582519081527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925843392a35160018152f35b925050346102bf57826003193601126102bf57828054610a2b81610ab2565b808552916001918083169081156107415750600114610a56575050506106d7826106e1940383610b05565b80809650527f290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e5635b828610610a9a575050506106d78260206106e195820101946106c5565b80546020878701810191909152909501948101610a7d565b90600182811c92168015610afb575b6020831014610acc57565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b91607f1691610ac1565b90601f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0910116810190811067ffffffffffffffff821117610b4657604052565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60208082528251818301819052939260005b858110610bc7575050507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8460006040809697860101520116010190565b818101830151848201604001528201610b87565b6004359073ffffffffffffffffffffffffffffffffffffffff82168203610bfe57565b600080fd5b6024359073ffffffffffffffffffffffffffffffffffffffff82168203610bfe57565b91908203918211610c3357565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000467f000000000000000000000000000000000000000000000000000000000000000003610cb057507f000000000000000000000000000000000000000000000000000000000000000090565b60405181548291610cc082610ab2565b8082528160209485820194600190878282169182600014610e03575050600114610daa575b50610cf292500382610b05565b51902091604051918201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f845260408301527fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc660608301524660808301523060a083015260a0825260c082019082821067ffffffffffffffff831117610d7d575060405251902090565b807f4e487b7100000000000000000000000000000000000000000000000000000000602492526041600452fd5b87805286915087907f290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e5635b858310610deb575050610cf2935082010138610ce5565b80548388018501528694508893909201918101610dd4565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00168852610cf295151560051b8501019250389150610ce5905056fea2646970667358221220d1ed3ad2b97f7984ff9d9588f7a36d8e1764e438fa72dd298369ca6c9b2f266164736f6c63430008130033",
|
|
"deployedBytecode": "0x608060408181526004908136101561001657600080fd5b600092833560e01c90816306fdde0314610a0c57508063095ea7b31461098f57806318160ddd1461097057806323b872dd14610871578063313ce567146108335780633644e5151461080f57806370a08231146107cb5780637ecebe001461078757806395d89b411461068a578063a9059cbb146105fb578063d505accf14610319578063dd62ed3e146102c35763ea66696c146100b357600080fd5b346102bf57806003193601126102bf5781359167ffffffffffffffff918284116102bb57366023850112156102bb578382013592831161028f5760059280841b9482519060209261010684890184610b05565b8252828201602480988301019136831161028b578801905b82821061025b57505050853590805195885b87811061013b578980f35b82518110156102305773ffffffffffffffffffffffffffffffffffffffff8582841b850101511660028054908682018092116102055755808b5260038652868b208581540190558a7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef878951888152a37fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146101da57600101610130565b888a6011897f4e487b7100000000000000000000000000000000000000000000000000000000835252fd5b8b8d60118c7f4e487b7100000000000000000000000000000000000000000000000000000000835252fd5b888a6032897f4e487b7100000000000000000000000000000000000000000000000000000000835252fd5b813573ffffffffffffffffffffffffffffffffffffffff8116810361028757815290840190840161011e565b8a80fd5b8980fd5b6024856041847f4e487b7100000000000000000000000000000000000000000000000000000000835252fd5b8480fd5b8280fd5b5090346102bf57816003193601126102bf5760209282916102e2610bdb565b6102ea610c03565b9173ffffffffffffffffffffffffffffffffffffffff8092168452865283832091168252845220549051908152f35b508290346105f75760e06003193601126105f757610335610bdb565b9061033e610c03565b91604435606435926084359260ff84168094036105f35742851061059657610364610c62565b9573ffffffffffffffffffffffffffffffffffffffff8092169586895260209560058752848a209889549960018b01905585519285898501957f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c987528b89870152169a8b606086015288608086015260a085015260c084015260c0835260e0830167ffffffffffffffff948482108683111761056957818852845190206101008501927f19010000000000000000000000000000000000000000000000000000000000008452610102860152610122850152604281526101608401948186109086111761053d57848752519020835261018082015260a4356101a082015260c4356101c0909101528780528490889060809060015afa1561053357865116968715158061052a575b156104cf5786977f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259596975283528087208688528352818188205551908152a380f35b8360649251917f08c379a0000000000000000000000000000000000000000000000000000000008352820152600e60248201527f494e56414c49445f5349474e45520000000000000000000000000000000000006044820152fd5b5084881461048c565b81513d88823e3d90fd5b60248c60418f7f4e487b7100000000000000000000000000000000000000000000000000000000835252fd5b5060248c60418f7f4e487b7100000000000000000000000000000000000000000000000000000000835252fd5b60648860208451917f08c379a0000000000000000000000000000000000000000000000000000000008352820152601760248201527f5045524d49545f444541444c494e455f455850495245440000000000000000006044820152fd5b8680fd5b5080fd5b8382346105f757806003193601126105f757602091610618610bdb565b8273ffffffffffffffffffffffffffffffffffffffff6024359233855260038752828520610647858254610c26565b90551692838152600386522081815401905582519081527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef843392a35160018152f35b8382346105f757816003193601126105f7578051908260018054916106ae83610ab2565b8086529282811690811561074157506001146106e5575b5050506106d7826106e1940383610b05565b5191829182610b75565b0390f35b94508085527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf65b828610610729575050506106d78260206106e195820101946106c5565b8054602087870181019190915290950194810161070c565b6106e19750869350602092506106d79491507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001682840152151560051b820101946106c5565b8382346105f75760206003193601126105f7578060209273ffffffffffffffffffffffffffffffffffffffff6107bb610bdb565b1681526005845220549051908152f35b8382346105f75760206003193601126105f7578060209273ffffffffffffffffffffffffffffffffffffffff6107ff610bdb565b1681526003845220549051908152f35b8382346105f757816003193601126105f75760209061082c610c62565b9051908152f35b8382346105f757816003193601126105f7576020905160ff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b50823461096d57606060031936011261096d5761088c610bdb565b7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6108b5610c03565b946044358573ffffffffffffffffffffffffffffffffffffffff80951694858752602098848a958652838920338a52865283892054857fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff820361094a575b5050508688526003855282882061092b858254610c26565b9055169586815260038452208181540190558551908152a35160018152f35b61095391610c26565b90888a528652838920338a528652838920558a8085610913565b80fd5b8382346105f757816003193601126105f7576020906002549051908152f35b5090346102bf57816003193601126102bf576020926109ac610bdb565b9183602435928392338252875273ffffffffffffffffffffffffffffffffffffffff8282209516948582528752205582519081527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925843392a35160018152f35b925050346102bf57826003193601126102bf57828054610a2b81610ab2565b808552916001918083169081156107415750600114610a56575050506106d7826106e1940383610b05565b80809650527f290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e5635b828610610a9a575050506106d78260206106e195820101946106c5565b80546020878701810191909152909501948101610a7d565b90600182811c92168015610afb575b6020831014610acc57565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b91607f1691610ac1565b90601f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0910116810190811067ffffffffffffffff821117610b4657604052565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60208082528251818301819052939260005b858110610bc7575050507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8460006040809697860101520116010190565b818101830151848201604001528201610b87565b6004359073ffffffffffffffffffffffffffffffffffffffff82168203610bfe57565b600080fd5b6024359073ffffffffffffffffffffffffffffffffffffffff82168203610bfe57565b91908203918211610c3357565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000467f000000000000000000000000000000000000000000000000000000000000000003610cb057507f000000000000000000000000000000000000000000000000000000000000000090565b60405181548291610cc082610ab2565b8082528160209485820194600190878282169182600014610e03575050600114610daa575b50610cf292500382610b05565b51902091604051918201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f845260408301527fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc660608301524660808301523060a083015260a0825260c082019082821067ffffffffffffffff831117610d7d575060405251902090565b807f4e487b7100000000000000000000000000000000000000000000000000000000602492526041600452fd5b87805286915087907f290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e5635b858310610deb575050610cf2935082010138610ce5565b80548388018501528694508893909201918101610dd4565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00168852610cf295151560051b8501019250389150610ce5905056fea2646970667358221220d1ed3ad2b97f7984ff9d9588f7a36d8e1764e438fa72dd298369ca6c9b2f266164736f6c63430008130033",
|
|
"linkReferences": {},
|
|
"deployedLinkReferences": {}
|
|
}
|