@layerzerolabs/lz-evm-sdk-v2 2.0.17 → 2.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/artifacts/contracts/Executor.sol/Executor.json +2 -2
  2. package/artifacts/contracts/ExecutorFeeLib.sol/ExecutorFeeLib.json +18 -2
  3. package/artifacts/contracts/interfaces/IExecutorFeeLib.sol/IExecutorFeeLib.json +16 -0
  4. package/artifacts/contracts/uln/dvn/DVN.sol/DVN.json +2 -2
  5. package/artifacts/contracts/uln/dvn/DVNFeeLib.sol/DVNFeeLib.json +13 -2
  6. package/artifacts/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapter.sol/CCIPDVNAdapter.json +2 -2
  7. package/artifacts/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapterFeeLib.sol/CCIPDVNAdapterFeeLib.json +14 -3
  8. package/artifacts/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapter.sol/AxelarDVNAdapter.json +2 -2
  9. package/artifacts/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapterFeeLib.sol/AxelarDVNAdapterFeeLib.json +13 -2
  10. package/artifacts/contracts/uln/interfaces/IDVNFeeLib.sol/IDVNFeeLib.json +11 -0
  11. package/artifacts/contracts/uln/interfaces/adapters/IAxelarDVNAdapterFeeLib.sol/IAxelarDVNAdapterFeeLib.json +11 -0
  12. package/artifacts/contracts/uln/interfaces/adapters/ICCIPDVNAdapterFeeLib.sol/ICCIPDVNAdapterFeeLib.json +12 -1
  13. package/deployments/avalanche-testnet/AxelarDVNAdapterFeeLib.json +10 -10
  14. package/deployments/avalanche-testnet/AxelarDVNAdapterFeeLib_Implementation.json +40 -40
  15. package/deployments/ethereum-sandbox-local/DVN.json +76 -76
  16. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +23 -23
  17. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +258 -0
  18. package/deployments/ethereum-sandbox-local/EndpointV2.json +141 -150
  19. package/deployments/ethereum-sandbox-local/EndpointV2View.json +435 -0
  20. package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +313 -0
  21. package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +230 -0
  22. package/deployments/ethereum-sandbox-local/Executor.json +86 -86
  23. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +38 -33
  24. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +17 -17
  25. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +61 -61
  26. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +66 -66
  27. package/deployments/ethereum-sandbox-local/LzExecutor.json +757 -0
  28. package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +703 -0
  29. package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +244 -0
  30. package/deployments/ethereum-sandbox-local/NonceContractMock.json +6 -6
  31. package/deployments/ethereum-sandbox-local/PriceFeed.json +18 -18
  32. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +5 -5
  33. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +44 -44
  34. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
  35. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +126 -98
  36. package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +354 -0
  37. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +231 -0
  38. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +230 -0
  39. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +114 -62
  40. package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +478 -0
  41. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +384 -0
  42. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +230 -0
  43. package/deployments/ethereum-sandbox-local/SendUln301.json +112 -112
  44. package/deployments/ethereum-sandbox-local/SendUln302.json +109 -109
  45. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +23 -23
  46. package/deployments/ethereum-sandbox-local/Treasury.json +21 -21
  47. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +12 -12
  48. package/deployments/polygon-sandbox-local/DVN.json +76 -76
  49. package/deployments/polygon-sandbox-local/DVNFeeLib.json +23 -23
  50. package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +258 -0
  51. package/deployments/polygon-sandbox-local/EndpointV2.json +141 -150
  52. package/deployments/polygon-sandbox-local/EndpointV2View.json +435 -0
  53. package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +313 -0
  54. package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +230 -0
  55. package/deployments/polygon-sandbox-local/Executor.json +86 -86
  56. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +38 -33
  57. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +17 -17
  58. package/deployments/polygon-sandbox-local/Executor_Implementation.json +61 -61
  59. package/deployments/polygon-sandbox-local/Executor_Proxy.json +66 -66
  60. package/deployments/polygon-sandbox-local/LzExecutor.json +757 -0
  61. package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +703 -0
  62. package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +244 -0
  63. package/deployments/polygon-sandbox-local/NonceContractMock.json +6 -6
  64. package/deployments/polygon-sandbox-local/PriceFeed.json +18 -18
  65. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +5 -5
  66. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +44 -44
  67. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +5 -5
  68. package/deployments/polygon-sandbox-local/ReceiveUln301.json +126 -98
  69. package/deployments/polygon-sandbox-local/ReceiveUln301View.json +354 -0
  70. package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +231 -0
  71. package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +230 -0
  72. package/deployments/polygon-sandbox-local/ReceiveUln302.json +114 -62
  73. package/deployments/polygon-sandbox-local/ReceiveUln302View.json +478 -0
  74. package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +384 -0
  75. package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +230 -0
  76. package/deployments/polygon-sandbox-local/SendUln301.json +112 -112
  77. package/deployments/polygon-sandbox-local/SendUln302.json +109 -109
  78. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +23 -23
  79. package/deployments/polygon-sandbox-local/Treasury.json +21 -21
  80. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +12 -12
  81. package/dist/{index-htDjTX1I.d.mts → index-839VW31F.d.mts} +82 -10
  82. package/dist/{index-htDjTX1I.d.ts → index-839VW31F.d.ts} +82 -10
  83. package/dist/index.browser.cjs +108 -10
  84. package/dist/index.browser.cjs.map +1 -1
  85. package/dist/index.browser.d.mts +1 -1
  86. package/dist/index.browser.d.ts +1 -1
  87. package/dist/index.browser.mjs +108 -10
  88. package/dist/index.browser.mjs.map +1 -1
  89. package/dist/index.cjs +108 -10
  90. package/dist/index.cjs.map +1 -1
  91. package/dist/index.d.mts +1 -1
  92. package/dist/index.d.ts +1 -1
  93. package/dist/index.mjs +108 -10
  94. package/dist/index.mjs.map +1 -1
  95. package/package.json +8 -8
@@ -20,12 +20,18 @@
20
20
  "type": "uint256"
21
21
  }
22
22
  ],
23
- "name": "InvalidDVNOptions",
23
+ "name": "DVN_InvalidDVNOptions",
24
24
  "type": "error"
25
25
  },
26
26
  {
27
- "inputs": [],
28
- "name": "ToAddressIsZero",
27
+ "inputs": [
28
+ {
29
+ "internalType": "uint8",
30
+ "name": "optionType",
31
+ "type": "uint8"
32
+ }
33
+ ],
34
+ "name": "DVN_UnsupportedOptionType",
29
35
  "type": "error"
30
36
  },
31
37
  {
@@ -41,18 +47,12 @@
41
47
  "type": "uint256"
42
48
  }
43
49
  ],
44
- "name": "TransferNativeFailed",
50
+ "name": "Transfer_NativeFailed",
45
51
  "type": "error"
