@vorionsys/basis 1.0.1
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.
- package/.env.example +22 -0
- package/AMOY-MIGRATION.md +188 -0
- package/DEPLOY-AMOY.md +368 -0
- package/DEPLOY-NOW.md +216 -0
- package/DEPLOYMENT.md +239 -0
- package/GET-WALLET.md +286 -0
- package/QUICK-WALLET-SETUP.md +268 -0
- package/README.md +195 -0
- package/artifacts/@openzeppelin/contracts/access/AccessControl.sol/AccessControl.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/access/AccessControl.sol/AccessControl.json +236 -0
- package/artifacts/@openzeppelin/contracts/access/IAccessControl.sol/IAccessControl.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/access/IAccessControl.sol/IAccessControl.json +204 -0
- package/artifacts/@openzeppelin/contracts/interfaces/IERC4906.sol/IERC4906.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/interfaces/IERC4906.sol/IERC4906.json +328 -0
- package/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.json +113 -0
- package/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.json +97 -0
- package/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.json +114 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +444 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/IERC721.sol/IERC721.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/IERC721.sol/IERC721.json +296 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol/IERC721Receiver.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol/IERC721Receiver.json +45 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol/ERC721Enumerable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol/ERC721Enumerable.json +521 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol/ERC721URIStorage.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol/ERC721URIStorage.json +476 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.sol/IERC721Enumerable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.sol/IERC721Enumerable.json +352 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol/IERC721Metadata.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol/IERC721Metadata.json +341 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/utils/ERC721Utils.sol/ERC721Utils.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/token/ERC721/utils/ERC721Utils.sol/ERC721Utils.json +10 -0
- package/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.json +10 -0
- package/artifacts/@openzeppelin/contracts/utils/Panic.sol/Panic.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/Panic.sol/Panic.json +10 -0
- package/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.json +37 -0
- package/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.json +30 -0
- package/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.json +30 -0
- package/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.json +10 -0
- package/artifacts/@openzeppelin/contracts/utils/math/SafeCast.sol/SafeCast.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/math/SafeCast.sol/SafeCast.json +65 -0
- package/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.json +10 -0
- package/artifacts/build-info/357d1bba4062d461f497f221490811a3.json +1 -0
- package/artifacts/contracts/AgentCard.sol/AgentCard.dbg.json +4 -0
- package/artifacts/contracts/AgentCard.sol/AgentCard.json +1430 -0
- package/build_errors.txt +0 -0
- package/build_output.txt +0 -0
- package/cache/solidity-files-cache.json +885 -0
- package/contracts/AgentCard.sol +478 -0
- package/contracts/deploy/01-deploy-agentcard.ts +66 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +12 -0
- package/dist/kya/accountability.d.ts.map +1 -0
- package/dist/kya/accountability.js +100 -0
- package/dist/kya/authorization.d.ts.map +1 -0
- package/dist/kya/authorization.js +258 -0
- package/dist/kya/behavior.d.ts.map +1 -0
- package/dist/kya/behavior.js +142 -0
- package/dist/kya/identity.d.ts.map +1 -0
- package/dist/kya/identity.js +187 -0
- package/dist/kya/index.d.ts.map +1 -0
- package/dist/kya/index.js +99 -0
- package/dist/kya/types.d.ts.map +1 -0
- package/dist/kya/types.js +5 -0
- package/dist/trust-1000-agents.test.d.ts.map +1 -0
- package/dist/trust-1000-agents.test.js +608 -0
- package/dist/trust-capabilities.d.ts.map +1 -0
- package/dist/trust-capabilities.js +478 -0
- package/dist/trust-factors.d.ts.map +1 -0
- package/dist/trust-factors.js +588 -0
- package/dist/trust-factors.test.d.ts.map +1 -0
- package/dist/trust-factors.test.js +179 -0
- package/dist/validation-gate.d.ts.map +1 -0
- package/dist/validation-gate.js +468 -0
- package/dist/validation-gate.test.d.ts.map +1 -0
- package/dist/validation-gate.test.js +419 -0
- package/hardhat.config.ts +55 -0
- package/package.json +57 -0
- package/scripts/certify-agent.ts +91 -0
- package/scripts/deploy-agentcard.ts +63 -0
- package/scripts/mint-agentcard.ts +87 -0
- package/specs/adversarial-sandbox-test-suite.md +1055 -0
- package/specs/kya-framework.md +910 -0
- package/specs/trust-factors-v2.md +437 -0
- package/src/index.ts +14 -0
- package/src/kya/accountability.ts +132 -0
- package/src/kya/authorization.ts +325 -0
- package/src/kya/behavior.ts +169 -0
- package/src/kya/identity.ts +224 -0
- package/src/kya/index.ts +125 -0
- package/src/kya/types.ts +242 -0
- package/src/trust-1000-agents.test.ts +745 -0
- package/src/trust-capabilities.ts +517 -0
- package/src/trust-factors.test.ts +241 -0
- package/src/trust-factors.ts +666 -0
- package/src/validation-gate.test.ts +531 -0
- package/src/validation-gate.ts +665 -0
- package/test-kya-simple.ts +258 -0
- package/test-kya.ts +245 -0
- package/tsconfig.json +14 -0
- package/typechain-types/@openzeppelin/contracts/access/AccessControl.ts +324 -0
- package/typechain-types/@openzeppelin/contracts/access/IAccessControl.ts +292 -0
- package/typechain-types/@openzeppelin/contracts/access/index.ts +5 -0
- package/typechain-types/@openzeppelin/contracts/index.ts +11 -0
- package/typechain-types/@openzeppelin/contracts/interfaces/IERC4906.ts +462 -0
- package/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.ts +69 -0
- package/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.ts +69 -0
- package/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.ts +69 -0
- package/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.ts +6 -0
- package/typechain-types/@openzeppelin/contracts/interfaces/index.ts +6 -0
- package/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.ts +420 -0
- package/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.ts +393 -0
- package/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.ts +110 -0
- package/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.ts +470 -0
- package/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.ts +489 -0
- package/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.ts +443 -0
- package/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.ts +420 -0
- package/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.ts +7 -0
- package/typechain-types/@openzeppelin/contracts/token/ERC721/index.ts +8 -0
- package/typechain-types/@openzeppelin/contracts/token/index.ts +5 -0
- package/typechain-types/@openzeppelin/contracts/utils/Strings.ts +69 -0
- package/typechain-types/@openzeppelin/contracts/utils/index.ts +8 -0
- package/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.ts +94 -0
- package/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.ts +94 -0
- package/typechain-types/@openzeppelin/contracts/utils/introspection/index.ts +5 -0
- package/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.ts +69 -0
- package/typechain-types/@openzeppelin/contracts/utils/math/index.ts +4 -0
- package/typechain-types/@openzeppelin/index.ts +5 -0
- package/typechain-types/common.ts +131 -0
- package/typechain-types/contracts/AgentCard.ts +1415 -0
- package/typechain-types/contracts/index.ts +4 -0
- package/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.ts +250 -0
- package/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.ts +218 -0
- package/typechain-types/factories/@openzeppelin/contracts/access/index.ts +5 -0
- package/typechain-types/factories/@openzeppelin/contracts/index.ts +7 -0
- package/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC4906__factory.ts +339 -0
- package/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.ts +127 -0
- package/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.ts +111 -0
- package/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.ts +128 -0
- package/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.ts +6 -0
- package/typechain-types/factories/@openzeppelin/contracts/interfaces/index.ts +5 -0
- package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.ts +455 -0
- package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.ts +59 -0
- package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.ts +307 -0
- package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable__factory.ts +535 -0
- package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage__factory.ts +490 -0
- package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable__factory.ts +366 -0
- package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.ts +355 -0
- package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.ts +7 -0
- package/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.ts +7 -0
- package/typechain-types/factories/@openzeppelin/contracts/token/index.ts +4 -0
- package/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.ts +90 -0
- package/typechain-types/factories/@openzeppelin/contracts/utils/index.ts +6 -0
- package/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.ts +41 -0
- package/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.ts +41 -0
- package/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.ts +5 -0
- package/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.ts +118 -0
- package/typechain-types/factories/@openzeppelin/contracts/utils/math/index.ts +4 -0
- package/typechain-types/factories/@openzeppelin/index.ts +4 -0
- package/typechain-types/factories/contracts/AgentCard__factory.ts +1480 -0
- package/typechain-types/factories/contracts/index.ts +4 -0
- package/typechain-types/factories/index.ts +5 -0
- package/typechain-types/index.ts +44 -0
- package/vitest.config.ts +8 -0
|
@@ -0,0 +1,1430 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "AgentCard",
|
|
4
|
+
"sourceName": "contracts/AgentCard.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [],
|
|
8
|
+
"stateMutability": "nonpayable",
|
|
9
|
+
"type": "constructor"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"inputs": [],
|
|
13
|
+
"name": "AccessControlBadConfirmation",
|
|
14
|
+
"type": "error"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"inputs": [
|
|
18
|
+
{
|
|
19
|
+
"internalType": "address",
|
|
20
|
+
"name": "account",
|
|
21
|
+
"type": "address"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"internalType": "bytes32",
|
|
25
|
+
"name": "neededRole",
|
|
26
|
+
"type": "bytes32"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"name": "AccessControlUnauthorizedAccount",
|
|
30
|
+
"type": "error"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"inputs": [],
|
|
34
|
+
"name": "ERC721EnumerableForbiddenBatchMint",
|
|
35
|
+
"type": "error"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"inputs": [
|
|
39
|
+
{
|
|
40
|
+
"internalType": "address",
|
|
41
|
+
"name": "sender",
|
|
42
|
+
"type": "address"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"internalType": "uint256",
|
|
46
|
+
"name": "tokenId",
|
|
47
|
+
"type": "uint256"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"internalType": "address",
|
|
51
|
+
"name": "owner",
|
|
52
|
+
"type": "address"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"name": "ERC721IncorrectOwner",
|
|
56
|
+
"type": "error"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"inputs": [
|
|
60
|
+
{
|
|
61
|
+
"internalType": "address",
|
|
62
|
+
"name": "operator",
|
|
63
|
+
"type": "address"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"internalType": "uint256",
|
|
67
|
+
"name": "tokenId",
|
|
68
|
+
"type": "uint256"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"name": "ERC721InsufficientApproval",
|
|
72
|
+
"type": "error"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"inputs": [
|
|
76
|
+
{
|
|
77
|
+
"internalType": "address",
|
|
78
|
+
"name": "approver",
|
|
79
|
+
"type": "address"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"name": "ERC721InvalidApprover",
|
|
83
|
+
"type": "error"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"inputs": [
|
|
87
|
+
{
|
|
88
|
+
"internalType": "address",
|
|
89
|
+
"name": "operator",
|
|
90
|
+
"type": "address"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"name": "ERC721InvalidOperator",
|
|
94
|
+
"type": "error"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"inputs": [
|
|
98
|
+
{
|
|
99
|
+
"internalType": "address",
|
|
100
|
+
"name": "owner",
|
|
101
|
+
"type": "address"
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"name": "ERC721InvalidOwner",
|
|
105
|
+
"type": "error"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"inputs": [
|
|
109
|
+
{
|
|
110
|
+
"internalType": "address",
|
|
111
|
+
"name": "receiver",
|
|
112
|
+
"type": "address"
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"name": "ERC721InvalidReceiver",
|
|
116
|
+
"type": "error"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"inputs": [
|
|
120
|
+
{
|
|
121
|
+
"internalType": "address",
|
|
122
|
+
"name": "sender",
|
|
123
|
+
"type": "address"
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"name": "ERC721InvalidSender",
|
|
127
|
+
"type": "error"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"inputs": [
|
|
131
|
+
{
|
|
132
|
+
"internalType": "uint256",
|
|
133
|
+
"name": "tokenId",
|
|
134
|
+
"type": "uint256"
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
"name": "ERC721NonexistentToken",
|
|
138
|
+
"type": "error"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"inputs": [
|
|
142
|
+
{
|
|
143
|
+
"internalType": "address",
|
|
144
|
+
"name": "owner",
|
|
145
|
+
"type": "address"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"internalType": "uint256",
|
|
149
|
+
"name": "index",
|
|
150
|
+
"type": "uint256"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"name": "ERC721OutOfBoundsIndex",
|
|
154
|
+
"type": "error"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"anonymous": false,
|
|
158
|
+
"inputs": [
|
|
159
|
+
{
|
|
160
|
+
"indexed": true,
|
|
161
|
+
"internalType": "uint256",
|
|
162
|
+
"name": "tokenId",
|
|
163
|
+
"type": "uint256"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"indexed": false,
|
|
167
|
+
"internalType": "string",
|
|
168
|
+
"name": "did",
|
|
169
|
+
"type": "string"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"indexed": true,
|
|
173
|
+
"internalType": "address",
|
|
174
|
+
"name": "owner",
|
|
175
|
+
"type": "address"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"indexed": false,
|
|
179
|
+
"internalType": "string",
|
|
180
|
+
"name": "name",
|
|
181
|
+
"type": "string"
|
|
182
|
+
}
|
|
183
|
+
],
|
|
184
|
+
"name": "AgentCardMinted",
|
|
185
|
+
"type": "event"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"anonymous": false,
|
|
189
|
+
"inputs": [
|
|
190
|
+
{
|
|
191
|
+
"indexed": true,
|
|
192
|
+
"internalType": "uint256",
|
|
193
|
+
"name": "tokenId",
|
|
194
|
+
"type": "uint256"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"indexed": false,
|
|
198
|
+
"internalType": "string",
|
|
199
|
+
"name": "did",
|
|
200
|
+
"type": "string"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"indexed": true,
|
|
204
|
+
"internalType": "address",
|
|
205
|
+
"name": "certifier",
|
|
206
|
+
"type": "address"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"indexed": false,
|
|
210
|
+
"internalType": "uint256",
|
|
211
|
+
"name": "trustScore",
|
|
212
|
+
"type": "uint256"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"indexed": false,
|
|
216
|
+
"internalType": "enum AgentCard.TrustTier",
|
|
217
|
+
"name": "tier",
|
|
218
|
+
"type": "uint8"
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"name": "AgentCertified",
|
|
222
|
+
"type": "event"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"anonymous": false,
|
|
226
|
+
"inputs": [
|
|
227
|
+
{
|
|
228
|
+
"indexed": true,
|
|
229
|
+
"internalType": "address",
|
|
230
|
+
"name": "owner",
|
|
231
|
+
"type": "address"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"indexed": true,
|
|
235
|
+
"internalType": "address",
|
|
236
|
+
"name": "approved",
|
|
237
|
+
"type": "address"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"indexed": true,
|
|
241
|
+
"internalType": "uint256",
|
|
242
|
+
"name": "tokenId",
|
|
243
|
+
"type": "uint256"
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"name": "Approval",
|
|
247
|
+
"type": "event"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"anonymous": false,
|
|
251
|
+
"inputs": [
|
|
252
|
+
{
|
|
253
|
+
"indexed": true,
|
|
254
|
+
"internalType": "address",
|
|
255
|
+
"name": "owner",
|
|
256
|
+
"type": "address"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"indexed": true,
|
|
260
|
+
"internalType": "address",
|
|
261
|
+
"name": "operator",
|
|
262
|
+
"type": "address"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"indexed": false,
|
|
266
|
+
"internalType": "bool",
|
|
267
|
+
"name": "approved",
|
|
268
|
+
"type": "bool"
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"name": "ApprovalForAll",
|
|
272
|
+
"type": "event"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"anonymous": false,
|
|
276
|
+
"inputs": [
|
|
277
|
+
{
|
|
278
|
+
"indexed": false,
|
|
279
|
+
"internalType": "uint256",
|
|
280
|
+
"name": "_fromTokenId",
|
|
281
|
+
"type": "uint256"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"indexed": false,
|
|
285
|
+
"internalType": "uint256",
|
|
286
|
+
"name": "_toTokenId",
|
|
287
|
+
"type": "uint256"
|
|
288
|
+
}
|
|
289
|
+
],
|
|
290
|
+
"name": "BatchMetadataUpdate",
|
|
291
|
+
"type": "event"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"anonymous": false,
|
|
295
|
+
"inputs": [
|
|
296
|
+
{
|
|
297
|
+
"indexed": true,
|
|
298
|
+
"internalType": "uint256",
|
|
299
|
+
"name": "tokenId",
|
|
300
|
+
"type": "uint256"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"indexed": false,
|
|
304
|
+
"internalType": "string",
|
|
305
|
+
"name": "did",
|
|
306
|
+
"type": "string"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"indexed": false,
|
|
310
|
+
"internalType": "uint256",
|
|
311
|
+
"name": "capabilityCount",
|
|
312
|
+
"type": "uint256"
|
|
313
|
+
}
|
|
314
|
+
],
|
|
315
|
+
"name": "CapabilitiesUpdated",
|
|
316
|
+
"type": "event"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"anonymous": false,
|
|
320
|
+
"inputs": [
|
|
321
|
+
{
|
|
322
|
+
"indexed": true,
|
|
323
|
+
"internalType": "uint256",
|
|
324
|
+
"name": "tokenId",
|
|
325
|
+
"type": "uint256"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"indexed": false,
|
|
329
|
+
"internalType": "string",
|
|
330
|
+
"name": "did",
|
|
331
|
+
"type": "string"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"indexed": true,
|
|
335
|
+
"internalType": "address",
|
|
336
|
+
"name": "certifier",
|
|
337
|
+
"type": "address"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"indexed": false,
|
|
341
|
+
"internalType": "string",
|
|
342
|
+
"name": "reason",
|
|
343
|
+
"type": "string"
|
|
344
|
+
}
|
|
345
|
+
],
|
|
346
|
+
"name": "CertificationRevoked",
|
|
347
|
+
"type": "event"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"anonymous": false,
|
|
351
|
+
"inputs": [
|
|
352
|
+
{
|
|
353
|
+
"indexed": false,
|
|
354
|
+
"internalType": "uint256",
|
|
355
|
+
"name": "_tokenId",
|
|
356
|
+
"type": "uint256"
|
|
357
|
+
}
|
|
358
|
+
],
|
|
359
|
+
"name": "MetadataUpdate",
|
|
360
|
+
"type": "event"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"anonymous": false,
|
|
364
|
+
"inputs": [
|
|
365
|
+
{
|
|
366
|
+
"indexed": true,
|
|
367
|
+
"internalType": "bytes32",
|
|
368
|
+
"name": "role",
|
|
369
|
+
"type": "bytes32"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"indexed": true,
|
|
373
|
+
"internalType": "bytes32",
|
|
374
|
+
"name": "previousAdminRole",
|
|
375
|
+
"type": "bytes32"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"indexed": true,
|
|
379
|
+
"internalType": "bytes32",
|
|
380
|
+
"name": "newAdminRole",
|
|
381
|
+
"type": "bytes32"
|
|
382
|
+
}
|
|
383
|
+
],
|
|
384
|
+
"name": "RoleAdminChanged",
|
|
385
|
+
"type": "event"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"anonymous": false,
|
|
389
|
+
"inputs": [
|
|
390
|
+
{
|
|
391
|
+
"indexed": true,
|
|
392
|
+
"internalType": "bytes32",
|
|
393
|
+
"name": "role",
|
|
394
|
+
"type": "bytes32"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"indexed": true,
|
|
398
|
+
"internalType": "address",
|
|
399
|
+
"name": "account",
|
|
400
|
+
"type": "address"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"indexed": true,
|
|
404
|
+
"internalType": "address",
|
|
405
|
+
"name": "sender",
|
|
406
|
+
"type": "address"
|
|
407
|
+
}
|
|
408
|
+
],
|
|
409
|
+
"name": "RoleGranted",
|
|
410
|
+
"type": "event"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"anonymous": false,
|
|
414
|
+
"inputs": [
|
|
415
|
+
{
|
|
416
|
+
"indexed": true,
|
|
417
|
+
"internalType": "bytes32",
|
|
418
|
+
"name": "role",
|
|
419
|
+
"type": "bytes32"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"indexed": true,
|
|
423
|
+
"internalType": "address",
|
|
424
|
+
"name": "account",
|
|
425
|
+
"type": "address"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"indexed": true,
|
|
429
|
+
"internalType": "address",
|
|
430
|
+
"name": "sender",
|
|
431
|
+
"type": "address"
|
|
432
|
+
}
|
|
433
|
+
],
|
|
434
|
+
"name": "RoleRevoked",
|
|
435
|
+
"type": "event"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"anonymous": false,
|
|
439
|
+
"inputs": [
|
|
440
|
+
{
|
|
441
|
+
"indexed": true,
|
|
442
|
+
"internalType": "address",
|
|
443
|
+
"name": "from",
|
|
444
|
+
"type": "address"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"indexed": true,
|
|
448
|
+
"internalType": "address",
|
|
449
|
+
"name": "to",
|
|
450
|
+
"type": "address"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"indexed": true,
|
|
454
|
+
"internalType": "uint256",
|
|
455
|
+
"name": "tokenId",
|
|
456
|
+
"type": "uint256"
|
|
457
|
+
}
|
|
458
|
+
],
|
|
459
|
+
"name": "Transfer",
|
|
460
|
+
"type": "event"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"anonymous": false,
|
|
464
|
+
"inputs": [
|
|
465
|
+
{
|
|
466
|
+
"indexed": true,
|
|
467
|
+
"internalType": "uint256",
|
|
468
|
+
"name": "tokenId",
|
|
469
|
+
"type": "uint256"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"indexed": false,
|
|
473
|
+
"internalType": "string",
|
|
474
|
+
"name": "did",
|
|
475
|
+
"type": "string"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"indexed": false,
|
|
479
|
+
"internalType": "uint256",
|
|
480
|
+
"name": "oldScore",
|
|
481
|
+
"type": "uint256"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"indexed": false,
|
|
485
|
+
"internalType": "uint256",
|
|
486
|
+
"name": "newScore",
|
|
487
|
+
"type": "uint256"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"indexed": false,
|
|
491
|
+
"internalType": "enum AgentCard.TrustTier",
|
|
492
|
+
"name": "newTier",
|
|
493
|
+
"type": "uint8"
|
|
494
|
+
}
|
|
495
|
+
],
|
|
496
|
+
"name": "TrustScoreUpdated",
|
|
497
|
+
"type": "event"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"inputs": [],
|
|
501
|
+
"name": "CERTIFIER_ROLE",
|
|
502
|
+
"outputs": [
|
|
503
|
+
{
|
|
504
|
+
"internalType": "bytes32",
|
|
505
|
+
"name": "",
|
|
506
|
+
"type": "bytes32"
|
|
507
|
+
}
|
|
508
|
+
],
|
|
509
|
+
"stateMutability": "view",
|
|
510
|
+
"type": "function"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"inputs": [],
|
|
514
|
+
"name": "DEFAULT_ADMIN_ROLE",
|
|
515
|
+
"outputs": [
|
|
516
|
+
{
|
|
517
|
+
"internalType": "bytes32",
|
|
518
|
+
"name": "",
|
|
519
|
+
"type": "bytes32"
|
|
520
|
+
}
|
|
521
|
+
],
|
|
522
|
+
"stateMutability": "view",
|
|
523
|
+
"type": "function"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"inputs": [],
|
|
527
|
+
"name": "MINTER_ROLE",
|
|
528
|
+
"outputs": [
|
|
529
|
+
{
|
|
530
|
+
"internalType": "bytes32",
|
|
531
|
+
"name": "",
|
|
532
|
+
"type": "bytes32"
|
|
533
|
+
}
|
|
534
|
+
],
|
|
535
|
+
"stateMutability": "view",
|
|
536
|
+
"type": "function"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"inputs": [
|
|
540
|
+
{
|
|
541
|
+
"internalType": "uint256",
|
|
542
|
+
"name": "tokenId",
|
|
543
|
+
"type": "uint256"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"internalType": "string[]",
|
|
547
|
+
"name": "capabilities",
|
|
548
|
+
"type": "string[]"
|
|
549
|
+
}
|
|
550
|
+
],
|
|
551
|
+
"name": "addCapabilities",
|
|
552
|
+
"outputs": [],
|
|
553
|
+
"stateMutability": "nonpayable",
|
|
554
|
+
"type": "function"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"inputs": [
|
|
558
|
+
{
|
|
559
|
+
"internalType": "uint256",
|
|
560
|
+
"name": "tokenId",
|
|
561
|
+
"type": "uint256"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"internalType": "string[]",
|
|
565
|
+
"name": "restrictions",
|
|
566
|
+
"type": "string[]"
|
|
567
|
+
}
|
|
568
|
+
],
|
|
569
|
+
"name": "addRestrictions",
|
|
570
|
+
"outputs": [],
|
|
571
|
+
"stateMutability": "nonpayable",
|
|
572
|
+
"type": "function"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"inputs": [
|
|
576
|
+
{
|
|
577
|
+
"internalType": "address",
|
|
578
|
+
"name": "to",
|
|
579
|
+
"type": "address"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"internalType": "uint256",
|
|
583
|
+
"name": "tokenId",
|
|
584
|
+
"type": "uint256"
|
|
585
|
+
}
|
|
586
|
+
],
|
|
587
|
+
"name": "approve",
|
|
588
|
+
"outputs": [],
|
|
589
|
+
"stateMutability": "nonpayable",
|
|
590
|
+
"type": "function"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"inputs": [
|
|
594
|
+
{
|
|
595
|
+
"internalType": "address",
|
|
596
|
+
"name": "owner",
|
|
597
|
+
"type": "address"
|
|
598
|
+
}
|
|
599
|
+
],
|
|
600
|
+
"name": "balanceOf",
|
|
601
|
+
"outputs": [
|
|
602
|
+
{
|
|
603
|
+
"internalType": "uint256",
|
|
604
|
+
"name": "",
|
|
605
|
+
"type": "uint256"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"stateMutability": "view",
|
|
609
|
+
"type": "function"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"inputs": [
|
|
613
|
+
{
|
|
614
|
+
"internalType": "uint256",
|
|
615
|
+
"name": "",
|
|
616
|
+
"type": "uint256"
|
|
617
|
+
}
|
|
618
|
+
],
|
|
619
|
+
"name": "cards",
|
|
620
|
+
"outputs": [
|
|
621
|
+
{
|
|
622
|
+
"internalType": "string",
|
|
623
|
+
"name": "did",
|
|
624
|
+
"type": "string"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"internalType": "string",
|
|
628
|
+
"name": "name",
|
|
629
|
+
"type": "string"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"internalType": "string",
|
|
633
|
+
"name": "description",
|
|
634
|
+
"type": "string"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"internalType": "uint256",
|
|
638
|
+
"name": "trustScore",
|
|
639
|
+
"type": "uint256"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"internalType": "enum AgentCard.TrustTier",
|
|
643
|
+
"name": "tier",
|
|
644
|
+
"type": "uint8"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"internalType": "bool",
|
|
648
|
+
"name": "certified",
|
|
649
|
+
"type": "bool"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"internalType": "address",
|
|
653
|
+
"name": "certifier",
|
|
654
|
+
"type": "address"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"internalType": "uint256",
|
|
658
|
+
"name": "certificationDate",
|
|
659
|
+
"type": "uint256"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"internalType": "uint256",
|
|
663
|
+
"name": "certificationExpiry",
|
|
664
|
+
"type": "uint256"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"internalType": "string",
|
|
668
|
+
"name": "metadataURI",
|
|
669
|
+
"type": "string"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"internalType": "bool",
|
|
673
|
+
"name": "revoked",
|
|
674
|
+
"type": "bool"
|
|
675
|
+
}
|
|
676
|
+
],
|
|
677
|
+
"stateMutability": "view",
|
|
678
|
+
"type": "function"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"inputs": [
|
|
682
|
+
{
|
|
683
|
+
"internalType": "uint256",
|
|
684
|
+
"name": "tokenId",
|
|
685
|
+
"type": "uint256"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"internalType": "uint256",
|
|
689
|
+
"name": "trustScore",
|
|
690
|
+
"type": "uint256"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"internalType": "uint256",
|
|
694
|
+
"name": "expiryTimestamp",
|
|
695
|
+
"type": "uint256"
|
|
696
|
+
}
|
|
697
|
+
],
|
|
698
|
+
"name": "certify",
|
|
699
|
+
"outputs": [],
|
|
700
|
+
"stateMutability": "nonpayable",
|
|
701
|
+
"type": "function"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"inputs": [
|
|
705
|
+
{
|
|
706
|
+
"internalType": "string",
|
|
707
|
+
"name": "",
|
|
708
|
+
"type": "string"
|
|
709
|
+
}
|
|
710
|
+
],
|
|
711
|
+
"name": "didToTokenId",
|
|
712
|
+
"outputs": [
|
|
713
|
+
{
|
|
714
|
+
"internalType": "uint256",
|
|
715
|
+
"name": "",
|
|
716
|
+
"type": "uint256"
|
|
717
|
+
}
|
|
718
|
+
],
|
|
719
|
+
"stateMutability": "view",
|
|
720
|
+
"type": "function"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"inputs": [
|
|
724
|
+
{
|
|
725
|
+
"internalType": "uint256",
|
|
726
|
+
"name": "tokenId",
|
|
727
|
+
"type": "uint256"
|
|
728
|
+
}
|
|
729
|
+
],
|
|
730
|
+
"name": "getApproved",
|
|
731
|
+
"outputs": [
|
|
732
|
+
{
|
|
733
|
+
"internalType": "address",
|
|
734
|
+
"name": "",
|
|
735
|
+
"type": "address"
|
|
736
|
+
}
|
|
737
|
+
],
|
|
738
|
+
"stateMutability": "view",
|
|
739
|
+
"type": "function"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"inputs": [
|
|
743
|
+
{
|
|
744
|
+
"internalType": "uint256",
|
|
745
|
+
"name": "tokenId",
|
|
746
|
+
"type": "uint256"
|
|
747
|
+
}
|
|
748
|
+
],
|
|
749
|
+
"name": "getCapabilities",
|
|
750
|
+
"outputs": [
|
|
751
|
+
{
|
|
752
|
+
"internalType": "string[]",
|
|
753
|
+
"name": "",
|
|
754
|
+
"type": "string[]"
|
|
755
|
+
}
|
|
756
|
+
],
|
|
757
|
+
"stateMutability": "view",
|
|
758
|
+
"type": "function"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"inputs": [
|
|
762
|
+
{
|
|
763
|
+
"internalType": "uint256",
|
|
764
|
+
"name": "tokenId",
|
|
765
|
+
"type": "uint256"
|
|
766
|
+
}
|
|
767
|
+
],
|
|
768
|
+
"name": "getCard",
|
|
769
|
+
"outputs": [
|
|
770
|
+
{
|
|
771
|
+
"components": [
|
|
772
|
+
{
|
|
773
|
+
"internalType": "string",
|
|
774
|
+
"name": "did",
|
|
775
|
+
"type": "string"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"internalType": "string",
|
|
779
|
+
"name": "name",
|
|
780
|
+
"type": "string"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"internalType": "string",
|
|
784
|
+
"name": "description",
|
|
785
|
+
"type": "string"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"internalType": "uint256",
|
|
789
|
+
"name": "trustScore",
|
|
790
|
+
"type": "uint256"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"internalType": "enum AgentCard.TrustTier",
|
|
794
|
+
"name": "tier",
|
|
795
|
+
"type": "uint8"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"internalType": "bool",
|
|
799
|
+
"name": "certified",
|
|
800
|
+
"type": "bool"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"internalType": "address",
|
|
804
|
+
"name": "certifier",
|
|
805
|
+
"type": "address"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"internalType": "uint256",
|
|
809
|
+
"name": "certificationDate",
|
|
810
|
+
"type": "uint256"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"internalType": "uint256",
|
|
814
|
+
"name": "certificationExpiry",
|
|
815
|
+
"type": "uint256"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"internalType": "string",
|
|
819
|
+
"name": "metadataURI",
|
|
820
|
+
"type": "string"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"internalType": "bool",
|
|
824
|
+
"name": "revoked",
|
|
825
|
+
"type": "bool"
|
|
826
|
+
}
|
|
827
|
+
],
|
|
828
|
+
"internalType": "struct AgentCard.AgentCardData",
|
|
829
|
+
"name": "",
|
|
830
|
+
"type": "tuple"
|
|
831
|
+
}
|
|
832
|
+
],
|
|
833
|
+
"stateMutability": "view",
|
|
834
|
+
"type": "function"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"inputs": [
|
|
838
|
+
{
|
|
839
|
+
"internalType": "string",
|
|
840
|
+
"name": "did",
|
|
841
|
+
"type": "string"
|
|
842
|
+
}
|
|
843
|
+
],
|
|
844
|
+
"name": "getCardByDID",
|
|
845
|
+
"outputs": [
|
|
846
|
+
{
|
|
847
|
+
"components": [
|
|
848
|
+
{
|
|
849
|
+
"internalType": "string",
|
|
850
|
+
"name": "did",
|
|
851
|
+
"type": "string"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"internalType": "string",
|
|
855
|
+
"name": "name",
|
|
856
|
+
"type": "string"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"internalType": "string",
|
|
860
|
+
"name": "description",
|
|
861
|
+
"type": "string"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"internalType": "uint256",
|
|
865
|
+
"name": "trustScore",
|
|
866
|
+
"type": "uint256"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"internalType": "enum AgentCard.TrustTier",
|
|
870
|
+
"name": "tier",
|
|
871
|
+
"type": "uint8"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"internalType": "bool",
|
|
875
|
+
"name": "certified",
|
|
876
|
+
"type": "bool"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"internalType": "address",
|
|
880
|
+
"name": "certifier",
|
|
881
|
+
"type": "address"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"internalType": "uint256",
|
|
885
|
+
"name": "certificationDate",
|
|
886
|
+
"type": "uint256"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"internalType": "uint256",
|
|
890
|
+
"name": "certificationExpiry",
|
|
891
|
+
"type": "uint256"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"internalType": "string",
|
|
895
|
+
"name": "metadataURI",
|
|
896
|
+
"type": "string"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"internalType": "bool",
|
|
900
|
+
"name": "revoked",
|
|
901
|
+
"type": "bool"
|
|
902
|
+
}
|
|
903
|
+
],
|
|
904
|
+
"internalType": "struct AgentCard.AgentCardData",
|
|
905
|
+
"name": "",
|
|
906
|
+
"type": "tuple"
|
|
907
|
+
}
|
|
908
|
+
],
|
|
909
|
+
"stateMutability": "view",
|
|
910
|
+
"type": "function"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"inputs": [
|
|
914
|
+
{
|
|
915
|
+
"internalType": "address",
|
|
916
|
+
"name": "owner",
|
|
917
|
+
"type": "address"
|
|
918
|
+
}
|
|
919
|
+
],
|
|
920
|
+
"name": "getCardsByOwner",
|
|
921
|
+
"outputs": [
|
|
922
|
+
{
|
|
923
|
+
"internalType": "uint256[]",
|
|
924
|
+
"name": "",
|
|
925
|
+
"type": "uint256[]"
|
|
926
|
+
}
|
|
927
|
+
],
|
|
928
|
+
"stateMutability": "view",
|
|
929
|
+
"type": "function"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"inputs": [
|
|
933
|
+
{
|
|
934
|
+
"internalType": "uint256",
|
|
935
|
+
"name": "offset",
|
|
936
|
+
"type": "uint256"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"internalType": "uint256",
|
|
940
|
+
"name": "limit",
|
|
941
|
+
"type": "uint256"
|
|
942
|
+
}
|
|
943
|
+
],
|
|
944
|
+
"name": "getCertifiedAgents",
|
|
945
|
+
"outputs": [
|
|
946
|
+
{
|
|
947
|
+
"internalType": "uint256[]",
|
|
948
|
+
"name": "",
|
|
949
|
+
"type": "uint256[]"
|
|
950
|
+
}
|
|
951
|
+
],
|
|
952
|
+
"stateMutability": "view",
|
|
953
|
+
"type": "function"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"inputs": [
|
|
957
|
+
{
|
|
958
|
+
"internalType": "uint256",
|
|
959
|
+
"name": "tokenId",
|
|
960
|
+
"type": "uint256"
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"name": "getRestrictions",
|
|
964
|
+
"outputs": [
|
|
965
|
+
{
|
|
966
|
+
"internalType": "string[]",
|
|
967
|
+
"name": "",
|
|
968
|
+
"type": "string[]"
|
|
969
|
+
}
|
|
970
|
+
],
|
|
971
|
+
"stateMutability": "view",
|
|
972
|
+
"type": "function"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"inputs": [
|
|
976
|
+
{
|
|
977
|
+
"internalType": "bytes32",
|
|
978
|
+
"name": "role",
|
|
979
|
+
"type": "bytes32"
|
|
980
|
+
}
|
|
981
|
+
],
|
|
982
|
+
"name": "getRoleAdmin",
|
|
983
|
+
"outputs": [
|
|
984
|
+
{
|
|
985
|
+
"internalType": "bytes32",
|
|
986
|
+
"name": "",
|
|
987
|
+
"type": "bytes32"
|
|
988
|
+
}
|
|
989
|
+
],
|
|
990
|
+
"stateMutability": "view",
|
|
991
|
+
"type": "function"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"inputs": [
|
|
995
|
+
{
|
|
996
|
+
"internalType": "bytes32",
|
|
997
|
+
"name": "role",
|
|
998
|
+
"type": "bytes32"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"internalType": "address",
|
|
1002
|
+
"name": "account",
|
|
1003
|
+
"type": "address"
|
|
1004
|
+
}
|
|
1005
|
+
],
|
|
1006
|
+
"name": "grantRole",
|
|
1007
|
+
"outputs": [],
|
|
1008
|
+
"stateMutability": "nonpayable",
|
|
1009
|
+
"type": "function"
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"inputs": [
|
|
1013
|
+
{
|
|
1014
|
+
"internalType": "bytes32",
|
|
1015
|
+
"name": "role",
|
|
1016
|
+
"type": "bytes32"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"internalType": "address",
|
|
1020
|
+
"name": "account",
|
|
1021
|
+
"type": "address"
|
|
1022
|
+
}
|
|
1023
|
+
],
|
|
1024
|
+
"name": "hasRole",
|
|
1025
|
+
"outputs": [
|
|
1026
|
+
{
|
|
1027
|
+
"internalType": "bool",
|
|
1028
|
+
"name": "",
|
|
1029
|
+
"type": "bool"
|
|
1030
|
+
}
|
|
1031
|
+
],
|
|
1032
|
+
"stateMutability": "view",
|
|
1033
|
+
"type": "function"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"inputs": [
|
|
1037
|
+
{
|
|
1038
|
+
"internalType": "address",
|
|
1039
|
+
"name": "owner",
|
|
1040
|
+
"type": "address"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"internalType": "address",
|
|
1044
|
+
"name": "operator",
|
|
1045
|
+
"type": "address"
|
|
1046
|
+
}
|
|
1047
|
+
],
|
|
1048
|
+
"name": "isApprovedForAll",
|
|
1049
|
+
"outputs": [
|
|
1050
|
+
{
|
|
1051
|
+
"internalType": "bool",
|
|
1052
|
+
"name": "",
|
|
1053
|
+
"type": "bool"
|
|
1054
|
+
}
|
|
1055
|
+
],
|
|
1056
|
+
"stateMutability": "view",
|
|
1057
|
+
"type": "function"
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"inputs": [
|
|
1061
|
+
{
|
|
1062
|
+
"internalType": "uint256",
|
|
1063
|
+
"name": "tokenId",
|
|
1064
|
+
"type": "uint256"
|
|
1065
|
+
}
|
|
1066
|
+
],
|
|
1067
|
+
"name": "isCertified",
|
|
1068
|
+
"outputs": [
|
|
1069
|
+
{
|
|
1070
|
+
"internalType": "bool",
|
|
1071
|
+
"name": "",
|
|
1072
|
+
"type": "bool"
|
|
1073
|
+
}
|
|
1074
|
+
],
|
|
1075
|
+
"stateMutability": "view",
|
|
1076
|
+
"type": "function"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"inputs": [
|
|
1080
|
+
{
|
|
1081
|
+
"internalType": "address",
|
|
1082
|
+
"name": "to",
|
|
1083
|
+
"type": "address"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"internalType": "string",
|
|
1087
|
+
"name": "did",
|
|
1088
|
+
"type": "string"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"internalType": "string",
|
|
1092
|
+
"name": "name",
|
|
1093
|
+
"type": "string"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"internalType": "string",
|
|
1097
|
+
"name": "description",
|
|
1098
|
+
"type": "string"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"internalType": "string[]",
|
|
1102
|
+
"name": "capabilities",
|
|
1103
|
+
"type": "string[]"
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"internalType": "string",
|
|
1107
|
+
"name": "metadataURI",
|
|
1108
|
+
"type": "string"
|
|
1109
|
+
}
|
|
1110
|
+
],
|
|
1111
|
+
"name": "mint",
|
|
1112
|
+
"outputs": [
|
|
1113
|
+
{
|
|
1114
|
+
"internalType": "uint256",
|
|
1115
|
+
"name": "",
|
|
1116
|
+
"type": "uint256"
|
|
1117
|
+
}
|
|
1118
|
+
],
|
|
1119
|
+
"stateMutability": "nonpayable",
|
|
1120
|
+
"type": "function"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"inputs": [],
|
|
1124
|
+
"name": "name",
|
|
1125
|
+
"outputs": [
|
|
1126
|
+
{
|
|
1127
|
+
"internalType": "string",
|
|
1128
|
+
"name": "",
|
|
1129
|
+
"type": "string"
|
|
1130
|
+
}
|
|
1131
|
+
],
|
|
1132
|
+
"stateMutability": "view",
|
|
1133
|
+
"type": "function"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"inputs": [
|
|
1137
|
+
{
|
|
1138
|
+
"internalType": "uint256",
|
|
1139
|
+
"name": "tokenId",
|
|
1140
|
+
"type": "uint256"
|
|
1141
|
+
}
|
|
1142
|
+
],
|
|
1143
|
+
"name": "ownerOf",
|
|
1144
|
+
"outputs": [
|
|
1145
|
+
{
|
|
1146
|
+
"internalType": "address",
|
|
1147
|
+
"name": "",
|
|
1148
|
+
"type": "address"
|
|
1149
|
+
}
|
|
1150
|
+
],
|
|
1151
|
+
"stateMutability": "view",
|
|
1152
|
+
"type": "function"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"inputs": [
|
|
1156
|
+
{
|
|
1157
|
+
"internalType": "bytes32",
|
|
1158
|
+
"name": "role",
|
|
1159
|
+
"type": "bytes32"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"internalType": "address",
|
|
1163
|
+
"name": "callerConfirmation",
|
|
1164
|
+
"type": "address"
|
|
1165
|
+
}
|
|
1166
|
+
],
|
|
1167
|
+
"name": "renounceRole",
|
|
1168
|
+
"outputs": [],
|
|
1169
|
+
"stateMutability": "nonpayable",
|
|
1170
|
+
"type": "function"
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"inputs": [
|
|
1174
|
+
{
|
|
1175
|
+
"internalType": "uint256",
|
|
1176
|
+
"name": "tokenId",
|
|
1177
|
+
"type": "uint256"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"internalType": "string",
|
|
1181
|
+
"name": "reason",
|
|
1182
|
+
"type": "string"
|
|
1183
|
+
}
|
|
1184
|
+
],
|
|
1185
|
+
"name": "revokeCertification",
|
|
1186
|
+
"outputs": [],
|
|
1187
|
+
"stateMutability": "nonpayable",
|
|
1188
|
+
"type": "function"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"inputs": [
|
|
1192
|
+
{
|
|
1193
|
+
"internalType": "bytes32",
|
|
1194
|
+
"name": "role",
|
|
1195
|
+
"type": "bytes32"
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"internalType": "address",
|
|
1199
|
+
"name": "account",
|
|
1200
|
+
"type": "address"
|
|
1201
|
+
}
|
|
1202
|
+
],
|
|
1203
|
+
"name": "revokeRole",
|
|
1204
|
+
"outputs": [],
|
|
1205
|
+
"stateMutability": "nonpayable",
|
|
1206
|
+
"type": "function"
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"inputs": [
|
|
1210
|
+
{
|
|
1211
|
+
"internalType": "address",
|
|
1212
|
+
"name": "from",
|
|
1213
|
+
"type": "address"
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"internalType": "address",
|
|
1217
|
+
"name": "to",
|
|
1218
|
+
"type": "address"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"internalType": "uint256",
|
|
1222
|
+
"name": "tokenId",
|
|
1223
|
+
"type": "uint256"
|
|
1224
|
+
}
|
|
1225
|
+
],
|
|
1226
|
+
"name": "safeTransferFrom",
|
|
1227
|
+
"outputs": [],
|
|
1228
|
+
"stateMutability": "nonpayable",
|
|
1229
|
+
"type": "function"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"inputs": [
|
|
1233
|
+
{
|
|
1234
|
+
"internalType": "address",
|
|
1235
|
+
"name": "from",
|
|
1236
|
+
"type": "address"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"internalType": "address",
|
|
1240
|
+
"name": "to",
|
|
1241
|
+
"type": "address"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"internalType": "uint256",
|
|
1245
|
+
"name": "tokenId",
|
|
1246
|
+
"type": "uint256"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"internalType": "bytes",
|
|
1250
|
+
"name": "data",
|
|
1251
|
+
"type": "bytes"
|
|
1252
|
+
}
|
|
1253
|
+
],
|
|
1254
|
+
"name": "safeTransferFrom",
|
|
1255
|
+
"outputs": [],
|
|
1256
|
+
"stateMutability": "nonpayable",
|
|
1257
|
+
"type": "function"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"inputs": [
|
|
1261
|
+
{
|
|
1262
|
+
"internalType": "address",
|
|
1263
|
+
"name": "operator",
|
|
1264
|
+
"type": "address"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"internalType": "bool",
|
|
1268
|
+
"name": "approved",
|
|
1269
|
+
"type": "bool"
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"name": "setApprovalForAll",
|
|
1273
|
+
"outputs": [],
|
|
1274
|
+
"stateMutability": "nonpayable",
|
|
1275
|
+
"type": "function"
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"inputs": [
|
|
1279
|
+
{
|
|
1280
|
+
"internalType": "bytes4",
|
|
1281
|
+
"name": "interfaceId",
|
|
1282
|
+
"type": "bytes4"
|
|
1283
|
+
}
|
|
1284
|
+
],
|
|
1285
|
+
"name": "supportsInterface",
|
|
1286
|
+
"outputs": [
|
|
1287
|
+
{
|
|
1288
|
+
"internalType": "bool",
|
|
1289
|
+
"name": "",
|
|
1290
|
+
"type": "bool"
|
|
1291
|
+
}
|
|
1292
|
+
],
|
|
1293
|
+
"stateMutability": "view",
|
|
1294
|
+
"type": "function"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"inputs": [],
|
|
1298
|
+
"name": "symbol",
|
|
1299
|
+
"outputs": [
|
|
1300
|
+
{
|
|
1301
|
+
"internalType": "string",
|
|
1302
|
+
"name": "",
|
|
1303
|
+
"type": "string"
|
|
1304
|
+
}
|
|
1305
|
+
],
|
|
1306
|
+
"stateMutability": "view",
|
|
1307
|
+
"type": "function"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"inputs": [
|
|
1311
|
+
{
|
|
1312
|
+
"internalType": "uint256",
|
|
1313
|
+
"name": "index",
|
|
1314
|
+
"type": "uint256"
|
|
1315
|
+
}
|
|
1316
|
+
],
|
|
1317
|
+
"name": "tokenByIndex",
|
|
1318
|
+
"outputs": [
|
|
1319
|
+
{
|
|
1320
|
+
"internalType": "uint256",
|
|
1321
|
+
"name": "",
|
|
1322
|
+
"type": "uint256"
|
|
1323
|
+
}
|
|
1324
|
+
],
|
|
1325
|
+
"stateMutability": "view",
|
|
1326
|
+
"type": "function"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"inputs": [
|
|
1330
|
+
{
|
|
1331
|
+
"internalType": "address",
|
|
1332
|
+
"name": "owner",
|
|
1333
|
+
"type": "address"
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"internalType": "uint256",
|
|
1337
|
+
"name": "index",
|
|
1338
|
+
"type": "uint256"
|
|
1339
|
+
}
|
|
1340
|
+
],
|
|
1341
|
+
"name": "tokenOfOwnerByIndex",
|
|
1342
|
+
"outputs": [
|
|
1343
|
+
{
|
|
1344
|
+
"internalType": "uint256",
|
|
1345
|
+
"name": "",
|
|
1346
|
+
"type": "uint256"
|
|
1347
|
+
}
|
|
1348
|
+
],
|
|
1349
|
+
"stateMutability": "view",
|
|
1350
|
+
"type": "function"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"inputs": [
|
|
1354
|
+
{
|
|
1355
|
+
"internalType": "uint256",
|
|
1356
|
+
"name": "tokenId",
|
|
1357
|
+
"type": "uint256"
|
|
1358
|
+
}
|
|
1359
|
+
],
|
|
1360
|
+
"name": "tokenURI",
|
|
1361
|
+
"outputs": [
|
|
1362
|
+
{
|
|
1363
|
+
"internalType": "string",
|
|
1364
|
+
"name": "",
|
|
1365
|
+
"type": "string"
|
|
1366
|
+
}
|
|
1367
|
+
],
|
|
1368
|
+
"stateMutability": "view",
|
|
1369
|
+
"type": "function"
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"inputs": [],
|
|
1373
|
+
"name": "totalSupply",
|
|
1374
|
+
"outputs": [
|
|
1375
|
+
{
|
|
1376
|
+
"internalType": "uint256",
|
|
1377
|
+
"name": "",
|
|
1378
|
+
"type": "uint256"
|
|
1379
|
+
}
|
|
1380
|
+
],
|
|
1381
|
+
"stateMutability": "view",
|
|
1382
|
+
"type": "function"
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"inputs": [
|
|
1386
|
+
{
|
|
1387
|
+
"internalType": "address",
|
|
1388
|
+
"name": "from",
|
|
1389
|
+
"type": "address"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"internalType": "address",
|
|
1393
|
+
"name": "to",
|
|
1394
|
+
"type": "address"
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"internalType": "uint256",
|
|
1398
|
+
"name": "tokenId",
|
|
1399
|
+
"type": "uint256"
|
|
1400
|
+
}
|
|
1401
|
+
],
|
|
1402
|
+
"name": "transferFrom",
|
|
1403
|
+
"outputs": [],
|
|
1404
|
+
"stateMutability": "nonpayable",
|
|
1405
|
+
"type": "function"
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"inputs": [
|
|
1409
|
+
{
|
|
1410
|
+
"internalType": "uint256",
|
|
1411
|
+
"name": "tokenId",
|
|
1412
|
+
"type": "uint256"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"internalType": "uint256",
|
|
1416
|
+
"name": "newTrustScore",
|
|
1417
|
+
"type": "uint256"
|
|
1418
|
+
}
|
|
1419
|
+
],
|
|
1420
|
+
"name": "updateTrustScore",
|
|
1421
|
+
"outputs": [],
|
|
1422
|
+
"stateMutability": "nonpayable",
|
|
1423
|
+
"type": "function"
|
|
1424
|
+
}
|
|
1425
|
+
],
|
|
1426
|
+
"bytecode": "0x60806040523480156200001157600080fd5b50604051806040016040528060098152602001681059d95b9d10d85c9960ba1b815250604051806040016040528060058152602001641051d1539560da1b81525081600090816200006391906200023d565b5060016200007282826200023d565b506200008491506000905033620000e5565b50620000b17f65cb1d8422cdf0328f26b49e42e9f4524474c431da623cbe0ea455f1b67c9f7733620000e5565b50620000de7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a633620000e5565b5062000309565b6000828152600b602090815260408083206001600160a01b038516845290915281205460ff166200018e576000838152600b602090815260408083206001600160a01b03861684529091529020805460ff19166001179055620001453390565b6001600160a01b0316826001600160a01b0316847f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a450600162000192565b5060005b92915050565b634e487b7160e01b600052604160045260246000fd5b600181811c90821680620001c357607f821691505b602082108103620001e457634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156200023857600081815260208120601f850160051c81016020861015620002135750805b601f850160051c820191505b8181101562000234578281556001016200021f565b5050505b505050565b81516001600160401b0381111562000259576200025962000198565b62000271816200026a8454620001ae565b84620001ea565b602080601f831160018114620002a95760008415620002905750858301515b600019600386901b1c1916600185901b17855562000234565b600085815260208120601f198616915b82811015620002da57888601518255948401946001909101908401620002b9565b5085821015620002f95787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b613dff80620003196000396000f3fe608060405234801561001057600080fd5b506004361061023d5760003560e01c80635d06e02c1161013b578063a217fddf116100b8578063c87b56dd1161007c578063c87b56dd1461054a578063d53913931461055d578063d547741f14610584578063e985e9c514610597578063eba73c7c146105aa57600080fd5b8063a217fddf146104f6578063a22cb465146104fe578063a5c19e9814610511578063aeb1e07114610524578063b88d4fde1461053757600080fd5b80638dc10768116100ff5780638dc10768146104735780639188d3121461049d57806391d14854146104b057806395d89b41146104c35780639691019a146104cb57600080fd5b80635d06e02c146104125780636352211e1461042557806369d0b5171461043857806370a082311461044d5780638548d3291461046057600080fd5b8063248a9ca3116101c95780633562b96d1161018d5780633562b96d146103b357806336568abe146103c657806342842e0e146103d95780634f6ccce7146103ec5780634f82ff41146103ff57600080fd5b8063248a9ca3146103375780632bdcd5fa1461035a5780632bfc9a011461037a5780632f2ff15d1461038d5780632f745c59146103a057600080fd5b8063095ea7b311610210578063095ea7b3146102bf5780630c03cf19146102d257806318160ddd146102f25780631cf3138e1461030457806323b872dd1461032457600080fd5b806301ffc9a71461024257806302193cc31461026a57806306fdde031461027f578063081812fc14610294575b600080fd5b61025561025036600461319a565b6105bd565b60405190151581526020015b60405180910390f35b61027d6102783660046131b7565b6105ce565b005b610287610720565b6040516102619190613229565b6102a76102a236600461323c565b6107b2565b6040516001600160a01b039091168152602001610261565b61027d6102cd366004613271565b6107db565b6102e56102e036600461335a565b6107ea565b60405161026191906133c7565b6009545b604051908152602001610261565b61031761031236600461323c565b610b5a565b60405161026191906134c2565b61027d610332366004613524565b610c61565b6102f661034536600461323c565b6000908152600b602052604090206001015490565b61036d6103683660046131b7565b610cec565b6040516102619190613560565b61027d6103883660046135a4565b610e48565b61027d61039b3660046135d0565b610fcc565b6102f66103ae366004613271565b610ff1565b6102f66103c136600461369b565b611056565b61027d6103d43660046135d0565b611361565b61027d6103e7366004613524565b611399565b6102f66103fa36600461323c565b6113b4565b61025561040d36600461323c565b61140d565b61027d61042036600461377c565b61174f565b6102a761043336600461323c565b611830565b6102f6600080516020613daa83398151915281565b6102f661045b3660046137c3565b61183b565b61027d61046e36600461377c565b611883565b61048661048136600461323c565b6119be565b6040516102619b9a999897969594939291906137de565b6102e56104ab36600461323c565b611c46565b6102556104be3660046135d0565b611f67565b610287611f92565b6102f66104d936600461335a565b8051602081830181018051600d8252928201919093012091525481565b6102f6600081565b61027d61050c366004613884565b611fa1565b61031761051f36600461323c565b611fac565b61027d6105323660046138c0565b6120a8565b61027d6105453660046138fd565b61221c565b61028761055836600461323c565b612234565b6102f67f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a681565b61027d6105923660046135d0565b61223f565b6102556105a5366004613979565b612264565b61036d6105b83660046137c3565b612292565b60006105c882612334565b92915050565b600080516020613daa8339815191526105e681612359565b6105ef83612366565b6106145760405162461bcd60e51b815260040161060b906139a3565b60405180910390fd5b6103e88211156106365760405162461bcd60e51b815260040161060b906139da565b6000838152600e602052604090206004810154610100900460ff166106985760405162461bcd60e51b81526020600482015260186024820152771059d95b9d10d85c990e88139bdd0818d95c9d1a599a595960421b604482015260640161060b565b600381015460006106a885612383565b60038401869055600484018054919250829160ff191660018360058111156106d2576106d261338f565b0217905550857f9a55bd48dd1b2841e410dad5a9d0e39c7c671ce4ff88b202e40b0ec93d62529f846000018488856040516107109493929190613ad7565b60405180910390a2505050505050565b60606000805461072f90613a20565b80601f016020809104026020016040519081016040528092919081815260200182805461075b90613a20565b80156107a85780601f1061077d576101008083540402835291602001916107a8565b820191906000526020600020905b81548152906001019060200180831161078b57829003601f168201915b5050505050905090565b60006107bd826123e1565b506000828152600460205260409020546001600160a01b03166105c8565b6107e682823361241a565b5050565b6107f261311a565b6000600d836040516108049190613b0e565b9081526020016040518091039020549050806000036108655760405162461bcd60e51b815260206004820152601860248201527f4167656e74436172643a20444944206e6f7420666f756e640000000000000000604482015260640161060b565b6000818152600e6020526040908190208151610160810190925280548290829061088e90613a20565b80601f01602080910402602001604051908101604052809291908181526020018280546108ba90613a20565b80156109075780601f106108dc57610100808354040283529160200191610907565b820191906000526020600020905b8154815290600101906020018083116108ea57829003601f168201915b5050505050815260200160018201805461092090613a20565b80601f016020809104026020016040519081016040528092919081815260200182805461094c90613a20565b80156109995780601f1061096e57610100808354040283529160200191610999565b820191906000526020600020905b81548152906001019060200180831161097c57829003601f168201915b505050505081526020016002820180546109b290613a20565b80601f01602080910402602001604051908101604052809291908181526020018280546109de90613a20565b8015610a2b5780601f10610a0057610100808354040283529160200191610a2b565b820191906000526020600020905b815481529060010190602001808311610a0e57829003601f168201915b505050918352505060038201546020820152600482015460409091019060ff166005811115610a5c57610a5c61338f565b6005811115610a6d57610a6d61338f565b81526004820154610100810460ff16151560208301526201000090046001600160a01b03166040820152600582015460608201526006820154608082015260078201805460a090920191610ac090613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054610aec90613a20565b8015610b395780601f10610b0e57610100808354040283529160200191610b39565b820191906000526020600020905b815481529060010190602001808311610b1c57829003601f168201915b50505091835250506008919091015460ff1615156020909101529392505050565b6060610b6582612366565b610b815760405162461bcd60e51b815260040161060b906139a3565b6000828152600f6020908152604080832080548251818502810185019093528083529193909284015b82821015610c56578382906000526020600020018054610bc990613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054610bf590613a20565b8015610c425780601f10610c1757610100808354040283529160200191610c42565b820191906000526020600020905b815481529060010190602001808311610c2557829003601f168201915b505050505081526020019060010190610baa565b505050509050919050565b6001600160a01b038216610c8b57604051633250574960e11b81526000600482015260240161060b565b6000610c98838333612427565b9050836001600160a01b0316816001600160a01b031614610ce6576040516364283d7b60e01b81526001600160a01b038086166004830152602482018490528216604482015260640161060b565b50505050565b60606000610cf960095490565b90506000805b82811015610d43576000610d12826113b4565b9050610d1d8161140d565b15610d305782610d2c81613b40565b9350505b5080610d3b81613b40565b915050610cff565b506000858211610d54576000610d5e565b610d5e8683613b59565b905084811115610d6b5750835b60008167ffffffffffffffff811115610d8657610d8661329b565b604051908082528060200260200182016040528015610daf578160200160208202803683370190505b50905060008060005b8681108015610dc657508483105b15610e3a576000610dd6826113b4565b9050610de18161140d565b15610e27578a8310610e195780858581518110610e0057610e00613b6c565b602090810291909101015283610e1581613b40565b9450505b82610e2381613b40565b9350505b5080610e3281613b40565b915050610db8565b509198975050505050505050565b600080516020613daa833981519152610e6081612359565b610e6984612366565b610e855760405162461bcd60e51b815260040161060b906139a3565b6103e8831115610ea75760405162461bcd60e51b815260040161060b906139da565b428211610f025760405162461bcd60e51b815260206004820152602360248201527f4167656e74436172643a20457870697279206d75737420626520696e2066757460448201526275726560e81b606482015260840161060b565b6000848152600e6020526040812090610f1a85612383565b600483018054620100003302610100600160b01b03199091161761010017808255426005808701919091556006860188905560038601899055929350839260ff19909116906001908490811115610f7357610f7361338f565b021790555060088201805460ff19169055604051339087907f0eb343f93e682e5205ce692f064da50d0842554dce0394d5345e9839fa841e9d90610fbc9086908a908790613b82565b60405180910390a3505050505050565b6000828152600b6020526040902060010154610fe781612359565b610ce6838361243c565b6000610ffc8361183b565b821061102d5760405163295f44f760e21b81526001600160a01b03841660048201526024810183905260440161060b565b506001600160a01b03919091166000908152600760209081526040808320938352929052205490565b60007f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a661108281612359565b600d876040516110929190613b0e565b9081526020016040518091039020546000146110f05760405162461bcd60e51b815260206004820152601d60248201527f4167656e74436172643a2044494420616c726561647920657869737473000000604482015260640161060b565b600c80546000918261110183613b40565b91905055905061111189826124d0565b61111b81856124ea565b60405180610160016040528089815260200188815260200187815260200160008152602001600060058111156111535761115361338f565b8152600060208083018290526040808401839052606084018390526080840183905260a0840189905260c0909301829052848252600e9052208151819061119a9082613bf0565b50602082015160018201906111af9082613bf0565b50604082015160028201906111c49082613bf0565b5060608201516003820155608082015160048201805460ff191660018360058111156111f2576111f261338f565b021790555060a082015160048201805460c0850151610100600160b01b0319909116610100931515840262010000600160b01b03191617620100006001600160a01b039092169190910217905560e08301516005830155820151600682015561012082015160078201906112669082613bf0565b5061014091909101516008909101805460ff19169115159190911790556040518190600d90611296908b90613b0e565b9081526040519081900360200190205560005b8551811015611310576000828152600f6020526040902086518790839081106112d4576112d4613b6c565b602090810291909101810151825460018101845560009384529190922001906112fd9082613bf0565b508061130881613b40565b9150506112a9565b50886001600160a01b0316817fc7904fd98d53c8cd74379ae737abd0f4f077c6d3159f3289fbb6e53cf146ee158a8a60405161134d929190613cb0565b60405180910390a398975050505050505050565b6001600160a01b038116331461138a5760405163334bd91960e11b815260040160405180910390fd5b611394828261253a565b505050565b6113948383836040518060200160405280600081525061221c565b60006113bf60095490565b82106113e85760405163295f44f760e21b8152600060048201526024810183905260440161060b565b600982815481106113fb576113fb613b6c565b90600052602060002001549050919050565b600061141882612366565b6114345760405162461bcd60e51b815260040161060b906139a3565b6000828152600e60205260408082208151610160810190925280548290829061145c90613a20565b80601f016020809104026020016040519081016040528092919081815260200182805461148890613a20565b80156114d55780601f106114aa576101008083540402835291602001916114d5565b820191906000526020600020905b8154815290600101906020018083116114b857829003601f168201915b505050505081526020016001820180546114ee90613a20565b80601f016020809104026020016040519081016040528092919081815260200182805461151a90613a20565b80156115675780601f1061153c57610100808354040283529160200191611567565b820191906000526020600020905b81548152906001019060200180831161154a57829003601f168201915b5050505050815260200160028201805461158090613a20565b80601f01602080910402602001604051908101604052809291908181526020018280546115ac90613a20565b80156115f95780601f106115ce576101008083540402835291602001916115f9565b820191906000526020600020905b8154815290600101906020018083116115dc57829003601f168201915b505050918352505060038201546020820152600482015460409091019060ff16600581111561162a5761162a61338f565b600581111561163b5761163b61338f565b81526004820154610100810460ff16151560208301526201000090046001600160a01b03166040820152600582015460608201526006820154608082015260078201805460a09092019161168e90613a20565b80601f01602080910402602001604051908101604052809291908181526020018280546116ba90613a20565b80156117075780601f106116dc57610100808354040283529160200191611707565b820191906000526020600020905b8154815290600101906020018083116116ea57829003601f168201915b50505091835250506008919091015460ff16151560209091015260a081015190915080156117385750806101400151155b8015611748575080610100015142105b9392505050565b61175882612366565b6117745760405162461bcd60e51b815260040161060b906139a3565b61177e33836125a7565b6117c65760405162461bcd60e51b81526020600482015260196024820152781059d95b9d10d85c990e88139bdd08185d5d1a1bdc9a5e9959603a1b604482015260640161060b565b60005b815181101561139457600083815260106020526040902082518390839081106117f4576117f4613b6c565b6020908102919091018101518254600181018455600093845291909220019061181d9082613bf0565b508061182881613b40565b9150506117c9565b60006105c8826123e1565b60006001600160a01b038216611867576040516322718ad960e21b81526000600482015260240161060b565b506001600160a01b031660009081526003602052604090205490565b61188c82612366565b6118a85760405162461bcd60e51b815260040161060b906139a3565b6118b233836125a7565b6118fa5760405162461bcd60e51b81526020600482015260196024820152781059d95b9d10d85c990e88139bdd08185d5d1a1bdc9a5e9959603a1b604482015260640161060b565b60005b8151811015611964576000838152600f60205260409020825183908390811061192857611928613b6c565b602090810291909101810151825460018101845560009384529190922001906119519082613bf0565b508061195c81613b40565b9150506118fd565b506000828152600e60209081526040808320600f9092529182902054915184927f3d1f7225f9998ce93933a464119ce318a20c649ba6f1af4b63bc522ac606c794926119b292909190613cd5565b60405180910390a25050565b600e602052600090815260409020805481906119d990613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611a0590613a20565b8015611a525780601f10611a2757610100808354040283529160200191611a52565b820191906000526020600020905b815481529060010190602001808311611a3557829003601f168201915b505050505090806001018054611a6790613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611a9390613a20565b8015611ae05780601f10611ab557610100808354040283529160200191611ae0565b820191906000526020600020905b815481529060010190602001808311611ac357829003601f168201915b505050505090806002018054611af590613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611b2190613a20565b8015611b6e5780601f10611b4357610100808354040283529160200191611b6e565b820191906000526020600020905b815481529060010190602001808311611b5157829003601f168201915b5050505060038301546004840154600585015460068601546007870180549697949660ff808616975061010086041695620100009095046001600160a01b0316949190611bba90613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611be690613a20565b8015611c335780601f10611c0857610100808354040283529160200191611c33565b820191906000526020600020905b815481529060010190602001808311611c1657829003601f168201915b5050506008909301549192505060ff168b565b611c4e61311a565b611c5782612366565b611c735760405162461bcd60e51b815260040161060b906139a3565b6000828152600e60205260409081902081516101608101909252805482908290611c9c90613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611cc890613a20565b8015611d155780601f10611cea57610100808354040283529160200191611d15565b820191906000526020600020905b815481529060010190602001808311611cf857829003601f168201915b50505050508152602001600182018054611d2e90613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611d5a90613a20565b8015611da75780601f10611d7c57610100808354040283529160200191611da7565b820191906000526020600020905b815481529060010190602001808311611d8a57829003601f168201915b50505050508152602001600282018054611dc090613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611dec90613a20565b8015611e395780601f10611e0e57610100808354040283529160200191611e39565b820191906000526020600020905b815481529060010190602001808311611e1c57829003601f168201915b505050918352505060038201546020820152600482015460409091019060ff166005811115611e6a57611e6a61338f565b6005811115611e7b57611e7b61338f565b81526004820154610100810460ff16151560208301526201000090046001600160a01b03166040820152600582015460608201526006820154608082015260078201805460a090920191611ece90613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611efa90613a20565b8015611f475780601f10611f1c57610100808354040283529160200191611f47565b820191906000526020600020905b815481529060010190602001808311611f2a57829003601f168201915b50505091835250506008919091015460ff16151560209091015292915050565b6000918252600b602090815260408084206001600160a01b0393909316845291905290205460ff1690565b60606001805461072f90613a20565b6107e6338383612605565b6060611fb782612366565b611fd35760405162461bcd60e51b815260040161060b906139a3565b600082815260106020908152604080832080548251818502810185019093528083529193909284015b82821015610c5657838290600052602060002001805461201b90613a20565b80601f016020809104026020016040519081016040528092919081815260200182805461204790613a20565b80156120945780601f1061206957610100808354040283529160200191612094565b820191906000526020600020905b81548152906001019060200180831161207757829003601f168201915b505050505081526020019060010190611ffc565b600080516020613daa8339815191526120c081612359565b6120c983612366565b6120e55760405162461bcd60e51b815260040161060b906139a3565b6000838152600e602052604090206004810154610100900460ff166121475760405162461bcd60e51b81526020600482015260186024820152771059d95b9d10d85c990e88139bdd0818d95c9d1a599a595960421b604482015260640161060b565b60048101546201000090046001600160a01b031633146121b55760405162461bcd60e51b8152602060048201526024808201527f4167656e74436172643a204f6e6c79206365727469666965722063616e207265604482015263766f6b6560e01b606482015260840161060b565b60048101805460088301805460ff1916600117905561ffff1916905560006003820155604051339085907fdc5d6871cb05adbea16ec6a89a8e10cdec75408eab60f31cdf1b4958083887479061220e9085908890613cf7565b60405180910390a350505050565b612227848484610c61565b610ce633858585856126a4565b60606105c8826127cf565b6000828152600b602052604090206001015461225a81612359565b610ce6838361253a565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b6060600061229f8361183b565b905060008167ffffffffffffffff8111156122bc576122bc61329b565b6040519080825280602002602001820160405280156122e5578160200160208202803683370190505b50905060005b8281101561232c576122fd8582610ff1565b82828151811061230f5761230f613b6c565b60209081029190910101528061232481613b40565b9150506122eb565b509392505050565b60006001600160e01b03198216637965db0b60e01b14806105c857506105c8826128d8565b61236381336128fd565b50565b6000908152600260205260409020546001600160a01b0316151590565b6000610352821061239657506005919050565b6102bc82106123a757506004919050565b6101f482106123b857506003919050565b61012c82106123c957506002919050565b606482106123d957506001919050565b506000919050565b6000818152600260205260408120546001600160a01b0316806105c857604051637e27328960e01b81526004810184905260240161060b565b6113948383836001612936565b6000612434848484612a3c565b949350505050565b60006124488383611f67565b6124c8576000838152600b602090815260408083206001600160a01b03861684529091529020805460ff191660011790556124803390565b6001600160a01b0316826001600160a01b0316847f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45060016105c8565b5060006105c8565b6107e6828260405180602001604052806000815250612b09565b60008281526006602052604090206125028282613bf0565b506040518281527ff8e1a15aba9398e019f0b49df1a4fde98ee17ae345cb5f6b5e2c27f5033e8ce79060200160405180910390a15050565b60006125468383611f67565b156124c8576000838152600b602090815260408083206001600160a01b0386168085529252808320805460ff1916905551339286917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45060016105c8565b6000806125b383611830565b9050806001600160a01b0316846001600160a01b031614806125da57506125da8185612264565b806124345750836001600160a01b03166125f3846107b2565b6001600160a01b031614949350505050565b6001600160a01b03821661263757604051630b61174360e31b81526001600160a01b038316600482015260240161060b565b6001600160a01b03838116600081815260056020908152604080832094871680845294825291829020805460ff191686151590811790915591519182527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a3505050565b6001600160a01b0383163b156127c857604051630a85bd0160e11b81526001600160a01b0384169063150b7a02906126e6908890889087908790600401613d0a565b6020604051808303816000875af1925050508015612721575060408051601f3d908101601f1916820190925261271e91810190613d47565b60015b61278a573d80801561274f576040519150601f19603f3d011682016040523d82523d6000602084013e612754565b606091505b50805160000361278257604051633250574960e11b81526001600160a01b038516600482015260240161060b565b805160208201fd5b6001600160e01b03198116630a85bd0160e11b146127c657604051633250574960e11b81526001600160a01b038516600482015260240161060b565b505b5050505050565b60606127da826123e1565b50600082815260066020526040812080546127f490613a20565b80601f016020809104026020016040519081016040528092919081815260200182805461282090613a20565b801561286d5780601f106128425761010080835404028352916020019161286d565b820191906000526020600020905b81548152906001019060200180831161285057829003601f168201915b50505050509050600061288b60408051602081019091526000815290565b9050805160000361289d575092915050565b8151156128cf5780826040516020016128b7929190613d64565b60405160208183030381529060405292505050919050565b61243484612b21565b60006001600160e01b0319821663780e9d6360e01b14806105c857506105c882612b95565b6129078282611f67565b6107e65760405163e2517d3f60e01b81526001600160a01b03821660048201526024810183905260440161060b565b808061294a57506001600160a01b03821615155b15612a0c57600061295a846123e1565b90506001600160a01b038316158015906129865750826001600160a01b0316816001600160a01b031614155b801561299957506129978184612264565b155b156129c25760405163a9fbf51f60e01b81526001600160a01b038416600482015260240161060b565b8115612a0a5783856001600160a01b0316826001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45b505b5050600090815260046020526040902080546001600160a01b0319166001600160a01b0392909216919091179055565b600080612a4a858585612bba565b90506001600160a01b038116612aa757612aa284600980546000838152600a60205260408120829055600182018355919091527f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af0155565b612aca565b846001600160a01b0316816001600160a01b031614612aca57612aca8185612cb3565b6001600160a01b038516612ae657612ae184612d34565b612434565b846001600160a01b0316816001600160a01b031614612434576124348585612de3565b612b138383612e33565b6113943360008585856126a4565b6060612b2c826123e1565b506000612b4460408051602081019091526000815290565b90506000815111612b645760405180602001604052806000815250611748565b80612b6e84612e98565b604051602001612b7f929190613d64565b6040516020818303038152906040529392505050565b60006001600160e01b03198216632483248360e11b14806105c857506105c882612f2b565b6000828152600260205260408120546001600160a01b0390811690831615612be757612be7818486612f7b565b6001600160a01b03811615612c2557612c04600085600080612936565b6001600160a01b038116600090815260036020526040902080546000190190555b6001600160a01b03851615612c54576001600160a01b0385166000908152600360205260409020805460010190555b60008481526002602052604080822080546001600160a01b0319166001600160a01b0389811691821790925591518793918516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4949350505050565b6000612cbe8361183b565b6000838152600860209081526040808320546001600160a01b0388168452600790925290912091925090818314612d1557600083815260208281526040808320548584528184208190558352600890915290208290555b6000938452600860209081526040808620869055938552525081205550565b600954600090612d4690600190613b59565b6000838152600a602052604081205460098054939450909284908110612d6e57612d6e613b6c565b906000526020600020015490508060098381548110612d8f57612d8f613b6c565b6000918252602080832090910192909255828152600a90915260408082208490558582528120556009805480612dc757612dc7613d93565b6001900381819060005260206000200160009055905550505050565b60006001612df08461183b565b612dfa9190613b59565b6001600160a01b039093166000908152600760209081526040808320868452825280832085905593825260089052919091209190915550565b6001600160a01b038216612e5d57604051633250574960e11b81526000600482015260240161060b565b6000612e6b83836000612427565b90506001600160a01b03811615611394576040516339e3563760e11b81526000600482015260240161060b565b60606000612ea583612fdf565b600101905060008167ffffffffffffffff811115612ec557612ec561329b565b6040519080825280601f01601f191660200182016040528015612eef576020820181803683370190505b5090508181016020015b600019016f181899199a1a9b1b9c1cb0b131b232b360811b600a86061a8153600a8504945084612ef957509392505050565b60006001600160e01b031982166380ac58cd60e01b1480612f5c57506001600160e01b03198216635b5e139f60e01b145b806105c857506301ffc9a760e01b6001600160e01b03198316146105c8565b612f868383836130b7565b611394576001600160a01b038316612fb457604051637e27328960e01b81526004810182905260240161060b565b60405163177e802f60e01b81526001600160a01b03831660048201526024810182905260440161060b565b60008072184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b831061301e5772184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b830492506040015b6d04ee2d6d415b85acef8100000000831061304a576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc10000831061306857662386f26fc10000830492506010015b6305f5e1008310613080576305f5e100830492506008015b612710831061309457612710830492506004015b606483106130a6576064830492506002015b600a83106105c85760010192915050565b60006001600160a01b038316158015906124345750826001600160a01b0316846001600160a01b031614806130f157506130f18484612264565b806124345750506000908152600460205260409020546001600160a01b03908116911614919050565b60405180610160016040528060608152602001606081526020016060815260200160008152602001600060058111156131555761315561338f565b81526000602082018190526040820181905260608083018290526080830182905260a083015260c09091015290565b6001600160e01b03198116811461236357600080fd5b6000602082840312156131ac57600080fd5b813561174881613184565b600080604083850312156131ca57600080fd5b50508035926020909101359150565b60005b838110156131f45781810151838201526020016131dc565b50506000910152565b600081518084526132158160208601602086016131d9565b601f01601f19169290920160200192915050565b60208152600061174860208301846131fd565b60006020828403121561324e57600080fd5b5035919050565b80356001600160a01b038116811461326c57600080fd5b919050565b6000806040838503121561328457600080fd5b61328d83613255565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156132da576132da61329b565b604052919050565b600067ffffffffffffffff8311156132fc576132fc61329b565b61330f601f8401601f19166020016132b1565b905082815283838301111561332357600080fd5b828260208301376000602084830101529392505050565b600082601f83011261334b57600080fd5b611748838335602085016132e2565b60006020828403121561336c57600080fd5b813567ffffffffffffffff81111561338357600080fd5b6124348482850161333a565b634e487b7160e01b600052602160045260246000fd5b600681106133c357634e487b7160e01b600052602160045260246000fd5b9052565b60208152600082516101608060208501526133e66101808501836131fd565b91506020850151601f198086850301604087015261340484836131fd565b9350604087015191508086850301606087015261342184836131fd565b9350606087015160808701526080870151915061344160a08701836133a5565b60a087015180151560c0880152915060c08701516001600160a01b03811660e0880152915060e087015191506101008281880152808801519250506101208281880152808801519250506101408187860301818801526134a185846131fd565b945080880151925050506134b88286018215159052565b5090949350505050565b6000602080830181845280855180835260408601915060408160051b870101925083870160005b8281101561351757603f198886030184526135058583516131fd565b945092850192908501906001016134e9565b5092979650505050505050565b60008060006060848603121561353957600080fd5b61354284613255565b925061355060208501613255565b9150604084013590509250925092565b6020808252825182820181905260009190848201906040850190845b818110156135985783518352928401929184019160010161357c565b50909695505050505050565b6000806000606084860312156135b957600080fd5b505081359360208301359350604090920135919050565b600080604083850312156135e357600080fd5b823591506135f360208401613255565b90509250929050565b600082601f83011261360d57600080fd5b8135602067ffffffffffffffff8083111561362a5761362a61329b565b8260051b6136398382016132b1565b938452858101830193838101908886111561365357600080fd5b84880192505b8583101561368f578235848111156136715760008081fd5b61367f8a87838c010161333a565b8352509184019190840190613659565b98975050505050505050565b60008060008060008060c087890312156136b457600080fd5b6136bd87613255565b9550602087013567ffffffffffffffff808211156136da57600080fd5b6136e68a838b0161333a565b965060408901359150808211156136fc57600080fd5b6137088a838b0161333a565b9550606089013591508082111561371e57600080fd5b61372a8a838b0161333a565b9450608089013591508082111561374057600080fd5b61374c8a838b016135fc565b935060a089013591508082111561376257600080fd5b5061376f89828a0161333a565b9150509295509295509295565b6000806040838503121561378f57600080fd5b82359150602083013567ffffffffffffffff8111156137ad57600080fd5b6137b9858286016135fc565b9150509250929050565b6000602082840312156137d557600080fd5b61174882613255565b60006101608083526137f28184018f6131fd565b90508281036020840152613806818e6131fd565b9050828103604084015261381a818d6131fd565b90508a606084015261382f608084018b6133a5565b88151560a08401526001600160a01b03881660c084015260e08301879052610100830186905282810361012084015261386881866131fd565b9150508215156101408301529c9b505050505050505050505050565b6000806040838503121561389757600080fd5b6138a083613255565b9150602083013580151581146138b557600080fd5b809150509250929050565b600080604083850312156138d357600080fd5b82359150602083013567ffffffffffffffff8111156138f157600080fd5b6137b98582860161333a565b6000806000806080858703121561391357600080fd5b61391c85613255565b935061392a60208601613255565b925060408501359150606085013567ffffffffffffffff81111561394d57600080fd5b8501601f8101871361395e57600080fd5b61396d878235602084016132e2565b91505092959194509250565b6000806040838503121561398c57600080fd5b61399583613255565b91506135f360208401613255565b6020808252601f908201527f4167656e74436172643a20546f6b656e20646f6573206e6f7420657869737400604082015260600190565b60208082526026908201527f4167656e74436172643a2054727573742073636f7265206d757374206265203c60408201526503d20313030360d41b606082015260800190565b600181811c90821680613a3457607f821691505b602082108103613a5457634e487b7160e01b600052602260045260246000fd5b50919050565b60008154613a6781613a20565b808552602060018381168015613a845760018114613a9e57613acc565b60ff1985168884015283151560051b880183019550613acc565b866000528260002060005b85811015613ac45781548a8201860152908301908401613aa9565b890184019650505b505050505092915050565b608081526000613aea6080830187613a5a565b9050846020830152836040830152613b0560608301846133a5565b95945050505050565b60008251613b208184602087016131d9565b9190910192915050565b634e487b7160e01b600052601160045260246000fd5b600060018201613b5257613b52613b2a565b5060010190565b818103818111156105c8576105c8613b2a565b634e487b7160e01b600052603260045260246000fd5b606081526000613b956060830186613a5a565b905083602083015261243460408301846133a5565b601f82111561139457600081815260208120601f850160051c81016020861015613bd15750805b601f850160051c820191505b818110156127c657828155600101613bdd565b815167ffffffffffffffff811115613c0a57613c0a61329b565b613c1e81613c188454613a20565b84613baa565b602080601f831160018114613c535760008415613c3b5750858301515b600019600386901b1c1916600185901b1785556127c6565b600085815260208120601f198616915b82811015613c8257888601518255948401946001909101908401613c63565b5085821015613ca05787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b604081526000613cc360408301856131fd565b8281036020840152613b0581856131fd565b604081526000613ce86040830185613a5a565b90508260208301529392505050565b604081526000613cc36040830185613a5a565b6001600160a01b0385811682528416602082015260408101839052608060608201819052600090613d3d908301846131fd565b9695505050505050565b600060208284031215613d5957600080fd5b815161174881613184565b60008351613d768184602088016131d9565b835190830190613d8a8183602088016131d9565b01949350505050565b634e487b7160e01b600052603160045260246000fdfe65cb1d8422cdf0328f26b49e42e9f4524474c431da623cbe0ea455f1b67c9f77a2646970667358221220bff101df3459a7dc2999ee7dda420398b6267c97c17351de10d00b99e3ccbfba64736f6c63430008140033",
|
|
1427
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061023d5760003560e01c80635d06e02c1161013b578063a217fddf116100b8578063c87b56dd1161007c578063c87b56dd1461054a578063d53913931461055d578063d547741f14610584578063e985e9c514610597578063eba73c7c146105aa57600080fd5b8063a217fddf146104f6578063a22cb465146104fe578063a5c19e9814610511578063aeb1e07114610524578063b88d4fde1461053757600080fd5b80638dc10768116100ff5780638dc10768146104735780639188d3121461049d57806391d14854146104b057806395d89b41146104c35780639691019a146104cb57600080fd5b80635d06e02c146104125780636352211e1461042557806369d0b5171461043857806370a082311461044d5780638548d3291461046057600080fd5b8063248a9ca3116101c95780633562b96d1161018d5780633562b96d146103b357806336568abe146103c657806342842e0e146103d95780634f6ccce7146103ec5780634f82ff41146103ff57600080fd5b8063248a9ca3146103375780632bdcd5fa1461035a5780632bfc9a011461037a5780632f2ff15d1461038d5780632f745c59146103a057600080fd5b8063095ea7b311610210578063095ea7b3146102bf5780630c03cf19146102d257806318160ddd146102f25780631cf3138e1461030457806323b872dd1461032457600080fd5b806301ffc9a71461024257806302193cc31461026a57806306fdde031461027f578063081812fc14610294575b600080fd5b61025561025036600461319a565b6105bd565b60405190151581526020015b60405180910390f35b61027d6102783660046131b7565b6105ce565b005b610287610720565b6040516102619190613229565b6102a76102a236600461323c565b6107b2565b6040516001600160a01b039091168152602001610261565b61027d6102cd366004613271565b6107db565b6102e56102e036600461335a565b6107ea565b60405161026191906133c7565b6009545b604051908152602001610261565b61031761031236600461323c565b610b5a565b60405161026191906134c2565b61027d610332366004613524565b610c61565b6102f661034536600461323c565b6000908152600b602052604090206001015490565b61036d6103683660046131b7565b610cec565b6040516102619190613560565b61027d6103883660046135a4565b610e48565b61027d61039b3660046135d0565b610fcc565b6102f66103ae366004613271565b610ff1565b6102f66103c136600461369b565b611056565b61027d6103d43660046135d0565b611361565b61027d6103e7366004613524565b611399565b6102f66103fa36600461323c565b6113b4565b61025561040d36600461323c565b61140d565b61027d61042036600461377c565b61174f565b6102a761043336600461323c565b611830565b6102f6600080516020613daa83398151915281565b6102f661045b3660046137c3565b61183b565b61027d61046e36600461377c565b611883565b61048661048136600461323c565b6119be565b6040516102619b9a999897969594939291906137de565b6102e56104ab36600461323c565b611c46565b6102556104be3660046135d0565b611f67565b610287611f92565b6102f66104d936600461335a565b8051602081830181018051600d8252928201919093012091525481565b6102f6600081565b61027d61050c366004613884565b611fa1565b61031761051f36600461323c565b611fac565b61027d6105323660046138c0565b6120a8565b61027d6105453660046138fd565b61221c565b61028761055836600461323c565b612234565b6102f67f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a681565b61027d6105923660046135d0565b61223f565b6102556105a5366004613979565b612264565b61036d6105b83660046137c3565b612292565b60006105c882612334565b92915050565b600080516020613daa8339815191526105e681612359565b6105ef83612366565b6106145760405162461bcd60e51b815260040161060b906139a3565b60405180910390fd5b6103e88211156106365760405162461bcd60e51b815260040161060b906139da565b6000838152600e602052604090206004810154610100900460ff166106985760405162461bcd60e51b81526020600482015260186024820152771059d95b9d10d85c990e88139bdd0818d95c9d1a599a595960421b604482015260640161060b565b600381015460006106a885612383565b60038401869055600484018054919250829160ff191660018360058111156106d2576106d261338f565b0217905550857f9a55bd48dd1b2841e410dad5a9d0e39c7c671ce4ff88b202e40b0ec93d62529f846000018488856040516107109493929190613ad7565b60405180910390a2505050505050565b60606000805461072f90613a20565b80601f016020809104026020016040519081016040528092919081815260200182805461075b90613a20565b80156107a85780601f1061077d576101008083540402835291602001916107a8565b820191906000526020600020905b81548152906001019060200180831161078b57829003601f168201915b5050505050905090565b60006107bd826123e1565b506000828152600460205260409020546001600160a01b03166105c8565b6107e682823361241a565b5050565b6107f261311a565b6000600d836040516108049190613b0e565b9081526020016040518091039020549050806000036108655760405162461bcd60e51b815260206004820152601860248201527f4167656e74436172643a20444944206e6f7420666f756e640000000000000000604482015260640161060b565b6000818152600e6020526040908190208151610160810190925280548290829061088e90613a20565b80601f01602080910402602001604051908101604052809291908181526020018280546108ba90613a20565b80156109075780601f106108dc57610100808354040283529160200191610907565b820191906000526020600020905b8154815290600101906020018083116108ea57829003601f168201915b5050505050815260200160018201805461092090613a20565b80601f016020809104026020016040519081016040528092919081815260200182805461094c90613a20565b80156109995780601f1061096e57610100808354040283529160200191610999565b820191906000526020600020905b81548152906001019060200180831161097c57829003601f168201915b505050505081526020016002820180546109b290613a20565b80601f01602080910402602001604051908101604052809291908181526020018280546109de90613a20565b8015610a2b5780601f10610a0057610100808354040283529160200191610a2b565b820191906000526020600020905b815481529060010190602001808311610a0e57829003601f168201915b505050918352505060038201546020820152600482015460409091019060ff166005811115610a5c57610a5c61338f565b6005811115610a6d57610a6d61338f565b81526004820154610100810460ff16151560208301526201000090046001600160a01b03166040820152600582015460608201526006820154608082015260078201805460a090920191610ac090613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054610aec90613a20565b8015610b395780601f10610b0e57610100808354040283529160200191610b39565b820191906000526020600020905b815481529060010190602001808311610b1c57829003601f168201915b50505091835250506008919091015460ff1615156020909101529392505050565b6060610b6582612366565b610b815760405162461bcd60e51b815260040161060b906139a3565b6000828152600f6020908152604080832080548251818502810185019093528083529193909284015b82821015610c56578382906000526020600020018054610bc990613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054610bf590613a20565b8015610c425780601f10610c1757610100808354040283529160200191610c42565b820191906000526020600020905b815481529060010190602001808311610c2557829003601f168201915b505050505081526020019060010190610baa565b505050509050919050565b6001600160a01b038216610c8b57604051633250574960e11b81526000600482015260240161060b565b6000610c98838333612427565b9050836001600160a01b0316816001600160a01b031614610ce6576040516364283d7b60e01b81526001600160a01b038086166004830152602482018490528216604482015260640161060b565b50505050565b60606000610cf960095490565b90506000805b82811015610d43576000610d12826113b4565b9050610d1d8161140d565b15610d305782610d2c81613b40565b9350505b5080610d3b81613b40565b915050610cff565b506000858211610d54576000610d5e565b610d5e8683613b59565b905084811115610d6b5750835b60008167ffffffffffffffff811115610d8657610d8661329b565b604051908082528060200260200182016040528015610daf578160200160208202803683370190505b50905060008060005b8681108015610dc657508483105b15610e3a576000610dd6826113b4565b9050610de18161140d565b15610e27578a8310610e195780858581518110610e0057610e00613b6c565b602090810291909101015283610e1581613b40565b9450505b82610e2381613b40565b9350505b5080610e3281613b40565b915050610db8565b509198975050505050505050565b600080516020613daa833981519152610e6081612359565b610e6984612366565b610e855760405162461bcd60e51b815260040161060b906139a3565b6103e8831115610ea75760405162461bcd60e51b815260040161060b906139da565b428211610f025760405162461bcd60e51b815260206004820152602360248201527f4167656e74436172643a20457870697279206d75737420626520696e2066757460448201526275726560e81b606482015260840161060b565b6000848152600e6020526040812090610f1a85612383565b600483018054620100003302610100600160b01b03199091161761010017808255426005808701919091556006860188905560038601899055929350839260ff19909116906001908490811115610f7357610f7361338f565b021790555060088201805460ff19169055604051339087907f0eb343f93e682e5205ce692f064da50d0842554dce0394d5345e9839fa841e9d90610fbc9086908a908790613b82565b60405180910390a3505050505050565b6000828152600b6020526040902060010154610fe781612359565b610ce6838361243c565b6000610ffc8361183b565b821061102d5760405163295f44f760e21b81526001600160a01b03841660048201526024810183905260440161060b565b506001600160a01b03919091166000908152600760209081526040808320938352929052205490565b60007f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a661108281612359565b600d876040516110929190613b0e565b9081526020016040518091039020546000146110f05760405162461bcd60e51b815260206004820152601d60248201527f4167656e74436172643a2044494420616c726561647920657869737473000000604482015260640161060b565b600c80546000918261110183613b40565b91905055905061111189826124d0565b61111b81856124ea565b60405180610160016040528089815260200188815260200187815260200160008152602001600060058111156111535761115361338f565b8152600060208083018290526040808401839052606084018390526080840183905260a0840189905260c0909301829052848252600e9052208151819061119a9082613bf0565b50602082015160018201906111af9082613bf0565b50604082015160028201906111c49082613bf0565b5060608201516003820155608082015160048201805460ff191660018360058111156111f2576111f261338f565b021790555060a082015160048201805460c0850151610100600160b01b0319909116610100931515840262010000600160b01b03191617620100006001600160a01b039092169190910217905560e08301516005830155820151600682015561012082015160078201906112669082613bf0565b5061014091909101516008909101805460ff19169115159190911790556040518190600d90611296908b90613b0e565b9081526040519081900360200190205560005b8551811015611310576000828152600f6020526040902086518790839081106112d4576112d4613b6c565b602090810291909101810151825460018101845560009384529190922001906112fd9082613bf0565b508061130881613b40565b9150506112a9565b50886001600160a01b0316817fc7904fd98d53c8cd74379ae737abd0f4f077c6d3159f3289fbb6e53cf146ee158a8a60405161134d929190613cb0565b60405180910390a398975050505050505050565b6001600160a01b038116331461138a5760405163334bd91960e11b815260040160405180910390fd5b611394828261253a565b505050565b6113948383836040518060200160405280600081525061221c565b60006113bf60095490565b82106113e85760405163295f44f760e21b8152600060048201526024810183905260440161060b565b600982815481106113fb576113fb613b6c565b90600052602060002001549050919050565b600061141882612366565b6114345760405162461bcd60e51b815260040161060b906139a3565b6000828152600e60205260408082208151610160810190925280548290829061145c90613a20565b80601f016020809104026020016040519081016040528092919081815260200182805461148890613a20565b80156114d55780601f106114aa576101008083540402835291602001916114d5565b820191906000526020600020905b8154815290600101906020018083116114b857829003601f168201915b505050505081526020016001820180546114ee90613a20565b80601f016020809104026020016040519081016040528092919081815260200182805461151a90613a20565b80156115675780601f1061153c57610100808354040283529160200191611567565b820191906000526020600020905b81548152906001019060200180831161154a57829003601f168201915b5050505050815260200160028201805461158090613a20565b80601f01602080910402602001604051908101604052809291908181526020018280546115ac90613a20565b80156115f95780601f106115ce576101008083540402835291602001916115f9565b820191906000526020600020905b8154815290600101906020018083116115dc57829003601f168201915b505050918352505060038201546020820152600482015460409091019060ff16600581111561162a5761162a61338f565b600581111561163b5761163b61338f565b81526004820154610100810460ff16151560208301526201000090046001600160a01b03166040820152600582015460608201526006820154608082015260078201805460a09092019161168e90613a20565b80601f01602080910402602001604051908101604052809291908181526020018280546116ba90613a20565b80156117075780601f106116dc57610100808354040283529160200191611707565b820191906000526020600020905b8154815290600101906020018083116116ea57829003601f168201915b50505091835250506008919091015460ff16151560209091015260a081015190915080156117385750806101400151155b8015611748575080610100015142105b9392505050565b61175882612366565b6117745760405162461bcd60e51b815260040161060b906139a3565b61177e33836125a7565b6117c65760405162461bcd60e51b81526020600482015260196024820152781059d95b9d10d85c990e88139bdd08185d5d1a1bdc9a5e9959603a1b604482015260640161060b565b60005b815181101561139457600083815260106020526040902082518390839081106117f4576117f4613b6c565b6020908102919091018101518254600181018455600093845291909220019061181d9082613bf0565b508061182881613b40565b9150506117c9565b60006105c8826123e1565b60006001600160a01b038216611867576040516322718ad960e21b81526000600482015260240161060b565b506001600160a01b031660009081526003602052604090205490565b61188c82612366565b6118a85760405162461bcd60e51b815260040161060b906139a3565b6118b233836125a7565b6118fa5760405162461bcd60e51b81526020600482015260196024820152781059d95b9d10d85c990e88139bdd08185d5d1a1bdc9a5e9959603a1b604482015260640161060b565b60005b8151811015611964576000838152600f60205260409020825183908390811061192857611928613b6c565b602090810291909101810151825460018101845560009384529190922001906119519082613bf0565b508061195c81613b40565b9150506118fd565b506000828152600e60209081526040808320600f9092529182902054915184927f3d1f7225f9998ce93933a464119ce318a20c649ba6f1af4b63bc522ac606c794926119b292909190613cd5565b60405180910390a25050565b600e602052600090815260409020805481906119d990613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611a0590613a20565b8015611a525780601f10611a2757610100808354040283529160200191611a52565b820191906000526020600020905b815481529060010190602001808311611a3557829003601f168201915b505050505090806001018054611a6790613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611a9390613a20565b8015611ae05780601f10611ab557610100808354040283529160200191611ae0565b820191906000526020600020905b815481529060010190602001808311611ac357829003601f168201915b505050505090806002018054611af590613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611b2190613a20565b8015611b6e5780601f10611b4357610100808354040283529160200191611b6e565b820191906000526020600020905b815481529060010190602001808311611b5157829003601f168201915b5050505060038301546004840154600585015460068601546007870180549697949660ff808616975061010086041695620100009095046001600160a01b0316949190611bba90613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611be690613a20565b8015611c335780601f10611c0857610100808354040283529160200191611c33565b820191906000526020600020905b815481529060010190602001808311611c1657829003601f168201915b5050506008909301549192505060ff168b565b611c4e61311a565b611c5782612366565b611c735760405162461bcd60e51b815260040161060b906139a3565b6000828152600e60205260409081902081516101608101909252805482908290611c9c90613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611cc890613a20565b8015611d155780601f10611cea57610100808354040283529160200191611d15565b820191906000526020600020905b815481529060010190602001808311611cf857829003601f168201915b50505050508152602001600182018054611d2e90613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611d5a90613a20565b8015611da75780601f10611d7c57610100808354040283529160200191611da7565b820191906000526020600020905b815481529060010190602001808311611d8a57829003601f168201915b50505050508152602001600282018054611dc090613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611dec90613a20565b8015611e395780601f10611e0e57610100808354040283529160200191611e39565b820191906000526020600020905b815481529060010190602001808311611e1c57829003601f168201915b505050918352505060038201546020820152600482015460409091019060ff166005811115611e6a57611e6a61338f565b6005811115611e7b57611e7b61338f565b81526004820154610100810460ff16151560208301526201000090046001600160a01b03166040820152600582015460608201526006820154608082015260078201805460a090920191611ece90613a20565b80601f0160208091040260200160405190810160405280929190818152602001828054611efa90613a20565b8015611f475780601f10611f1c57610100808354040283529160200191611f47565b820191906000526020600020905b815481529060010190602001808311611f2a57829003601f168201915b50505091835250506008919091015460ff16151560209091015292915050565b6000918252600b602090815260408084206001600160a01b0393909316845291905290205460ff1690565b60606001805461072f90613a20565b6107e6338383612605565b6060611fb782612366565b611fd35760405162461bcd60e51b815260040161060b906139a3565b600082815260106020908152604080832080548251818502810185019093528083529193909284015b82821015610c5657838290600052602060002001805461201b90613a20565b80601f016020809104026020016040519081016040528092919081815260200182805461204790613a20565b80156120945780601f1061206957610100808354040283529160200191612094565b820191906000526020600020905b81548152906001019060200180831161207757829003601f168201915b505050505081526020019060010190611ffc565b600080516020613daa8339815191526120c081612359565b6120c983612366565b6120e55760405162461bcd60e51b815260040161060b906139a3565b6000838152600e602052604090206004810154610100900460ff166121475760405162461bcd60e51b81526020600482015260186024820152771059d95b9d10d85c990e88139bdd0818d95c9d1a599a595960421b604482015260640161060b565b60048101546201000090046001600160a01b031633146121b55760405162461bcd60e51b8152602060048201526024808201527f4167656e74436172643a204f6e6c79206365727469666965722063616e207265604482015263766f6b6560e01b606482015260840161060b565b60048101805460088301805460ff1916600117905561ffff1916905560006003820155604051339085907fdc5d6871cb05adbea16ec6a89a8e10cdec75408eab60f31cdf1b4958083887479061220e9085908890613cf7565b60405180910390a350505050565b612227848484610c61565b610ce633858585856126a4565b60606105c8826127cf565b6000828152600b602052604090206001015461225a81612359565b610ce6838361253a565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b6060600061229f8361183b565b905060008167ffffffffffffffff8111156122bc576122bc61329b565b6040519080825280602002602001820160405280156122e5578160200160208202803683370190505b50905060005b8281101561232c576122fd8582610ff1565b82828151811061230f5761230f613b6c565b60209081029190910101528061232481613b40565b9150506122eb565b509392505050565b60006001600160e01b03198216637965db0b60e01b14806105c857506105c8826128d8565b61236381336128fd565b50565b6000908152600260205260409020546001600160a01b0316151590565b6000610352821061239657506005919050565b6102bc82106123a757506004919050565b6101f482106123b857506003919050565b61012c82106123c957506002919050565b606482106123d957506001919050565b506000919050565b6000818152600260205260408120546001600160a01b0316806105c857604051637e27328960e01b81526004810184905260240161060b565b6113948383836001612936565b6000612434848484612a3c565b949350505050565b60006124488383611f67565b6124c8576000838152600b602090815260408083206001600160a01b03861684529091529020805460ff191660011790556124803390565b6001600160a01b0316826001600160a01b0316847f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45060016105c8565b5060006105c8565b6107e6828260405180602001604052806000815250612b09565b60008281526006602052604090206125028282613bf0565b506040518281527ff8e1a15aba9398e019f0b49df1a4fde98ee17ae345cb5f6b5e2c27f5033e8ce79060200160405180910390a15050565b60006125468383611f67565b156124c8576000838152600b602090815260408083206001600160a01b0386168085529252808320805460ff1916905551339286917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45060016105c8565b6000806125b383611830565b9050806001600160a01b0316846001600160a01b031614806125da57506125da8185612264565b806124345750836001600160a01b03166125f3846107b2565b6001600160a01b031614949350505050565b6001600160a01b03821661263757604051630b61174360e31b81526001600160a01b038316600482015260240161060b565b6001600160a01b03838116600081815260056020908152604080832094871680845294825291829020805460ff191686151590811790915591519182527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a3505050565b6001600160a01b0383163b156127c857604051630a85bd0160e11b81526001600160a01b0384169063150b7a02906126e6908890889087908790600401613d0a565b6020604051808303816000875af1925050508015612721575060408051601f3d908101601f1916820190925261271e91810190613d47565b60015b61278a573d80801561274f576040519150601f19603f3d011682016040523d82523d6000602084013e612754565b606091505b50805160000361278257604051633250574960e11b81526001600160a01b038516600482015260240161060b565b805160208201fd5b6001600160e01b03198116630a85bd0160e11b146127c657604051633250574960e11b81526001600160a01b038516600482015260240161060b565b505b5050505050565b60606127da826123e1565b50600082815260066020526040812080546127f490613a20565b80601f016020809104026020016040519081016040528092919081815260200182805461282090613a20565b801561286d5780601f106128425761010080835404028352916020019161286d565b820191906000526020600020905b81548152906001019060200180831161285057829003601f168201915b50505050509050600061288b60408051602081019091526000815290565b9050805160000361289d575092915050565b8151156128cf5780826040516020016128b7929190613d64565b60405160208183030381529060405292505050919050565b61243484612b21565b60006001600160e01b0319821663780e9d6360e01b14806105c857506105c882612b95565b6129078282611f67565b6107e65760405163e2517d3f60e01b81526001600160a01b03821660048201526024810183905260440161060b565b808061294a57506001600160a01b03821615155b15612a0c57600061295a846123e1565b90506001600160a01b038316158015906129865750826001600160a01b0316816001600160a01b031614155b801561299957506129978184612264565b155b156129c25760405163a9fbf51f60e01b81526001600160a01b038416600482015260240161060b565b8115612a0a5783856001600160a01b0316826001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45b505b5050600090815260046020526040902080546001600160a01b0319166001600160a01b0392909216919091179055565b600080612a4a858585612bba565b90506001600160a01b038116612aa757612aa284600980546000838152600a60205260408120829055600182018355919091527f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af0155565b612aca565b846001600160a01b0316816001600160a01b031614612aca57612aca8185612cb3565b6001600160a01b038516612ae657612ae184612d34565b612434565b846001600160a01b0316816001600160a01b031614612434576124348585612de3565b612b138383612e33565b6113943360008585856126a4565b6060612b2c826123e1565b506000612b4460408051602081019091526000815290565b90506000815111612b645760405180602001604052806000815250611748565b80612b6e84612e98565b604051602001612b7f929190613d64565b6040516020818303038152906040529392505050565b60006001600160e01b03198216632483248360e11b14806105c857506105c882612f2b565b6000828152600260205260408120546001600160a01b0390811690831615612be757612be7818486612f7b565b6001600160a01b03811615612c2557612c04600085600080612936565b6001600160a01b038116600090815260036020526040902080546000190190555b6001600160a01b03851615612c54576001600160a01b0385166000908152600360205260409020805460010190555b60008481526002602052604080822080546001600160a01b0319166001600160a01b0389811691821790925591518793918516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4949350505050565b6000612cbe8361183b565b6000838152600860209081526040808320546001600160a01b0388168452600790925290912091925090818314612d1557600083815260208281526040808320548584528184208190558352600890915290208290555b6000938452600860209081526040808620869055938552525081205550565b600954600090612d4690600190613b59565b6000838152600a602052604081205460098054939450909284908110612d6e57612d6e613b6c565b906000526020600020015490508060098381548110612d8f57612d8f613b6c565b6000918252602080832090910192909255828152600a90915260408082208490558582528120556009805480612dc757612dc7613d93565b6001900381819060005260206000200160009055905550505050565b60006001612df08461183b565b612dfa9190613b59565b6001600160a01b039093166000908152600760209081526040808320868452825280832085905593825260089052919091209190915550565b6001600160a01b038216612e5d57604051633250574960e11b81526000600482015260240161060b565b6000612e6b83836000612427565b90506001600160a01b03811615611394576040516339e3563760e11b81526000600482015260240161060b565b60606000612ea583612fdf565b600101905060008167ffffffffffffffff811115612ec557612ec561329b565b6040519080825280601f01601f191660200182016040528015612eef576020820181803683370190505b5090508181016020015b600019016f181899199a1a9b1b9c1cb0b131b232b360811b600a86061a8153600a8504945084612ef957509392505050565b60006001600160e01b031982166380ac58cd60e01b1480612f5c57506001600160e01b03198216635b5e139f60e01b145b806105c857506301ffc9a760e01b6001600160e01b03198316146105c8565b612f868383836130b7565b611394576001600160a01b038316612fb457604051637e27328960e01b81526004810182905260240161060b565b60405163177e802f60e01b81526001600160a01b03831660048201526024810182905260440161060b565b60008072184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b831061301e5772184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b830492506040015b6d04ee2d6d415b85acef8100000000831061304a576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc10000831061306857662386f26fc10000830492506010015b6305f5e1008310613080576305f5e100830492506008015b612710831061309457612710830492506004015b606483106130a6576064830492506002015b600a83106105c85760010192915050565b60006001600160a01b038316158015906124345750826001600160a01b0316846001600160a01b031614806130f157506130f18484612264565b806124345750506000908152600460205260409020546001600160a01b03908116911614919050565b60405180610160016040528060608152602001606081526020016060815260200160008152602001600060058111156131555761315561338f565b81526000602082018190526040820181905260608083018290526080830182905260a083015260c09091015290565b6001600160e01b03198116811461236357600080fd5b6000602082840312156131ac57600080fd5b813561174881613184565b600080604083850312156131ca57600080fd5b50508035926020909101359150565b60005b838110156131f45781810151838201526020016131dc565b50506000910152565b600081518084526132158160208601602086016131d9565b601f01601f19169290920160200192915050565b60208152600061174860208301846131fd565b60006020828403121561324e57600080fd5b5035919050565b80356001600160a01b038116811461326c57600080fd5b919050565b6000806040838503121561328457600080fd5b61328d83613255565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156132da576132da61329b565b604052919050565b600067ffffffffffffffff8311156132fc576132fc61329b565b61330f601f8401601f19166020016132b1565b905082815283838301111561332357600080fd5b828260208301376000602084830101529392505050565b600082601f83011261334b57600080fd5b611748838335602085016132e2565b60006020828403121561336c57600080fd5b813567ffffffffffffffff81111561338357600080fd5b6124348482850161333a565b634e487b7160e01b600052602160045260246000fd5b600681106133c357634e487b7160e01b600052602160045260246000fd5b9052565b60208152600082516101608060208501526133e66101808501836131fd565b91506020850151601f198086850301604087015261340484836131fd565b9350604087015191508086850301606087015261342184836131fd565b9350606087015160808701526080870151915061344160a08701836133a5565b60a087015180151560c0880152915060c08701516001600160a01b03811660e0880152915060e087015191506101008281880152808801519250506101208281880152808801519250506101408187860301818801526134a185846131fd565b945080880151925050506134b88286018215159052565b5090949350505050565b6000602080830181845280855180835260408601915060408160051b870101925083870160005b8281101561351757603f198886030184526135058583516131fd565b945092850192908501906001016134e9565b5092979650505050505050565b60008060006060848603121561353957600080fd5b61354284613255565b925061355060208501613255565b9150604084013590509250925092565b6020808252825182820181905260009190848201906040850190845b818110156135985783518352928401929184019160010161357c565b50909695505050505050565b6000806000606084860312156135b957600080fd5b505081359360208301359350604090920135919050565b600080604083850312156135e357600080fd5b823591506135f360208401613255565b90509250929050565b600082601f83011261360d57600080fd5b8135602067ffffffffffffffff8083111561362a5761362a61329b565b8260051b6136398382016132b1565b938452858101830193838101908886111561365357600080fd5b84880192505b8583101561368f578235848111156136715760008081fd5b61367f8a87838c010161333a565b8352509184019190840190613659565b98975050505050505050565b60008060008060008060c087890312156136b457600080fd5b6136bd87613255565b9550602087013567ffffffffffffffff808211156136da57600080fd5b6136e68a838b0161333a565b965060408901359150808211156136fc57600080fd5b6137088a838b0161333a565b9550606089013591508082111561371e57600080fd5b61372a8a838b0161333a565b9450608089013591508082111561374057600080fd5b61374c8a838b016135fc565b935060a089013591508082111561376257600080fd5b5061376f89828a0161333a565b9150509295509295509295565b6000806040838503121561378f57600080fd5b82359150602083013567ffffffffffffffff8111156137ad57600080fd5b6137b9858286016135fc565b9150509250929050565b6000602082840312156137d557600080fd5b61174882613255565b60006101608083526137f28184018f6131fd565b90508281036020840152613806818e6131fd565b9050828103604084015261381a818d6131fd565b90508a606084015261382f608084018b6133a5565b88151560a08401526001600160a01b03881660c084015260e08301879052610100830186905282810361012084015261386881866131fd565b9150508215156101408301529c9b505050505050505050505050565b6000806040838503121561389757600080fd5b6138a083613255565b9150602083013580151581146138b557600080fd5b809150509250929050565b600080604083850312156138d357600080fd5b82359150602083013567ffffffffffffffff8111156138f157600080fd5b6137b98582860161333a565b6000806000806080858703121561391357600080fd5b61391c85613255565b935061392a60208601613255565b925060408501359150606085013567ffffffffffffffff81111561394d57600080fd5b8501601f8101871361395e57600080fd5b61396d878235602084016132e2565b91505092959194509250565b6000806040838503121561398c57600080fd5b61399583613255565b91506135f360208401613255565b6020808252601f908201527f4167656e74436172643a20546f6b656e20646f6573206e6f7420657869737400604082015260600190565b60208082526026908201527f4167656e74436172643a2054727573742073636f7265206d757374206265203c60408201526503d20313030360d41b606082015260800190565b600181811c90821680613a3457607f821691505b602082108103613a5457634e487b7160e01b600052602260045260246000fd5b50919050565b60008154613a6781613a20565b808552602060018381168015613a845760018114613a9e57613acc565b60ff1985168884015283151560051b880183019550613acc565b866000528260002060005b85811015613ac45781548a8201860152908301908401613aa9565b890184019650505b505050505092915050565b608081526000613aea6080830187613a5a565b9050846020830152836040830152613b0560608301846133a5565b95945050505050565b60008251613b208184602087016131d9565b9190910192915050565b634e487b7160e01b600052601160045260246000fd5b600060018201613b5257613b52613b2a565b5060010190565b818103818111156105c8576105c8613b2a565b634e487b7160e01b600052603260045260246000fd5b606081526000613b956060830186613a5a565b905083602083015261243460408301846133a5565b601f82111561139457600081815260208120601f850160051c81016020861015613bd15750805b601f850160051c820191505b818110156127c657828155600101613bdd565b815167ffffffffffffffff811115613c0a57613c0a61329b565b613c1e81613c188454613a20565b84613baa565b602080601f831160018114613c535760008415613c3b5750858301515b600019600386901b1c1916600185901b1785556127c6565b600085815260208120601f198616915b82811015613c8257888601518255948401946001909101908401613c63565b5085821015613ca05787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b604081526000613cc360408301856131fd565b8281036020840152613b0581856131fd565b604081526000613ce86040830185613a5a565b90508260208301529392505050565b604081526000613cc36040830185613a5a565b6001600160a01b0385811682528416602082015260408101839052608060608201819052600090613d3d908301846131fd565b9695505050505050565b600060208284031215613d5957600080fd5b815161174881613184565b60008351613d768184602088016131d9565b835190830190613d8a8183602088016131d9565b01949350505050565b634e487b7160e01b600052603160045260246000fdfe65cb1d8422cdf0328f26b49e42e9f4524474c431da623cbe0ea455f1b67c9f77a2646970667358221220bff101df3459a7dc2999ee7dda420398b6267c97c17351de10d00b99e3ccbfba64736f6c63430008140033",
|
|
1428
|
+
"linkReferences": {},
|
|
1429
|
+
"deployedLinkReferences": {}
|
|
1430
|
+
}
|