@pru.pinya/contracts 1.0.3 → 1.0.5
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/artifacts/contracts/access/AccessController.sol/AccessController.json +304 -0
- package/artifacts/contracts/access/AccessController.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/access/AccessControllerKAP.sol/AccessControllerKAP.json +352 -0
- package/artifacts/contracts/access/AccessControllerKAP.sol/IKYCBitkubChain.json +33 -0
- package/artifacts/contracts/access/AccessControllerKAP.sol/KYCHandler.json +116 -0
- package/artifacts/contracts/access/AccessControllerKAP.sol/artifacts.d.ts +59 -0
- package/artifacts/contracts/access/Authorization.sol/Authorization.json +78 -0
- package/artifacts/contracts/access/Authorization.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/access/AuthorizationKAP.sol/AuthorizationKAP.json +155 -0
- package/artifacts/contracts/access/AuthorizationKAP.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/access/Committee.sol/Committee.json +65 -0
- package/artifacts/contracts/access/Committee.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/access/Ownable.sol/Ownable.json +66 -0
- package/artifacts/contracts/access/Ownable.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/interfaces/IAdminProjectRouter.sol/IAdminProjectRouter.json +62 -0
- package/artifacts/contracts/interfaces/IAdminProjectRouter.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/interfaces/IKYCBitkubChain.sol/IKYCBitkubChain.json +51 -0
- package/artifacts/contracts/interfaces/IKYCBitkubChain.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/kyc/KYCHandler.sol/KYCHandler.json +53 -0
- package/artifacts/contracts/kyc/KYCHandler.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/libs/Address.sol/Address.json +13 -0
- package/artifacts/contracts/libs/Address.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/libs/EnumerableSetAddress.sol/EnumerableSetAddress.json +13 -0
- package/artifacts/contracts/libs/EnumerableSetAddress.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/libs/EnumerableSetUint.sol/EnumerableSetUint.json +13 -0
- package/artifacts/contracts/libs/EnumerableSetUint.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/libs/EnumerateMap.sol/EnumerableMap.json +13 -0
- package/artifacts/contracts/libs/EnumerateMap.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/libs/String.sol/Strings.json +13 -0
- package/artifacts/contracts/libs/String.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-1155/KAP1155.sol/KAP1155.json +810 -0
- package/artifacts/contracts/token/KAP-1155/KAP1155.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155.sol/IKAP1155.json +403 -0
- package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155Enumerable.sol/IKAP1155Enumerable.json +27 -0
- package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155Enumerable.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155Metadata.sol/IKAP1155Metadata.json +78 -0
- package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155Metadata.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155Receiver.sol/IKAP1155Receiver.json +92 -0
- package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155Receiver.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-20/KAP20.sol/KAP20.json +729 -0
- package/artifacts/contracts/token/KAP-20/KAP20.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-20/interfaces/IKAP20.sol/IKAP20.json +294 -0
- package/artifacts/contracts/token/KAP-20/interfaces/IKAP20.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-20/interfaces/IKToken.sol/IKToken.json +72 -0
- package/artifacts/contracts/token/KAP-20/interfaces/IKToken.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-22/KAP22.sol/KAP22.json +1022 -0
- package/artifacts/contracts/token/KAP-22/KAP22.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-22/interfaces/IKAP22.sol/IKAP22.json +176 -0
- package/artifacts/contracts/token/KAP-22/interfaces/IKAP22.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-22/utils/TransferRouter.sol/TransferRouter.json +52 -0
- package/artifacts/contracts/token/KAP-22/utils/TransferRouter.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-22/utils/WhitelistAddress.sol/WhitelistAddress.json +115 -0
- package/artifacts/contracts/token/KAP-22/utils/WhitelistAddress.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-721/KAP721.sol/KAP721.json +912 -0
- package/artifacts/contracts/token/KAP-721/KAP721.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-721/interfaces/IKAP721.sol/IKAP721.json +380 -0
- package/artifacts/contracts/token/KAP-721/interfaces/IKAP721.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-721/interfaces/IKAP721Enumerable.sol/IKAP721Enumerable.json +70 -0
- package/artifacts/contracts/token/KAP-721/interfaces/IKAP721Enumerable.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-721/interfaces/IKAP721Metadata.sol/IKAP721Metadata.json +59 -0
- package/artifacts/contracts/token/KAP-721/interfaces/IKAP721Metadata.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-721/interfaces/IKAP721Receiver.sol/IKAP721Receiver.json +48 -0
- package/artifacts/contracts/token/KAP-721/interfaces/IKAP721Receiver.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/token/KAP-721/interfaces/IKAP721V2.sol/IKAP721V2.json +103 -0
- package/artifacts/contracts/token/KAP-721/interfaces/IKAP721V2.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/utils/Context.sol/Context.json +13 -0
- package/artifacts/contracts/utils/Context.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/utils/Pausable.sol/Pausable.json +53 -0
- package/artifacts/contracts/utils/Pausable.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/utils/introspections/IKAP165.sol/IKAP165.json +33 -0
- package/artifacts/contracts/utils/introspections/IKAP165.sol/artifacts.d.ts +27 -0
- package/artifacts/contracts/utils/introspections/KAP165.sol/KAP165.json +33 -0
- package/artifacts/contracts/utils/introspections/KAP165.sol/artifacts.d.ts +27 -0
- package/package.json +11 -3
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh3-artifact-1",
|
|
3
|
+
"contractName": "Ownable",
|
|
4
|
+
"sourceName": "contracts/access/Ownable.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"anonymous": false,
|
|
8
|
+
"inputs": [
|
|
9
|
+
{
|
|
10
|
+
"indexed": true,
|
|
11
|
+
"internalType": "address",
|
|
12
|
+
"name": "previousOwner",
|
|
13
|
+
"type": "address"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"indexed": true,
|
|
17
|
+
"internalType": "address",
|
|
18
|
+
"name": "newOwner",
|
|
19
|
+
"type": "address"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"name": "OwnershipTransferred",
|
|
23
|
+
"type": "event"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"inputs": [],
|
|
27
|
+
"name": "owner",
|
|
28
|
+
"outputs": [
|
|
29
|
+
{
|
|
30
|
+
"internalType": "address",
|
|
31
|
+
"name": "",
|
|
32
|
+
"type": "address"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"stateMutability": "view",
|
|
36
|
+
"type": "function"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"inputs": [],
|
|
40
|
+
"name": "renounceOwnership",
|
|
41
|
+
"outputs": [],
|
|
42
|
+
"stateMutability": "nonpayable",
|
|
43
|
+
"type": "function"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"inputs": [
|
|
47
|
+
{
|
|
48
|
+
"internalType": "address",
|
|
49
|
+
"name": "newOwner",
|
|
50
|
+
"type": "address"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"name": "transferOwnership",
|
|
54
|
+
"outputs": [],
|
|
55
|
+
"stateMutability": "nonpayable",
|
|
56
|
+
"type": "function"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"bytecode": "0x",
|
|
60
|
+
"deployedBytecode": "0x",
|
|
61
|
+
"linkReferences": {},
|
|
62
|
+
"deployedLinkReferences": {},
|
|
63
|
+
"immutableReferences": {},
|
|
64
|
+
"inputSourceName": "project/contracts/access/Ownable.sol",
|
|
65
|
+
"buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
|
|
66
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// This file was autogenerated by Hardhat, do not edit it.
|
|
2
|
+
// prettier-ignore
|
|
3
|
+
// tslint:disable
|
|
4
|
+
// eslint-disable
|
|
5
|
+
// biome-ignore format: see above
|
|
6
|
+
|
|
7
|
+
export interface Ownable$Type {
|
|
8
|
+
readonly _format: "hh3-artifact-1";
|
|
9
|
+
readonly contractName: "Ownable";
|
|
10
|
+
readonly sourceName: "contracts/access/Ownable.sol";
|
|
11
|
+
readonly abi: [{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}];
|
|
12
|
+
readonly bytecode: "0x";
|
|
13
|
+
readonly deployedBytecode: "0x";
|
|
14
|
+
readonly linkReferences: {};
|
|
15
|
+
readonly deployedLinkReferences: {};
|
|
16
|
+
readonly immutableReferences: {};
|
|
17
|
+
readonly inputSourceName: "project/contracts/access/Ownable.sol";
|
|
18
|
+
readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
import "hardhat/types/artifacts";
|
|
22
|
+
declare module "hardhat/types/artifacts" {
|
|
23
|
+
interface ArtifactMap {
|
|
24
|
+
["Ownable"]: Ownable$Type;
|
|
25
|
+
["contracts/access/Ownable.sol:Ownable"]: Ownable$Type;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh3-artifact-1",
|
|
3
|
+
"contractName": "IAdminProjectRouter",
|
|
4
|
+
"sourceName": "contracts/interfaces/IAdminProjectRouter.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "_addr",
|
|
11
|
+
"type": "address"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"internalType": "string",
|
|
15
|
+
"name": "_project",
|
|
16
|
+
"type": "string"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"name": "isAdmin",
|
|
20
|
+
"outputs": [
|
|
21
|
+
{
|
|
22
|
+
"internalType": "bool",
|
|
23
|
+
"name": "",
|
|
24
|
+
"type": "bool"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"stateMutability": "view",
|
|
28
|
+
"type": "function"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"inputs": [
|
|
32
|
+
{
|
|
33
|
+
"internalType": "address",
|
|
34
|
+
"name": "_addr",
|
|
35
|
+
"type": "address"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"internalType": "string",
|
|
39
|
+
"name": "_project",
|
|
40
|
+
"type": "string"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"name": "isSuperAdmin",
|
|
44
|
+
"outputs": [
|
|
45
|
+
{
|
|
46
|
+
"internalType": "bool",
|
|
47
|
+
"name": "",
|
|
48
|
+
"type": "bool"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"stateMutability": "view",
|
|
52
|
+
"type": "function"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"bytecode": "0x",
|
|
56
|
+
"deployedBytecode": "0x",
|
|
57
|
+
"linkReferences": {},
|
|
58
|
+
"deployedLinkReferences": {},
|
|
59
|
+
"immutableReferences": {},
|
|
60
|
+
"inputSourceName": "project/contracts/interfaces/IAdminProjectRouter.sol",
|
|
61
|
+
"buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
|
|
62
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// This file was autogenerated by Hardhat, do not edit it.
|
|
2
|
+
// prettier-ignore
|
|
3
|
+
// tslint:disable
|
|
4
|
+
// eslint-disable
|
|
5
|
+
// biome-ignore format: see above
|
|
6
|
+
|
|
7
|
+
export interface IAdminProjectRouter$Type {
|
|
8
|
+
readonly _format: "hh3-artifact-1";
|
|
9
|
+
readonly contractName: "IAdminProjectRouter";
|
|
10
|
+
readonly sourceName: "contracts/interfaces/IAdminProjectRouter.sol";
|
|
11
|
+
readonly abi: [{"inputs":[{"internalType":"address","name":"_addr","type":"address"},{"internalType":"string","name":"_project","type":"string"}],"name":"isAdmin","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_addr","type":"address"},{"internalType":"string","name":"_project","type":"string"}],"name":"isSuperAdmin","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"}];
|
|
12
|
+
readonly bytecode: "0x";
|
|
13
|
+
readonly deployedBytecode: "0x";
|
|
14
|
+
readonly linkReferences: {};
|
|
15
|
+
readonly deployedLinkReferences: {};
|
|
16
|
+
readonly immutableReferences: {};
|
|
17
|
+
readonly inputSourceName: "project/contracts/interfaces/IAdminProjectRouter.sol";
|
|
18
|
+
readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
import "hardhat/types/artifacts";
|
|
22
|
+
declare module "hardhat/types/artifacts" {
|
|
23
|
+
interface ArtifactMap {
|
|
24
|
+
["IAdminProjectRouter"]: IAdminProjectRouter$Type;
|
|
25
|
+
["contracts/interfaces/IAdminProjectRouter.sol:IAdminProjectRouter"]: IAdminProjectRouter$Type;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh3-artifact-1",
|
|
3
|
+
"contractName": "IKYCBitkubChain",
|
|
4
|
+
"sourceName": "contracts/interfaces/IKYCBitkubChain.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "_addr",
|
|
11
|
+
"type": "address"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"name": "kycsLevel",
|
|
15
|
+
"outputs": [
|
|
16
|
+
{
|
|
17
|
+
"internalType": "uint256",
|
|
18
|
+
"name": "",
|
|
19
|
+
"type": "uint256"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"stateMutability": "view",
|
|
23
|
+
"type": "function"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"inputs": [
|
|
27
|
+
{
|
|
28
|
+
"internalType": "address",
|
|
29
|
+
"name": "_addr",
|
|
30
|
+
"type": "address"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"internalType": "uint256",
|
|
34
|
+
"name": "_level",
|
|
35
|
+
"type": "uint256"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"name": "setKycCompleted",
|
|
39
|
+
"outputs": [],
|
|
40
|
+
"stateMutability": "nonpayable",
|
|
41
|
+
"type": "function"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"bytecode": "0x",
|
|
45
|
+
"deployedBytecode": "0x",
|
|
46
|
+
"linkReferences": {},
|
|
47
|
+
"deployedLinkReferences": {},
|
|
48
|
+
"immutableReferences": {},
|
|
49
|
+
"inputSourceName": "project/contracts/interfaces/IKYCBitkubChain.sol",
|
|
50
|
+
"buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
|
|
51
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// This file was autogenerated by Hardhat, do not edit it.
|
|
2
|
+
// prettier-ignore
|
|
3
|
+
// tslint:disable
|
|
4
|
+
// eslint-disable
|
|
5
|
+
// biome-ignore format: see above
|
|
6
|
+
|
|
7
|
+
export interface IKYCBitkubChain$Type {
|
|
8
|
+
readonly _format: "hh3-artifact-1";
|
|
9
|
+
readonly contractName: "IKYCBitkubChain";
|
|
10
|
+
readonly sourceName: "contracts/interfaces/IKYCBitkubChain.sol";
|
|
11
|
+
readonly abi: [{"inputs":[{"internalType":"address","name":"_addr","type":"address"}],"name":"kycsLevel","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_addr","type":"address"},{"internalType":"uint256","name":"_level","type":"uint256"}],"name":"setKycCompleted","outputs":[],"stateMutability":"nonpayable","type":"function"}];
|
|
12
|
+
readonly bytecode: "0x";
|
|
13
|
+
readonly deployedBytecode: "0x";
|
|
14
|
+
readonly linkReferences: {};
|
|
15
|
+
readonly deployedLinkReferences: {};
|
|
16
|
+
readonly immutableReferences: {};
|
|
17
|
+
readonly inputSourceName: "project/contracts/interfaces/IKYCBitkubChain.sol";
|
|
18
|
+
readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
import "hardhat/types/artifacts";
|
|
22
|
+
declare module "hardhat/types/artifacts" {
|
|
23
|
+
interface ArtifactMap {
|
|
24
|
+
["IKYCBitkubChain"]: IKYCBitkubChain$Type;
|
|
25
|
+
["contracts/interfaces/IKYCBitkubChain.sol:IKYCBitkubChain"]: IKYCBitkubChain$Type;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh3-artifact-1",
|
|
3
|
+
"contractName": "KYCHandler",
|
|
4
|
+
"sourceName": "contracts/kyc/KYCHandler.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [],
|
|
8
|
+
"name": "acceptedKYCLevel",
|
|
9
|
+
"outputs": [
|
|
10
|
+
{
|
|
11
|
+
"internalType": "uint256",
|
|
12
|
+
"name": "",
|
|
13
|
+
"type": "uint256"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"stateMutability": "view",
|
|
17
|
+
"type": "function"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"inputs": [],
|
|
21
|
+
"name": "isActivatedOnlyKYCAddress",
|
|
22
|
+
"outputs": [
|
|
23
|
+
{
|
|
24
|
+
"internalType": "bool",
|
|
25
|
+
"name": "",
|
|
26
|
+
"type": "bool"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"stateMutability": "view",
|
|
30
|
+
"type": "function"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"inputs": [],
|
|
34
|
+
"name": "kyc",
|
|
35
|
+
"outputs": [
|
|
36
|
+
{
|
|
37
|
+
"internalType": "contract IKYCBitkubChain",
|
|
38
|
+
"name": "",
|
|
39
|
+
"type": "address"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"stateMutability": "view",
|
|
43
|
+
"type": "function"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"bytecode": "0x",
|
|
47
|
+
"deployedBytecode": "0x",
|
|
48
|
+
"linkReferences": {},
|
|
49
|
+
"deployedLinkReferences": {},
|
|
50
|
+
"immutableReferences": {},
|
|
51
|
+
"inputSourceName": "project/contracts/kyc/KYCHandler.sol",
|
|
52
|
+
"buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
|
|
53
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// This file was autogenerated by Hardhat, do not edit it.
|
|
2
|
+
// prettier-ignore
|
|
3
|
+
// tslint:disable
|
|
4
|
+
// eslint-disable
|
|
5
|
+
// biome-ignore format: see above
|
|
6
|
+
|
|
7
|
+
export interface KYCHandler$Type {
|
|
8
|
+
readonly _format: "hh3-artifact-1";
|
|
9
|
+
readonly contractName: "KYCHandler";
|
|
10
|
+
readonly sourceName: "contracts/kyc/KYCHandler.sol";
|
|
11
|
+
readonly abi: [{"inputs":[],"name":"acceptedKYCLevel","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"isActivatedOnlyKYCAddress","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"kyc","outputs":[{"internalType":"contract IKYCBitkubChain","name":"","type":"address"}],"stateMutability":"view","type":"function"}];
|
|
12
|
+
readonly bytecode: "0x";
|
|
13
|
+
readonly deployedBytecode: "0x";
|
|
14
|
+
readonly linkReferences: {};
|
|
15
|
+
readonly deployedLinkReferences: {};
|
|
16
|
+
readonly immutableReferences: {};
|
|
17
|
+
readonly inputSourceName: "project/contracts/kyc/KYCHandler.sol";
|
|
18
|
+
readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
import "hardhat/types/artifacts";
|
|
22
|
+
declare module "hardhat/types/artifacts" {
|
|
23
|
+
interface ArtifactMap {
|
|
24
|
+
["KYCHandler"]: KYCHandler$Type;
|
|
25
|
+
["contracts/kyc/KYCHandler.sol:KYCHandler"]: KYCHandler$Type;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh3-artifact-1",
|
|
3
|
+
"contractName": "Address",
|
|
4
|
+
"sourceName": "contracts/libs/Address.sol",
|
|
5
|
+
"abi": [],
|
|
6
|
+
"bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209c1cf289b43539c879e4069293970c014735d61f26d551ecebb73bb0e70404d064736f6c63430008000033",
|
|
7
|
+
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209c1cf289b43539c879e4069293970c014735d61f26d551ecebb73bb0e70404d064736f6c63430008000033",
|
|
8
|
+
"linkReferences": {},
|
|
9
|
+
"deployedLinkReferences": {},
|
|
10
|
+
"immutableReferences": {},
|
|
11
|
+
"inputSourceName": "project/contracts/libs/Address.sol",
|
|
12
|
+
"buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
|
|
13
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// This file was autogenerated by Hardhat, do not edit it.
|
|
2
|
+
// prettier-ignore
|
|
3
|
+
// tslint:disable
|
|
4
|
+
// eslint-disable
|
|
5
|
+
// biome-ignore format: see above
|
|
6
|
+
|
|
7
|
+
export interface Address$Type {
|
|
8
|
+
readonly _format: "hh3-artifact-1";
|
|
9
|
+
readonly contractName: "Address";
|
|
10
|
+
readonly sourceName: "contracts/libs/Address.sol";
|
|
11
|
+
readonly abi: [];
|
|
12
|
+
readonly bytecode: "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209c1cf289b43539c879e4069293970c014735d61f26d551ecebb73bb0e70404d064736f6c63430008000033";
|
|
13
|
+
readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209c1cf289b43539c879e4069293970c014735d61f26d551ecebb73bb0e70404d064736f6c63430008000033";
|
|
14
|
+
readonly linkReferences: {};
|
|
15
|
+
readonly deployedLinkReferences: {};
|
|
16
|
+
readonly immutableReferences: {};
|
|
17
|
+
readonly inputSourceName: "project/contracts/libs/Address.sol";
|
|
18
|
+
readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
import "hardhat/types/artifacts";
|
|
22
|
+
declare module "hardhat/types/artifacts" {
|
|
23
|
+
interface ArtifactMap {
|
|
24
|
+
["Address"]: Address$Type;
|
|
25
|
+
["contracts/libs/Address.sol:Address"]: Address$Type;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh3-artifact-1",
|
|
3
|
+
"contractName": "EnumerableSetAddress",
|
|
4
|
+
"sourceName": "contracts/libs/EnumerableSetAddress.sol",
|
|
5
|
+
"abi": [],
|
|
6
|
+
"bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122094b9b875ee6da9665797d1fe04d3956e53bd4d2b3e6d35bbe90a7e7d23766b9964736f6c63430008000033",
|
|
7
|
+
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122094b9b875ee6da9665797d1fe04d3956e53bd4d2b3e6d35bbe90a7e7d23766b9964736f6c63430008000033",
|
|
8
|
+
"linkReferences": {},
|
|
9
|
+
"deployedLinkReferences": {},
|
|
10
|
+
"immutableReferences": {},
|
|
11
|
+
"inputSourceName": "project/contracts/libs/EnumerableSetAddress.sol",
|
|
12
|
+
"buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
|
|
13
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// This file was autogenerated by Hardhat, do not edit it.
|
|
2
|
+
// prettier-ignore
|
|
3
|
+
// tslint:disable
|
|
4
|
+
// eslint-disable
|
|
5
|
+
// biome-ignore format: see above
|
|
6
|
+
|
|
7
|
+
export interface EnumerableSetAddress$Type {
|
|
8
|
+
readonly _format: "hh3-artifact-1";
|
|
9
|
+
readonly contractName: "EnumerableSetAddress";
|
|
10
|
+
readonly sourceName: "contracts/libs/EnumerableSetAddress.sol";
|
|
11
|
+
readonly abi: [];
|
|
12
|
+
readonly bytecode: "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122094b9b875ee6da9665797d1fe04d3956e53bd4d2b3e6d35bbe90a7e7d23766b9964736f6c63430008000033";
|
|
13
|
+
readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122094b9b875ee6da9665797d1fe04d3956e53bd4d2b3e6d35bbe90a7e7d23766b9964736f6c63430008000033";
|
|
14
|
+
readonly linkReferences: {};
|
|
15
|
+
readonly deployedLinkReferences: {};
|
|
16
|
+
readonly immutableReferences: {};
|
|
17
|
+
readonly inputSourceName: "project/contracts/libs/EnumerableSetAddress.sol";
|
|
18
|
+
readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
import "hardhat/types/artifacts";
|
|
22
|
+
declare module "hardhat/types/artifacts" {
|
|
23
|
+
interface ArtifactMap {
|
|
24
|
+
["EnumerableSetAddress"]: EnumerableSetAddress$Type;
|
|
25
|
+
["contracts/libs/EnumerableSetAddress.sol:EnumerableSetAddress"]: EnumerableSetAddress$Type;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh3-artifact-1",
|
|
3
|
+
"contractName": "EnumerableSetUint",
|
|
4
|
+
"sourceName": "contracts/libs/EnumerableSetUint.sol",
|
|
5
|
+
"abi": [],
|
|
6
|
+
"bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c4faf6cea02a7c8010693f5e52241eb5a17dcacdb739cec0bcbcaf3b4d63526564736f6c63430008000033",
|
|
7
|
+
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c4faf6cea02a7c8010693f5e52241eb5a17dcacdb739cec0bcbcaf3b4d63526564736f6c63430008000033",
|
|
8
|
+
"linkReferences": {},
|
|
9
|
+
"deployedLinkReferences": {},
|
|
10
|
+
"immutableReferences": {},
|
|
11
|
+
"inputSourceName": "project/contracts/libs/EnumerableSetUint.sol",
|
|
12
|
+
"buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
|
|
13
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// This file was autogenerated by Hardhat, do not edit it.
|
|
2
|
+
// prettier-ignore
|
|
3
|
+
// tslint:disable
|
|
4
|
+
// eslint-disable
|
|
5
|
+
// biome-ignore format: see above
|
|
6
|
+
|
|
7
|
+
export interface EnumerableSetUint$Type {
|
|
8
|
+
readonly _format: "hh3-artifact-1";
|
|
9
|
+
readonly contractName: "EnumerableSetUint";
|
|
10
|
+
readonly sourceName: "contracts/libs/EnumerableSetUint.sol";
|
|
11
|
+
readonly abi: [];
|
|
12
|
+
readonly bytecode: "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c4faf6cea02a7c8010693f5e52241eb5a17dcacdb739cec0bcbcaf3b4d63526564736f6c63430008000033";
|
|
13
|
+
readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c4faf6cea02a7c8010693f5e52241eb5a17dcacdb739cec0bcbcaf3b4d63526564736f6c63430008000033";
|
|
14
|
+
readonly linkReferences: {};
|
|
15
|
+
readonly deployedLinkReferences: {};
|
|
16
|
+
readonly immutableReferences: {};
|
|
17
|
+
readonly inputSourceName: "project/contracts/libs/EnumerableSetUint.sol";
|
|
18
|
+
readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
import "hardhat/types/artifacts";
|
|
22
|
+
declare module "hardhat/types/artifacts" {
|
|
23
|
+
interface ArtifactMap {
|
|
24
|
+
["EnumerableSetUint"]: EnumerableSetUint$Type;
|
|
25
|
+
["contracts/libs/EnumerableSetUint.sol:EnumerableSetUint"]: EnumerableSetUint$Type;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh3-artifact-1",
|
|
3
|
+
"contractName": "EnumerableMap",
|
|
4
|
+
"sourceName": "contracts/libs/EnumerateMap.sol",
|
|
5
|
+
"abi": [],
|
|
6
|
+
"bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201f9edc3c34deed8c8837e7eec7be85a430a9c2f63e3d88158332c8d4ba9b031e64736f6c63430008000033",
|
|
7
|
+
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201f9edc3c34deed8c8837e7eec7be85a430a9c2f63e3d88158332c8d4ba9b031e64736f6c63430008000033",
|
|
8
|
+
"linkReferences": {},
|
|
9
|
+
"deployedLinkReferences": {},
|
|
10
|
+
"immutableReferences": {},
|
|
11
|
+
"inputSourceName": "project/contracts/libs/EnumerateMap.sol",
|
|
12
|
+
"buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
|
|
13
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// This file was autogenerated by Hardhat, do not edit it.
|
|
2
|
+
// prettier-ignore
|
|
3
|
+
// tslint:disable
|
|
4
|
+
// eslint-disable
|
|
5
|
+
// biome-ignore format: see above
|
|
6
|
+
|
|
7
|
+
export interface EnumerableMap$Type {
|
|
8
|
+
readonly _format: "hh3-artifact-1";
|
|
9
|
+
readonly contractName: "EnumerableMap";
|
|
10
|
+
readonly sourceName: "contracts/libs/EnumerateMap.sol";
|
|
11
|
+
readonly abi: [];
|
|
12
|
+
readonly bytecode: "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201f9edc3c34deed8c8837e7eec7be85a430a9c2f63e3d88158332c8d4ba9b031e64736f6c63430008000033";
|
|
13
|
+
readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201f9edc3c34deed8c8837e7eec7be85a430a9c2f63e3d88158332c8d4ba9b031e64736f6c63430008000033";
|
|
14
|
+
readonly linkReferences: {};
|
|
15
|
+
readonly deployedLinkReferences: {};
|
|
16
|
+
readonly immutableReferences: {};
|
|
17
|
+
readonly inputSourceName: "project/contracts/libs/EnumerateMap.sol";
|
|
18
|
+
readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
import "hardhat/types/artifacts";
|
|
22
|
+
declare module "hardhat/types/artifacts" {
|
|
23
|
+
interface ArtifactMap {
|
|
24
|
+
["EnumerableMap"]: EnumerableMap$Type;
|
|
25
|
+
["contracts/libs/EnumerateMap.sol:EnumerableMap"]: EnumerableMap$Type;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh3-artifact-1",
|
|
3
|
+
"contractName": "Strings",
|
|
4
|
+
"sourceName": "contracts/libs/String.sol",
|
|
5
|
+
"abi": [],
|
|
6
|
+
"bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220815786318d27388df39b2080d17887635b238f6aecda9a1861dc4f2187586bfd64736f6c63430008000033",
|
|
7
|
+
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220815786318d27388df39b2080d17887635b238f6aecda9a1861dc4f2187586bfd64736f6c63430008000033",
|
|
8
|
+
"linkReferences": {},
|
|
9
|
+
"deployedLinkReferences": {},
|
|
10
|
+
"immutableReferences": {},
|
|
11
|
+
"inputSourceName": "project/contracts/libs/String.sol",
|
|
12
|
+
"buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
|
|
13
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// This file was autogenerated by Hardhat, do not edit it.
|
|
2
|
+
// prettier-ignore
|
|
3
|
+
// tslint:disable
|
|
4
|
+
// eslint-disable
|
|
5
|
+
// biome-ignore format: see above
|
|
6
|
+
|
|
7
|
+
export interface Strings$Type {
|
|
8
|
+
readonly _format: "hh3-artifact-1";
|
|
9
|
+
readonly contractName: "Strings";
|
|
10
|
+
readonly sourceName: "contracts/libs/String.sol";
|
|
11
|
+
readonly abi: [];
|
|
12
|
+
readonly bytecode: "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220815786318d27388df39b2080d17887635b238f6aecda9a1861dc4f2187586bfd64736f6c63430008000033";
|
|
13
|
+
readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220815786318d27388df39b2080d17887635b238f6aecda9a1861dc4f2187586bfd64736f6c63430008000033";
|
|
14
|
+
readonly linkReferences: {};
|
|
15
|
+
readonly deployedLinkReferences: {};
|
|
16
|
+
readonly immutableReferences: {};
|
|
17
|
+
readonly inputSourceName: "project/contracts/libs/String.sol";
|
|
18
|
+
readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
import "hardhat/types/artifacts";
|
|
22
|
+
declare module "hardhat/types/artifacts" {
|
|
23
|
+
interface ArtifactMap {
|
|
24
|
+
["Strings"]: Strings$Type;
|
|
25
|
+
["contracts/libs/String.sol:Strings"]: Strings$Type;
|
|
26
|
+
}
|
|
27
|
+
}
|