46
52
  },
47
53
  {
48
- "inputs": [
49
- {
50
- "internalType": "uint8",
51
- "name": "optionType",
52
- "type": "uint8"
53
- }
54
- ],
55
- "name": "UnsupportedOptionType",
54
+ "inputs": [],
55
+ "name": "Transfer_ToAddressIsZero",
56
56
  "type": "error"
57
57
  },
58
58
  {
@@ -291,7 +291,7 @@
291
291
  "type": "receive"
292
292
  }
293
293
  ],
294
- "transactionHash": "0x18493a6761c5a8806c6eda11680f28bfe52f0f1d9a876b764c3d371a435f34c7",
294
+ "transactionHash": "0x2e289bc1dda993ccff15da6e746374b561ee358443ede3b1694cec3f00cd2026",
295
295
  "receipt": {
296
296
  "to": null,
297
297
  "from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
@@ -299,13 +299,13 @@
299
299
  "transactionIndex": 0,
300
300
  "gasUsed": "1032137",
301
301
  "logsBloom": "0x00000000000000000000000000000000000000000000000000800002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000020000000000080000000000000000080000000000000000000000000000000000000",
302
- "blockHash": "0xa5c1e9e6478e938ba1206dc6aaef99506f5a22a3a07d2badf3fc7305a25af09a",
303
- "transactionHash": "0x18493a6761c5a8806c6eda11680f28bfe52f0f1d9a876b764c3d371a435f34c7",
302
+ "blockHash": "0x5c5d6b0dcab300ff82d7002e8c4dca779375d048d142d3dce613af1f264cab72",
303
+ "transactionHash": "0x2e289bc1dda993ccff15da6e746374b561ee358443ede3b1694cec3f00cd2026",
304
304
  "logs": [
305
305
  {
306
306
  "transactionIndex": 0,
307
- "blockNumber": 46,
308
- "transactionHash": "0x18493a6761c5a8806c6eda11680f28bfe52f0f1d9a876b764c3d371a435f34c7",
307
+ "blockNumber": 54,
308
+ "transactionHash": "0x2e289bc1dda993ccff15da6e746374b561ee358443ede3b1694cec3f00cd2026",
309
309
  "address": "0xfbfbfDdd6e35dA57b7B0F9a2C10E34Be70B3A4E9",
310
310
  "topics": [
311
311
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
@@ -314,10 +314,10 @@
314
314
  ],
315
315
  "data": "0x",
316
316
  "logIndex": 0,
317
- "blockHash": "0xa5c1e9e6478e938ba1206dc6aaef99506f5a22a3a07d2badf3fc7305a25af09a"
317
+ "blockHash": "0x5c5d6b0dcab300ff82d7002e8c4dca779375d048d142d3dce613af1f264cab72"
318
318
  }
319
319
  ],
320
- "blockNumber": 46,
320
+ "blockNumber": 54,
321
321
  "cumulativeGasUsed": "1032137",
322
322
  "status": 1,
323
323
  "byzantium": true
@@ -326,9 +326,9 @@
326
326
  "1000000000000000000"
327
327
  ],
328
328
  "numDeployments": 1,
329
- "solcInputHash": "9a77f541806fd95ff35b8613e526dae5",
330
- "bytecode": "0x60a060405234801561001057600080fd5b5060405161121d38038061121d83398101604081905261002f91610090565b61003833610040565b6080526100a9565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100a257600080fd5b5051919050565b6080516111596100c4600039600061073101526111596000f3fe6080604052600436106100695760003560e01c80638da5cb5b116100435780638da5cb5b146100df578063df2b057e14610114578063f2fde38b1461012757600080fd5b806301e3366714610075578063715018a6146100975780637bfa20a9146100ac57600080fd5b3661007057005b600080fd5b34801561008157600080fd5b50610095610090366004610cf1565b610147565b005b3480156100a357600080fd5b5061009561015f565b3480156100b857600080fd5b506100cc6100c7366004610d2d565b610173565b6040519081526020015b60405180910390f35b3480156100eb57600080fd5b5060005460405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100d6565b6100cc610122366004610d2d565b6102d5565b34801561013357600080fd5b50610095610142366004610ded565b6103b5565b61014f610471565b61015a8383836104f2565b505050565b610167610471565b6101716000610522565b565b600061017f8383610597565b5060006101a461019560a0880160808901610e08565b67ffffffffffffffff1661063b565b90506000806101b66020890189610ded565b73ffffffffffffffffffffffffffffffffffffffff166388a4124c6101e160408b0160208c01610e32565b856101ef60208c018c610e08565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff166044820152606401608060405180830381865afa158015610260573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102849190610e76565b9350505091506102c7828860200160208101906102a19190610ecb565b6102b160c08c0160a08d01610ecb565b6102c160608c0160408d01610eef565b856106a7565b93505050505b949350505050565b60006102e18383610597565b5060006102f761019560a0880160808901610e08565b90506000806103096020890189610ded565b73ffffffffffffffffffffffffffffffffffffffff1663c1723a1d61033460408b0160208c01610e32565b8561034260208c018c610e08565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff1660448201526064016080604051808303816000875af1158015610260573d6000803e3d6000fd5b6103bd610471565b73ffffffffffffffffffffffffffffffffffffffff8116610465576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b61046e81610522565b50565b60005473ffffffffffffffffffffffffffffffffffffffff163314610171576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161045c565b73ffffffffffffffffffffffffffffffffffffffff83166105175761015a82826107a1565b61015a8383836108a7565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60008082156105f3576000806105ae868685610915565b6040517f3d6c5c7000000000000000000000000000000000000000000000000000000000815260ff85166004820152909650929450859350506024909101905061045c565b80831461062f576040517f9af41d330000000000000000000000000000000000000000000000000000000081526004810182905260240161045c565b60009150505b92915050565b600080610649604184610f3b565b9050610656602082610f81565b1561067e57610666602082610f81565b6106709082610f95565b61067b906020610fa8565b90505b8061068b60e06044610fa8565b6106959190610fa8565b6106a0906040610fa8565b9392505050565b60008061ffff8616156106ba57856106bc565b845b905060006127106106d161ffff84168a610f3b565b6106db9190610fbb565b90506fffffffffffffffffffffffffffffffff8416158061070c57506fffffffffffffffffffffffffffffffff8516155b1561071a5791506107989050565b6000846fffffffffffffffffffffffffffffffff167f0000000000000000000000000000000000000000000000000000000000000000876fffffffffffffffffffffffffffffffff1661076d9190610f3b565b6107779190610fbb565b610781908a610fa8565b90508181116107905781610792565b805b93505050505b95945050505050565b73ffffffffffffffffffffffffffffffffffffffff82166107ee576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610848576040519150601f19603f3d011682016040523d82523d6000602084013e61084d565b606091505b505090508061015a576040517f2c024f9200000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841660048201526024810183905260440161045c565b73ffffffffffffffffffffffffffffffffffffffff82166108f4576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61015a73ffffffffffffffffffffffffffffffffffffffff8416838361096f565b6000368160018401816109298888846109fc565b60028301929091506109419089908990600301610a23565b94506002820161ffff8216830161095a81838b8d610fcf565b979b909a50969850505061ffff160193505050565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb0000000000000000000000000000000000000000000000000000000017905261015a908490610a48565b600060028201610a0e81848688610fcf565b610a1791610ff9565b60f01c95945050505050565b6000838383818110610a3757610a37611041565b919091013560f81c95945050505050565b6000610aaa826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff16610b579092919063ffffffff16565b9050805160001480610acb575080806020019051810190610acb9190611070565b61015a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f74207375636365656400000000000000000000000000000000000000000000606482015260840161045c565b60606102cd8484600085856000808673ffffffffffffffffffffffffffffffffffffffff168587604051610b8b91906110b6565b60006040518083038185875af1925050503d8060008114610bc8576040519150601f19603f3d011682016040523d82523d6000602084013e610bcd565b606091505b5091509150610bde87838387610be9565b979650505050505050565b60608315610c7f578251600003610c785773ffffffffffffffffffffffffffffffffffffffff85163b610c78576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161045c565b50816102cd565b6102cd8383815115610c945781518083602001fd5b806040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161045c91906110d2565b803573ffffffffffffffffffffffffffffffffffffffff81168114610cec57600080fd5b919050565b600080600060608486031215610d0657600080fd5b610d0f84610cc8565b9250610d1d60208501610cc8565b9150604084013590509250925092565b600080600080848603610140811215610d4557600080fd5b60c0811215610d5357600080fd5b85945060607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff4082011215610d8657600080fd5b5060c08501925061012085013567ffffffffffffffff80821115610da957600080fd5b818701915087601f830112610dbd57600080fd5b813581811115610dcc57600080fd5b886020828501011115610dde57600080fd5b95989497505060200194505050565b600060208284031215610dff57600080fd5b6106a082610cc8565b600060208284031215610e1a57600080fd5b813567ffffffffffffffff811681146106a057600080fd5b600060208284031215610e4457600080fd5b813563ffffffff811681146106a057600080fd5b6fffffffffffffffffffffffffffffffff8116811461046e57600080fd5b60008060008060808587031215610e8c57600080fd5b845193506020850151610e9e81610e58565b6040860151909350610eaf81610e58565b6060860151909250610ec081610e58565b939692955090935050565b600060208284031215610edd57600080fd5b813561ffff811681146106a057600080fd5b600060208284031215610f0157600080fd5b81356106a081610e58565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b808202811582820484141761063557610635610f0c565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600082610f9057610f90610f52565b500690565b8181038181111561063557610635610f0c565b8082018082111561063557610635610f0c565b600082610fca57610fca610f52565b500490565b60008085851115610fdf57600080fd5b83861115610fec57600080fd5b5050820193919092039150565b7fffff00000000000000000000000000000000000000000000000000000000000081358181169160028510156110395780818660020360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60006020828403121561108257600080fd5b815180151581146106a057600080fd5b60005b838110156110ad578181015183820152602001611095565b50506000910152565b600082516110c8818460208701611092565b9190910192915050565b60208152600082518060208401526110f1816040850160208701611092565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fea26469706673582212204e09cad5aed4d0da2e8e717a68c0a96381dd6abcd9ab2824075a013e1c7c1f7b64736f6c63430008160033",
331
- "deployedBytecode": "0x6080604052600436106100695760003560e01c80638da5cb5b116100435780638da5cb5b146100df578063df2b057e14610114578063f2fde38b1461012757600080fd5b806301e3366714610075578063715018a6146100975780637bfa20a9146100ac57600080fd5b3661007057005b600080fd5b34801561008157600080fd5b50610095610090366004610cf1565b610147565b005b3480156100a357600080fd5b5061009561015f565b3480156100b857600080fd5b506100cc6100c7366004610d2d565b610173565b6040519081526020015b60405180910390f35b3480156100eb57600080fd5b5060005460405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100d6565b6100cc610122366004610d2d565b6102d5565b34801561013357600080fd5b50610095610142366004610ded565b6103b5565b61014f610471565b61015a8383836104f2565b505050565b610167610471565b6101716000610522565b565b600061017f8383610597565b5060006101a461019560a0880160808901610e08565b67ffffffffffffffff1661063b565b90506000806101b66020890189610ded565b73ffffffffffffffffffffffffffffffffffffffff166388a4124c6101e160408b0160208c01610e32565b856101ef60208c018c610e08565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff166044820152606401608060405180830381865afa158015610260573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102849190610e76565b9350505091506102c7828860200160208101906102a19190610ecb565b6102b160c08c0160a08d01610ecb565b6102c160608c0160408d01610eef565b856106a7565b93505050505b949350505050565b60006102e18383610597565b5060006102f761019560a0880160808901610e08565b90506000806103096020890189610ded565b73ffffffffffffffffffffffffffffffffffffffff1663c1723a1d61033460408b0160208c01610e32565b8561034260208c018c610e08565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff1660448201526064016080604051808303816000875af1158015610260573d6000803e3d6000fd5b6103bd610471565b73ffffffffffffffffffffffffffffffffffffffff8116610465576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b61046e81610522565b50565b60005473ffffffffffffffffffffffffffffffffffffffff163314610171576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161045c565b73ffffffffffffffffffffffffffffffffffffffff83166105175761015a82826107a1565b61015a8383836108a7565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60008082156105f3576000806105ae868685610915565b6040517f3d6c5c7000000000000000000000000000000000000000000000000000000000815260ff85166004820152909650929450859350506024909101905061045c565b80831461062f576040517f9af41d330000000000000000000000000000000000000000000000000000000081526004810182905260240161045c565b60009150505b92915050565b600080610649604184610f3b565b9050610656602082610f81565b1561067e57610666602082610f81565b6106709082610f95565b61067b906020610fa8565b90505b8061068b60e06044610fa8565b6106959190610fa8565b6106a0906040610fa8565b9392505050565b60008061ffff8616156106ba57856106bc565b845b905060006127106106d161ffff84168a610f3b565b6106db9190610fbb565b90506fffffffffffffffffffffffffffffffff8416158061070c57506fffffffffffffffffffffffffffffffff8516155b1561071a5791506107989050565b6000846fffffffffffffffffffffffffffffffff167f0000000000000000000000000000000000000000000000000000000000000000876fffffffffffffffffffffffffffffffff1661076d9190610f3b565b6107779190610fbb565b610781908a610fa8565b90508181116107905781610792565b805b93505050505b95945050505050565b73ffffffffffffffffffffffffffffffffffffffff82166107ee576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610848576040519150601f19603f3d011682016040523d82523d6000602084013e61084d565b606091505b505090508061015a576040517f2c024f9200000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841660048201526024810183905260440161045c565b73ffffffffffffffffffffffffffffffffffffffff82166108f4576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61015a73ffffffffffffffffffffffffffffffffffffffff8416838361096f565b6000368160018401816109298888846109fc565b60028301929091506109419089908990600301610a23565b94506002820161ffff8216830161095a81838b8d610fcf565b979b909a50969850505061ffff160193505050565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb0000000000000000000000000000000000000000000000000000000017905261015a908490610a48565b600060028201610a0e81848688610fcf565b610a1791610ff9565b60f01c95945050505050565b6000838383818110610a3757610a37611041565b919091013560f81c95945050505050565b6000610aaa826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff16610b579092919063ffffffff16565b9050805160001480610acb575080806020019051810190610acb9190611070565b61015a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f74207375636365656400000000000000000000000000000000000000000000606482015260840161045c565b60606102cd8484600085856000808673ffffffffffffffffffffffffffffffffffffffff168587604051610b8b91906110b6565b60006040518083038185875af1925050503d8060008114610bc8576040519150601f19603f3d011682016040523d82523d6000602084013e610bcd565b606091505b5091509150610bde87838387610be9565b979650505050505050565b60608315610c7f578251600003610c785773ffffffffffffffffffffffffffffffffffffffff85163b610c78576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161045c565b50816102cd565b6102cd8383815115610c945781518083602001fd5b806040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161045c91906110d2565b803573ffffffffffffffffffffffffffffffffffffffff81168114610cec57600080fd5b919050565b600080600060608486031215610d0657600080fd5b610d0f84610cc8565b9250610d1d60208501610cc8565b9150604084013590509250925092565b600080600080848603610140811215610d4557600080fd5b60c0811215610d5357600080fd5b85945060607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff4082011215610d8657600080fd5b5060c08501925061012085013567ffffffffffffffff80821115610da957600080fd5b818701915087601f830112610dbd57600080fd5b813581811115610dcc57600080fd5b886020828501011115610dde57600080fd5b95989497505060200194505050565b600060208284031215610dff57600080fd5b6106a082610cc8565b600060208284031215610e1a57600080fd5b813567ffffffffffffffff811681146106a057600080fd5b600060208284031215610e4457600080fd5b813563ffffffff811681146106a057600080fd5b6fffffffffffffffffffffffffffffffff8116811461046e57600080fd5b60008060008060808587031215610e8c57600080fd5b845193506020850151610e9e81610e58565b6040860151909350610eaf81610e58565b6060860151909250610ec081610e58565b939692955090935050565b600060208284031215610edd57600080fd5b813561ffff811681146106a057600080fd5b600060208284031215610f0157600080fd5b81356106a081610e58565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b808202811582820484141761063557610635610f0c565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600082610f9057610f90610f52565b500690565b8181038181111561063557610635610f0c565b8082018082111561063557610635610f0c565b600082610fca57610fca610f52565b500490565b60008085851115610fdf57600080fd5b83861115610fec57600080fd5b5050820193919092039150565b7fffff00000000000000000000000000000000000000000000000000000000000081358181169160028510156110395780818660020360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60006020828403121561108257600080fd5b815180151581146106a057600080fd5b60005b838110156110ad578181015183820152602001611095565b50506000910152565b600082516110c8818460208701611092565b9190910192915050565b60208152600082518060208401526110f1816040850160208701611092565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fea26469706673582212204e09cad5aed4d0da2e8e717a68c0a96381dd6abcd9ab2824075a013e1c7c1f7b64736f6c63430008160033",
329
+ "solcInputHash": "206c0dde26401fe2fb94e875b1b843ad",
330
+ "bytecode": "0x60a060405234801561001057600080fd5b5060405161121d38038061121d83398101604081905261002f91610090565b61003833610040565b6080526100a9565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100a257600080fd5b5051919050565b6080516111596100c4600039600061073101526111596000f3fe6080604052600436106100695760003560e01c80638da5cb5b116100435780638da5cb5b146100df578063df2b057e14610114578063f2fde38b1461012757600080fd5b806301e3366714610075578063715018a6146100975780637bfa20a9146100ac57600080fd5b3661007057005b600080fd5b34801561008157600080fd5b50610095610090366004610cf1565b610147565b005b3480156100a357600080fd5b5061009561015f565b3480156100b857600080fd5b506100cc6100c7366004610d2d565b610173565b6040519081526020015b60405180910390f35b3480156100eb57600080fd5b5060005460405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100d6565b6100cc610122366004610d2d565b6102d5565b34801561013357600080fd5b50610095610142366004610ded565b6103b5565b61014f610471565b61015a8383836104f2565b505050565b610167610471565b6101716000610522565b565b600061017f8383610597565b5060006101a461019560a0880160808901610e08565b67ffffffffffffffff1661063b565b90506000806101b66020890189610ded565b73ffffffffffffffffffffffffffffffffffffffff166388a4124c6101e160408b0160208c01610e32565b856101ef60208c018c610e08565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff166044820152606401608060405180830381865afa158015610260573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102849190610e76565b9350505091506102c7828860200160208101906102a19190610ecb565b6102b160c08c0160a08d01610ecb565b6102c160608c0160408d01610eef565b856106a7565b93505050505b949350505050565b60006102e18383610597565b5060006102f761019560a0880160808901610e08565b90506000806103096020890189610ded565b73ffffffffffffffffffffffffffffffffffffffff1663c1723a1d61033460408b0160208c01610e32565b8561034260208c018c610e08565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff1660448201526064016080604051808303816000875af1158015610260573d6000803e3d6000fd5b6103bd610471565b73ffffffffffffffffffffffffffffffffffffffff8116610465576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b61046e81610522565b50565b60005473ffffffffffffffffffffffffffffffffffffffff163314610171576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161045c565b73ffffffffffffffffffffffffffffffffffffffff83166105175761015a82826107a1565b61015a8383836108a7565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60008082156105f3576000806105ae868685610915565b6040517f7085244b00000000000000000000000000000000000000000000000000000000815260ff85166004820152909650929450859350506024909101905061045c565b80831461062f576040517f04eb6e0c0000000000000000000000000000000000000000000000000000000081526004810182905260240161045c565b60009150505b92915050565b600080610649604184610f3b565b9050610656602082610f81565b1561067e57610666602082610f81565b6106709082610f95565b61067b906020610fa8565b90505b8061068b60e06044610fa8565b6106959190610fa8565b6106a0906040610fa8565b9392505050565b60008061ffff8616156106ba57856106bc565b845b905060006127106106d161ffff84168a610f3b565b6106db9190610fbb565b90506fffffffffffffffffffffffffffffffff8416158061070c57506fffffffffffffffffffffffffffffffff8516155b1561071a5791506107989050565b6000846fffffffffffffffffffffffffffffffff167f0000000000000000000000000000000000000000000000000000000000000000876fffffffffffffffffffffffffffffffff1661076d9190610f3b565b6107779190610fbb565b610781908a610fa8565b90508181116107905781610792565b805b93505050505b95945050505050565b73ffffffffffffffffffffffffffffffffffffffff82166107ee576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610848576040519150601f19603f3d011682016040523d82523d6000602084013e61084d565b606091505b505090508061015a576040517f465bc83400000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841660048201526024810183905260440161045c565b73ffffffffffffffffffffffffffffffffffffffff82166108f4576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61015a73ffffffffffffffffffffffffffffffffffffffff8416838361096f565b6000368160018401816109298888846109fc565b60028301929091506109419089908990600301610a23565b94506002820161ffff8216830161095a81838b8d610fcf565b979b909a50969850505061ffff160193505050565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb0000000000000000000000000000000000000000000000000000000017905261015a908490610a48565b600060028201610a0e81848688610fcf565b610a1791610ff9565b60f01c95945050505050565b6000838383818110610a3757610a37611041565b919091013560f81c95945050505050565b6000610aaa826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff16610b579092919063ffffffff16565b9050805160001480610acb575080806020019051810190610acb9190611070565b61015a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f74207375636365656400000000000000000000000000000000000000000000606482015260840161045c565b60606102cd8484600085856000808673ffffffffffffffffffffffffffffffffffffffff168587604051610b8b91906110b6565b60006040518083038185875af1925050503d8060008114610bc8576040519150601f19603f3d011682016040523d82523d6000602084013e610bcd565b606091505b5091509150610bde87838387610be9565b979650505050505050565b60608315610c7f578251600003610c785773ffffffffffffffffffffffffffffffffffffffff85163b610c78576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161045c565b50816102cd565b6102cd8383815115610c945781518083602001fd5b806040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161045c91906110d2565b803573ffffffffffffffffffffffffffffffffffffffff81168114610cec57600080fd5b919050565b600080600060608486031215610d0657600080fd5b610d0f84610cc8565b9250610d1d60208501610cc8565b9150604084013590509250925092565b600080600080848603610140811215610d4557600080fd5b60c0811215610d5357600080fd5b85945060607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff4082011215610d8657600080fd5b5060c08501925061012085013567ffffffffffffffff80821115610da957600080fd5b818701915087601f830112610dbd57600080fd5b813581811115610dcc57600080fd5b886020828501011115610dde57600080fd5b95989497505060200194505050565b600060208284031215610dff57600080fd5b6106a082610cc8565b600060208284031215610e1a57600080fd5b813567ffffffffffffffff811681146106a057600080fd5b600060208284031215610e4457600080fd5b813563ffffffff811681146106a057600080fd5b6fffffffffffffffffffffffffffffffff8116811461046e57600080fd5b60008060008060808587031215610e8c57600080fd5b845193506020850151610e9e81610e58565b6040860151909350610eaf81610e58565b6060860151909250610ec081610e58565b939692955090935050565b600060208284031215610edd57600080fd5b813561ffff811681146106a057600080fd5b600060208284031215610f0157600080fd5b81356106a081610e58565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b808202811582820484141761063557610635610f0c565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600082610f9057610f90610f52565b500690565b8181038181111561063557610635610f0c565b8082018082111561063557610635610f0c565b600082610fca57610fca610f52565b500490565b60008085851115610fdf57600080fd5b83861115610fec57600080fd5b5050820193919092039150565b7fffff00000000000000000000000000000000000000000000000000000000000081358181169160028510156110395780818660020360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60006020828403121561108257600080fd5b815180151581146106a057600080fd5b60005b838110156110ad578181015183820152602001611095565b50506000910152565b600082516110c8818460208701611092565b9190910192915050565b60208152600082518060208401526110f1816040850160208701611092565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fea2646970667358221220ebeae36480a45180be328fe22188381c9619f78101a69faca5f1a268fef9e98264736f6c63430008160033",
331
+ "deployedBytecode": "0x6080604052600436106100695760003560e01c80638da5cb5b116100435780638da5cb5b146100df578063df2b057e14610114578063f2fde38b1461012757600080fd5b806301e3366714610075578063715018a6146100975780637bfa20a9146100ac57600080fd5b3661007057005b600080fd5b34801561008157600080fd5b50610095610090366004610cf1565b610147565b005b3480156100a357600080fd5b5061009561015f565b3480156100b857600080fd5b506100cc6100c7366004610d2d565b610173565b6040519081526020015b60405180910390f35b3480156100eb57600080fd5b5060005460405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100d6565b6100cc610122366004610d2d565b6102d5565b34801561013357600080fd5b50610095610142366004610ded565b6103b5565b61014f610471565b61015a8383836104f2565b505050565b610167610471565b6101716000610522565b565b600061017f8383610597565b5060006101a461019560a0880160808901610e08565b67ffffffffffffffff1661063b565b90506000806101b66020890189610ded565b73ffffffffffffffffffffffffffffffffffffffff166388a4124c6101e160408b0160208c01610e32565b856101ef60208c018c610e08565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff166044820152606401608060405180830381865afa158015610260573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102849190610e76565b9350505091506102c7828860200160208101906102a19190610ecb565b6102b160c08c0160a08d01610ecb565b6102c160608c0160408d01610eef565b856106a7565b93505050505b949350505050565b60006102e18383610597565b5060006102f761019560a0880160808901610e08565b90506000806103096020890189610ded565b73ffffffffffffffffffffffffffffffffffffffff1663c1723a1d61033460408b0160208c01610e32565b8561034260208c018c610e08565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff1660448201526064016080604051808303816000875af1158015610260573d6000803e3d6000fd5b6103bd610471565b73ffffffffffffffffffffffffffffffffffffffff8116610465576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b61046e81610522565b50565b60005473ffffffffffffffffffffffffffffffffffffffff163314610171576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161045c565b73ffffffffffffffffffffffffffffffffffffffff83166105175761015a82826107a1565b61015a8383836108a7565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60008082156105f3576000806105ae868685610915565b6040517f7085244b00000000000000000000000000000000000000000000000000000000815260ff85166004820152909650929450859350506024909101905061045c565b80831461062f576040517f04eb6e0c0000000000000000000000000000000000000000000000000000000081526004810182905260240161045c565b60009150505b92915050565b600080610649604184610f3b565b9050610656602082610f81565b1561067e57610666602082610f81565b6106709082610f95565b61067b906020610fa8565b90505b8061068b60e06044610fa8565b6106959190610fa8565b6106a0906040610fa8565b9392505050565b60008061ffff8616156106ba57856106bc565b845b905060006127106106d161ffff84168a610f3b565b6106db9190610fbb565b90506fffffffffffffffffffffffffffffffff8416158061070c57506fffffffffffffffffffffffffffffffff8516155b1561071a5791506107989050565b6000846fffffffffffffffffffffffffffffffff167f0000000000000000000000000000000000000000000000000000000000000000876fffffffffffffffffffffffffffffffff1661076d9190610f3b565b6107779190610fbb565b610781908a610fa8565b90508181116107905781610792565b805b93505050505b95945050505050565b73ffffffffffffffffffffffffffffffffffffffff82166107ee576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610848576040519150601f19603f3d011682016040523d82523d6000602084013e61084d565b606091505b505090508061015a576040517f465bc83400000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841660048201526024810183905260440161045c565b73ffffffffffffffffffffffffffffffffffffffff82166108f4576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61015a73ffffffffffffffffffffffffffffffffffffffff8416838361096f565b6000368160018401816109298888846109fc565b60028301929091506109419089908990600301610a23565b94506002820161ffff8216830161095a81838b8d610fcf565b979b909a50969850505061ffff160193505050565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb0000000000000000000000000000000000000000000000000000000017905261015a908490610a48565b600060028201610a0e81848688610fcf565b610a1791610ff9565b60f01c95945050505050565b6000838383818110610a3757610a37611041565b919091013560f81c95945050505050565b6000610aaa826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff16610b579092919063ffffffff16565b9050805160001480610acb575080806020019051810190610acb9190611070565b61015a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f74207375636365656400000000000000000000000000000000000000000000606482015260840161045c565b60606102cd8484600085856000808673ffffffffffffffffffffffffffffffffffffffff168587604051610b8b91906110b6565b60006040518083038185875af1925050503d8060008114610bc8576040519150601f19603f3d011682016040523d82523d6000602084013e610bcd565b606091505b5091509150610bde87838387610be9565b979650505050505050565b60608315610c7f578251600003610c785773ffffffffffffffffffffffffffffffffffffffff85163b610c78576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161045c565b50816102cd565b6102cd8383815115610c945781518083602001fd5b806040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161045c91906110d2565b803573ffffffffffffffffffffffffffffffffffffffff81168114610cec57600080fd5b919050565b600080600060608486031215610d0657600080fd5b610d0f84610cc8565b9250610d1d60208501610cc8565b9150604084013590509250925092565b600080600080848603610140811215610d4557600080fd5b60c0811215610d5357600080fd5b85945060607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff4082011215610d8657600080fd5b5060c08501925061012085013567ffffffffffffffff80821115610da957600080fd5b818701915087601f830112610dbd57600080fd5b813581811115610dcc57600080fd5b886020828501011115610dde57600080fd5b95989497505060200194505050565b600060208284031215610dff57600080fd5b6106a082610cc8565b600060208284031215610e1a57600080fd5b813567ffffffffffffffff811681146106a057600080fd5b600060208284031215610e4457600080fd5b813563ffffffff811681146106a057600080fd5b6fffffffffffffffffffffffffffffffff8116811461046e57600080fd5b60008060008060808587031215610e8c57600080fd5b845193506020850151610e9e81610e58565b6040860151909350610eaf81610e58565b6060860151909250610ec081610e58565b939692955090935050565b600060208284031215610edd57600080fd5b813561ffff811681146106a057600080fd5b600060208284031215610f0157600080fd5b81356106a081610e58565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b808202811582820484141761063557610635610f0c565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600082610f9057610f90610f52565b500690565b8181038181111561063557610635610f0c565b8082018082111561063557610635610f0c565b600082610fca57610fca610f52565b500490565b60008085851115610fdf57600080fd5b83861115610fec57600080fd5b5050820193919092039150565b7fffff00000000000000000000000000000000000000000000000000000000000081358181169160028510156110395780818660020360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60006020828403121561108257600080fd5b815180151581146106a057600080fd5b60005b838110156110ad578181015183820152602001611095565b50506000910152565b600082516110c8818460208701611092565b9190910192915050565b60208152600082518060208401526110f1816040850160208701611092565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fea2646970667358221220ebeae36480a45180be328fe22188381c9619f78101a69faca5f1a268fef9e98264736f6c63430008160033",
332
332
  "devdoc": {
333
333
  "kind": "dev",
334
334
  "methods": {
@@ -368,7 +368,7 @@
368
368
  "storageLayout": {
369
369
  "storage": [
370
370
  {
371
- "astId": 6813,
371
+ "astId": 7779,
372
372
  "contract": "contracts/uln/dvn/DVNFeeLib.sol:DVNFeeLib",
373
373
  "label": "_owner",
374
374
  "offset": 0,
@@ -0,0 +1,258 @@
1
+ {
2
+ "address": "0x94B75AA39bEC4cB15e7B9593C315aF203B7B847f",
3
+ "abi": [
4
+ {
5
+ "inputs": [
6
+ {
7
+ "internalType": "address",
8
+ "name": "initialOwner",
9
+ "type": "address"
10
+ }
11
+ ],
12
+ "stateMutability": "nonpayable",
13
+ "type": "constructor"
14
+ },
15
+ {
16
+ "anonymous": false,
17
+ "inputs": [
18
+ {
19
+ "indexed": true,
20
+ "internalType": "address",
21
+ "name": "previousOwner",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "indexed": true,
26
+ "internalType": "address",
27
+ "name": "newOwner",
28
+ "type": "address"
29
+ }
30
+ ],
31
+ "name": "OwnershipTransferred",
32
+ "type": "event"
33
+ },
34
+ {
35
+ "inputs": [
36
+ {
37
+ "internalType": "contract TransparentUpgradeableProxy",
38
+ "name": "proxy",
39
+ "type": "address"
40
+ },
41
+ {
42
+ "internalType": "address",
43
+ "name": "newAdmin",
44
+ "type": "address"
45
+ }
46
+ ],
47
+ "name": "changeProxyAdmin",
48
+ "outputs": [],
49
+ "stateMutability": "nonpayable",
50
+ "type": "function"
51
+ },
52
+ {
53
+ "inputs": [
54
+ {
55
+ "internalType": "contract TransparentUpgradeableProxy",
56
+ "name": "proxy",
57
+ "type": "address"
58
+ }
59
+ ],
60
+ "name": "getProxyAdmin",
61
+ "outputs": [
62
+ {
63
+ "internalType": "address",
64
+ "name": "",
65
+ "type": "address"
66
+ }
67
+ ],
68
+ "stateMutability": "view",
69
+ "type": "function"
70
+ },
71
+ {
72
+ "inputs": [
73
+ {
74
+ "internalType": "contract TransparentUpgradeableProxy",
75
+ "name": "proxy",
76
+ "type": "address"
77
+ }
78
+ ],
79
+ "name": "getProxyImplementation",
80
+ "outputs": [
81
+ {
82
+ "internalType": "address",
83
+ "name": "",
84
+ "type": "address"
85
+ }
86
+ ],
87
+ "stateMutability": "view",
88
+ "type": "function"
89
+ },
90
+ {
91
+ "inputs": [],
92
+ "name": "owner",
93
+ "outputs": [
94
+ {
95
+ "internalType": "address",
96
+ "name": "",
97
+ "type": "address"
98
+ }
99
+ ],
100
+ "stateMutability": "view",
101
+ "type": "function"
102
+ },
103
+ {
104
+ "inputs": [],
105
+ "name": "renounceOwnership",
106
+ "outputs": [],
107
+ "stateMutability": "nonpayable",
108
+ "type": "function"
109
+ },
110
+ {
111
+ "inputs": [
112
+ {
113
+ "internalType": "address",
114
+ "name": "newOwner",
115
+ "type": "address"
116
+ }
117
+ ],
118
+ "name": "transferOwnership",
119
+ "outputs": [],
120
+ "stateMutability": "nonpayable",
121
+ "type": "function"
122
+ },
123
+ {
124
+ "inputs": [
125
+ {
126
+ "internalType": "contract TransparentUpgradeableProxy",
127
+ "name": "proxy",
128
+ "type": "address"
129
+ },
130
+ {
131
+ "internalType": "address",
132
+ "name": "implementation",
133
+ "type": "address"
134
+ }
135
+ ],
136
+ "name": "upgrade",
137
+ "outputs": [],
138
+ "stateMutability": "nonpayable",
139
+ "type": "function"
140
+ },
141
+ {
142
+ "inputs": [
143
+ {
144
+ "internalType": "contract TransparentUpgradeableProxy",
145
+ "name": "proxy",
146
+ "type": "address"
147
+ },
148
+ {
149
+ "internalType": "address",
150
+ "name": "implementation",
151
+ "type": "address"
152
+ },
153
+ {
154
+ "internalType": "bytes",
155
+ "name": "data",
156
+ "type": "bytes"
157
+ }
158
+ ],
159
+ "name": "upgradeAndCall",
160
+ "outputs": [],
161
+ "stateMutability": "payable",
162
+ "type": "function"
163
+ }
164
+ ],
165
+ "transactionHash": "0x2df8db0990ea18ae6c488bd0964b9bbe2b20fc9638647cd31cd081086c39075e",
166
+ "receipt": {
167
+ "to": null,
168
+ "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
169
+ "contractAddress": "0x94B75AA39bEC4cB15e7B9593C315aF203B7B847f",
170
+ "transactionIndex": 0,
171
+ "gasUsed": "644163",
172
+ "logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000020000000020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000040000000000000000020000000000000000000000010800000000000000000000000000000000000000000",
173
+ "blockHash": "0x3f4439b2bc21665afecda660f68de31a47e8f5f15215a8e34772ed117d6bb2d3",
174
+ "transactionHash": "0x2df8db0990ea18ae6c488bd0964b9bbe2b20fc9638647cd31cd081086c39075e",
175
+ "logs": [
176
+ {
177
+ "transactionIndex": 0,
178
+ "blockNumber": 38,
179
+ "transactionHash": "0x2df8db0990ea18ae6c488bd0964b9bbe2b20fc9638647cd31cd081086c39075e",
180
+ "address": "0x94B75AA39bEC4cB15e7B9593C315aF203B7B847f",
181
+ "topics": [
182
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
183
+ "0x0000000000000000000000000000000000000000000000000000000000000000",
184
+ "0x00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b906"
185
+ ],
186
+ "data": "0x",
187
+ "logIndex": 0,
188
+ "blockHash": "0x3f4439b2bc21665afecda660f68de31a47e8f5f15215a8e34772ed117d6bb2d3"
189
+ }
190
+ ],
191
+ "blockNumber": 38,
192
+ "cumulativeGasUsed": "644163",
193
+ "status": 1,
194
+ "byzantium": true
195
+ },
196
+ "args": [
197
+ "0x90F79bf6EB2c4f870365E785982E1f101E93b906"
198
+ ],
199
+ "numDeployments": 1,
200
+ "solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
201
+ "bytecode": "0x608060405234801561001057600080fd5b50604051610b17380380610b1783398101604081905261002f91610090565b8061003981610040565b50506100c0565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100a257600080fd5b81516001600160a01b03811681146100b957600080fd5b9392505050565b610a48806100cf6000396000f3fe60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461012b57806399a88ec41461013e578063f2fde38b1461015e578063f3b7dead1461017e57600080fd5b8063204e1c7a14610080578063715018a6146100c95780637eff275e146100e05780638da5cb5b14610100575b600080fd5b34801561008c57600080fd5b506100a061009b3660046107e4565b61019e565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b3480156100d557600080fd5b506100de610255565b005b3480156100ec57600080fd5b506100de6100fb366004610808565b6102e7565b34801561010c57600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166100a0565b6100de610139366004610870565b6103ee565b34801561014a57600080fd5b506100de610159366004610808565b6104fc565b34801561016a57600080fd5b506100de6101793660046107e4565b6105d1565b34801561018a57600080fd5b506100a06101993660046107e4565b610701565b60008060008373ffffffffffffffffffffffffffffffffffffffff166040516101ea907f5c60da1b00000000000000000000000000000000000000000000000000000000815260040190565b600060405180830381855afa9150503d8060008114610225576040519150601f19603f3d011682016040523d82523d6000602084013e61022a565b606091505b50915091508161023957600080fd5b8080602001905181019061024d9190610964565b949350505050565b60005473ffffffffffffffffffffffffffffffffffffffff1633146102db576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064015b60405180910390fd5b6102e5600061074d565b565b60005473ffffffffffffffffffffffffffffffffffffffff163314610368576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016102d2565b6040517f8f28397000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8281166004830152831690638f283970906024015b600060405180830381600087803b1580156103d257600080fd5b505af11580156103e6573d6000803e3d6000fd5b505050505050565b60005473ffffffffffffffffffffffffffffffffffffffff16331461046f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016102d2565b6040517f4f1ef28600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841690634f1ef2869034906104c59086908690600401610981565b6000604051808303818588803b1580156104de57600080fd5b505af11580156104f2573d6000803e3d6000fd5b5050505050505050565b60005473ffffffffffffffffffffffffffffffffffffffff16331461057d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016102d2565b6040517f3659cfe600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8281166004830152831690633659cfe6906024016103b8565b60005473ffffffffffffffffffffffffffffffffffffffff163314610652576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016102d2565b73ffffffffffffffffffffffffffffffffffffffff81166106f5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084016102d2565b6106fe8161074d565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff166040516101ea907ff851a44000000000000000000000000000000000000000000000000000000000815260040190565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b73ffffffffffffffffffffffffffffffffffffffff811681146106fe57600080fd5b6000602082840312156107f657600080fd5b8135610801816107c2565b9392505050565b6000806040838503121561081b57600080fd5b8235610826816107c2565b91506020830135610836816107c2565b809150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60008060006060848603121561088557600080fd5b8335610890816107c2565b925060208401356108a0816107c2565b9150604084013567ffffffffffffffff808211156108bd57600080fd5b818601915086601f8301126108d157600080fd5b8135818111156108e3576108e3610841565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190838211818310171561092957610929610841565b8160405282815289602084870101111561094257600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b60006020828403121561097657600080fd5b8151610801816107c2565b73ffffffffffffffffffffffffffffffffffffffff8316815260006020604081840152835180604085015260005b818110156109cb578581018301518582016060015282016109af565b818111156109dd576000606083870101525b50601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160600194935050505056fea2646970667358221220bd6c09ab03bfaf9ec60a4bf8cd98903cecb891974e17e2d76a3b2002c97eeb8964736f6c634300080a0033",
202
+ "deployedBytecode": "0x60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461012b57806399a88ec41461013e578063f2fde38b1461015e578063f3b7dead1461017e57600080fd5b8063204e1c7a14610080578063715018a6146100c95780637eff275e146100e05780638da5cb5b14610100575b600080fd5b34801561008c57600080fd5b506100a061009b3660046107e4565b61019e565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b3480156100d557600080fd5b506100de610255565b005b3480156100ec57600080fd5b506100de6100fb366004610808565b6102e7565b34801561010c57600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166100a0565b6100de610139366004610870565b6103ee565b34801561014a57600080fd5b506100de610159366004610808565b6104fc565b34801561016a57600080fd5b506100de6101793660046107e4565b6105d1565b34801561018a57600080fd5b506100a06101993660046107e4565b610701565b60008060008373ffffffffffffffffffffffffffffffffffffffff166040516101ea907f5c60da1b00000000000000000000000000000000000000000000000000000000815260040190565b600060405180830381855afa9150503d8060008114610225576040519150601f19603f3d011682016040523d82523d6000602084013e61022a565b606091505b50915091508161023957600080fd5b8080602001905181019061024d9190610964565b949350505050565b60005473ffffffffffffffffffffffffffffffffffffffff1633146102db576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064015b60405180910390fd5b6102e5600061074d565b565b60005473ffffffffffffffffffffffffffffffffffffffff163314610368576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016102d2565b6040517f8f28397000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8281166004830152831690638f283970906024015b600060405180830381600087803b1580156103d257600080fd5b505af11580156103e6573d6000803e3d6000fd5b505050505050565b60005473ffffffffffffffffffffffffffffffffffffffff16331461046f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016102d2565b6040517f4f1ef28600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841690634f1ef2869034906104c59086908690600401610981565b6000604051808303818588803b1580156104de57600080fd5b505af11580156104f2573d6000803e3d6000fd5b5050505050505050565b60005473ffffffffffffffffffffffffffffffffffffffff16331461057d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016102d2565b6040517f3659cfe600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8281166004830152831690633659cfe6906024016103b8565b60005473ffffffffffffffffffffffffffffffffffffffff163314610652576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016102d2565b73ffffffffffffffffffffffffffffffffffffffff81166106f5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084016102d2565b6106fe8161074d565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff166040516101ea907ff851a44000000000000000000000000000000000000000000000000000000000815260040190565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b73ffffffffffffffffffffffffffffffffffffffff811681146106fe57600080fd5b6000602082840312156107f657600080fd5b8135610801816107c2565b9392505050565b6000806040838503121561081b57600080fd5b8235610826816107c2565b91506020830135610836816107c2565b809150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60008060006060848603121561088557600080fd5b8335610890816107c2565b925060208401356108a0816107c2565b9150604084013567ffffffffffffffff808211156108bd57600080fd5b818601915086601f8301126108d157600080fd5b8135818111156108e3576108e3610841565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190838211818310171561092957610929610841565b8160405282815289602084870101111561094257600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b60006020828403121561097657600080fd5b8151610801816107c2565b73ffffffffffffffffffffffffffffffffffffffff8316815260006020604081840152835180604085015260005b818110156109cb578581018301518582016060015282016109af565b818111156109dd576000606083870101525b50601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160600194935050505056fea2646970667358221220bd6c09ab03bfaf9ec60a4bf8cd98903cecb891974e17e2d76a3b2002c97eeb8964736f6c634300080a0033",
203
+ "devdoc": {
204
+ "details": "This is an auxiliary contract meant to be assigned as the admin of a {TransparentUpgradeableProxy}. For an explanation of why you would want to use this see the documentation for {TransparentUpgradeableProxy}.",
205
+ "kind": "dev",
206
+ "methods": {
207
+ "changeProxyAdmin(address,address)": {
208
+ "details": "Changes the admin of `proxy` to `newAdmin`. Requirements: - This contract must be the current admin of `proxy`."
209
+ },
210
+ "getProxyAdmin(address)": {
211
+ "details": "Returns the current admin of `proxy`. Requirements: - This contract must be the admin of `proxy`."
212
+ },
213
+ "getProxyImplementation(address)": {
214
+ "details": "Returns the current implementation of `proxy`. Requirements: - This contract must be the admin of `proxy`."
215
+ },
216
+ "owner()": {
217
+ "details": "Returns the address of the current owner."
218
+ },
219
+ "renounceOwnership()": {
220
+ "details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner."
221
+ },
222
+ "transferOwnership(address)": {
223
+ "details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
224
+ },
225
+ "upgrade(address,address)": {
226
+ "details": "Upgrades `proxy` to `implementation`. See {TransparentUpgradeableProxy-upgradeTo}. Requirements: - This contract must be the admin of `proxy`."
227
+ },
228
+ "upgradeAndCall(address,address,bytes)": {
229
+ "details": "Upgrades `proxy` to `implementation` and calls a function on the new implementation. See {TransparentUpgradeableProxy-upgradeToAndCall}. Requirements: - This contract must be the admin of `proxy`."
230
+ }
231
+ },
232
+ "version": 1
233
+ },
234
+ "userdoc": {
235
+ "kind": "user",
236
+ "methods": {},
237
+ "version": 1
238
+ },
239
+ "storageLayout": {
240
+ "storage": [
241
+ {
242
+ "astId": 7,
243
+ "contract": "solc_0.8/openzeppelin/proxy/transparent/ProxyAdmin.sol:ProxyAdmin",
244
+ "label": "_owner",
245
+ "offset": 0,
246
+ "slot": "0",
247
+ "type": "t_address"
248
+ }
249
+ ],
250
+ "types": {
251
+ "t_address": {
252
+ "encoding": "inplace",
253
+ "label": "address",
254
+ "numberOfBytes": "20"
255
+ }
256
+ }
257
+ }
258
+ }