@flarenetwork/flare-periphery-contract-artifacts 0.1.27 → 0.1.29
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/coston/artifacts/contracts/addressUpdater/interfaces/IIAddressUpdatable.sol/IIAddressUpdatable.json +20 -0
- package/coston/artifacts/contracts/addressUpdater/interfaces/IIAddressUpdater.sol/IIAddressUpdater.json +96 -0
- package/coston2/artifacts/contracts/IAgentAlwaysAllowedMinters.sol/IAgentAlwaysAllowedMinters.json +57 -0
- package/coston2/artifacts/contracts/IAgentPing.sol/IAgentPing.json +99 -0
- package/coston2/artifacts/contracts/IAssetManager.sol/IAssetManager.json +7139 -0
- package/coston2/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +1721 -0
- package/coston2/artifacts/contracts/ICoreVault.sol/ICoreVault.json +469 -0
- package/coston2/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json +184 -0
- package/coston2/artifacts/contracts/IRedemptionTimeExtension.sol/IRedemptionTimeExtension.json +28 -0
- package/coston2/artifacts/contracts/ITransferFees.sol/ITransferFees.json +394 -0
- package/coston2/artifacts/contracts/addressUpdater/interfaces/IIAddressUpdatable.sol/IIAddressUpdatable.json +20 -0
- package/coston2/artifacts/contracts/addressUpdater/interfaces/IIAddressUpdater.sol/IIAddressUpdater.json +96 -0
- package/coston2/artifacts/contracts/data/AgentInfo.sol/AgentInfo.json +1 -0
- package/coston2/artifacts/contracts/data/AgentSettings.sol/AgentSettings.json +1 -0
- package/coston2/artifacts/contracts/data/AssetManagerSettings.sol/AssetManagerSettings.json +1 -0
- package/coston2/artifacts/contracts/data/AvailableAgentInfo.sol/AvailableAgentInfo.json +1 -0
- package/coston2/artifacts/contracts/data/CollateralReservationInfo.sol/CollateralReservationInfo.json +1 -0
- package/coston2/artifacts/contracts/data/CollateralType.sol/CollateralType.json +1 -0
- package/coston2/artifacts/contracts/data/RedemptionRequestInfo.sol/RedemptionRequestInfo.json +1 -0
- package/coston2/artifacts/contracts/data/RedemptionTicketInfo.sol/RedemptionTicketInfo.json +1 -0
- package/coston2/artifacts/contracts/diamond/interfaces/IDiamondLoupe.sol/IDiamondLoupe.json +78 -0
- package/flare/artifacts/contracts/IAgentAlwaysAllowedMinters.sol/IAgentAlwaysAllowedMinters.json +57 -0
- package/flare/artifacts/contracts/IAgentPing.sol/IAgentPing.json +99 -0
- package/flare/artifacts/contracts/IAssetManager.sol/IAssetManager.json +7139 -0
- package/flare/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +1721 -0
- package/flare/artifacts/contracts/ICoreVault.sol/ICoreVault.json +469 -0
- package/flare/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json +184 -0
- package/flare/artifacts/contracts/IRedemptionTimeExtension.sol/IRedemptionTimeExtension.json +28 -0
- package/flare/artifacts/contracts/ITransferFees.sol/ITransferFees.json +394 -0
- package/flare/artifacts/contracts/addressUpdater/interfaces/IIAddressUpdatable.sol/IIAddressUpdatable.json +20 -0
- package/flare/artifacts/contracts/addressUpdater/interfaces/IIAddressUpdater.sol/IIAddressUpdater.json +96 -0
- package/flare/artifacts/contracts/data/AgentInfo.sol/AgentInfo.json +1 -0
- package/flare/artifacts/contracts/data/AgentSettings.sol/AgentSettings.json +1 -0
- package/flare/artifacts/contracts/data/AssetManagerSettings.sol/AssetManagerSettings.json +1 -0
- package/flare/artifacts/contracts/data/AvailableAgentInfo.sol/AvailableAgentInfo.json +1 -0
- package/flare/artifacts/contracts/data/CollateralReservationInfo.sol/CollateralReservationInfo.json +1 -0
- package/flare/artifacts/contracts/data/CollateralType.sol/CollateralType.json +1 -0
- package/flare/artifacts/contracts/data/RedemptionRequestInfo.sol/RedemptionRequestInfo.json +1 -0
- package/flare/artifacts/contracts/data/RedemptionTicketInfo.sol/RedemptionTicketInfo.json +1 -0
- package/flare/artifacts/contracts/diamond/interfaces/IDiamondLoupe.sol/IDiamondLoupe.json +78 -0
- package/package.json +2 -2
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"inputs": [
|
|
4
|
+
{
|
|
5
|
+
"internalType": "bytes32[]",
|
|
6
|
+
"name": "_contractNameHashes",
|
|
7
|
+
"type": "bytes32[]"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"internalType": "address[]",
|
|
11
|
+
"name": "_contractAddresses",
|
|
12
|
+
"type": "address[]"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"name": "updateContractAddresses",
|
|
16
|
+
"outputs": [],
|
|
17
|
+
"stateMutability": "nonpayable",
|
|
18
|
+
"type": "function"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"inputs": [
|
|
4
|
+
{
|
|
5
|
+
"internalType": "string",
|
|
6
|
+
"name": "_name",
|
|
7
|
+
"type": "string"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"name": "getContractAddress",
|
|
11
|
+
"outputs": [
|
|
12
|
+
{
|
|
13
|
+
"internalType": "address",
|
|
14
|
+
"name": "",
|
|
15
|
+
"type": "address"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"stateMutability": "view",
|
|
19
|
+
"type": "function"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"inputs": [
|
|
23
|
+
{
|
|
24
|
+
"internalType": "bytes32",
|
|
25
|
+
"name": "_nameHash",
|
|
26
|
+
"type": "bytes32"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"name": "getContractAddressByHash",
|
|
30
|
+
"outputs": [
|
|
31
|
+
{
|
|
32
|
+
"internalType": "address",
|
|
33
|
+
"name": "",
|
|
34
|
+
"type": "address"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"stateMutability": "view",
|
|
38
|
+
"type": "function"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"inputs": [
|
|
42
|
+
{
|
|
43
|
+
"internalType": "string[]",
|
|
44
|
+
"name": "_names",
|
|
45
|
+
"type": "string[]"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"name": "getContractAddresses",
|
|
49
|
+
"outputs": [
|
|
50
|
+
{
|
|
51
|
+
"internalType": "address[]",
|
|
52
|
+
"name": "",
|
|
53
|
+
"type": "address[]"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"stateMutability": "view",
|
|
57
|
+
"type": "function"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"inputs": [
|
|
61
|
+
{
|
|
62
|
+
"internalType": "bytes32[]",
|
|
63
|
+
"name": "_nameHashes",
|
|
64
|
+
"type": "bytes32[]"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"name": "getContractAddressesByHash",
|
|
68
|
+
"outputs": [
|
|
69
|
+
{
|
|
70
|
+
"internalType": "address[]",
|
|
71
|
+
"name": "",
|
|
72
|
+
"type": "address[]"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"stateMutability": "view",
|
|
76
|
+
"type": "function"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"inputs": [],
|
|
80
|
+
"name": "getContractNamesAndAddresses",
|
|
81
|
+
"outputs": [
|
|
82
|
+
{
|
|
83
|
+
"internalType": "string[]",
|
|
84
|
+
"name": "_contractNames",
|
|
85
|
+
"type": "string[]"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"internalType": "address[]",
|
|
89
|
+
"name": "_contractAddresses",
|
|
90
|
+
"type": "address[]"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"stateMutability": "view",
|
|
94
|
+
"type": "function"
|
|
95
|
+
}
|
|
96
|
+
]
|
package/coston2/artifacts/contracts/IAgentAlwaysAllowedMinters.sol/IAgentAlwaysAllowedMinters.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"inputs": [
|
|
4
|
+
{
|
|
5
|
+
"internalType": "address",
|
|
6
|
+
"name": "_agentVault",
|
|
7
|
+
"type": "address"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"internalType": "address",
|
|
11
|
+
"name": "_minter",
|
|
12
|
+
"type": "address"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"name": "addAlwaysAllowedMinterForAgent",
|
|
16
|
+
"outputs": [],
|
|
17
|
+
"stateMutability": "nonpayable",
|
|
18
|
+
"type": "function"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"inputs": [
|
|
22
|
+
{
|
|
23
|
+
"internalType": "address",
|
|
24
|
+
"name": "_agentVault",
|
|
25
|
+
"type": "address"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"name": "alwaysAllowedMintersForAgent",
|
|
29
|
+
"outputs": [
|
|
30
|
+
{
|
|
31
|
+
"internalType": "address[]",
|
|
32
|
+
"name": "",
|
|
33
|
+
"type": "address[]"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"stateMutability": "view",
|
|
37
|
+
"type": "function"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"inputs": [
|
|
41
|
+
{
|
|
42
|
+
"internalType": "address",
|
|
43
|
+
"name": "_agentVault",
|
|
44
|
+
"type": "address"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"internalType": "address",
|
|
48
|
+
"name": "_minter",
|
|
49
|
+
"type": "address"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"name": "removeAlwaysAllowedMinterForAgent",
|
|
53
|
+
"outputs": [],
|
|
54
|
+
"stateMutability": "nonpayable",
|
|
55
|
+
"type": "function"
|
|
56
|
+
}
|
|
57
|
+
]
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"anonymous": false,
|
|
4
|
+
"inputs": [
|
|
5
|
+
{
|
|
6
|
+
"indexed": true,
|
|
7
|
+
"internalType": "address",
|
|
8
|
+
"name": "agentVault",
|
|
9
|
+
"type": "address"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"indexed": true,
|
|
13
|
+
"internalType": "address",
|
|
14
|
+
"name": "sender",
|
|
15
|
+
"type": "address"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"indexed": false,
|
|
19
|
+
"internalType": "uint256",
|
|
20
|
+
"name": "query",
|
|
21
|
+
"type": "uint256"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"name": "AgentPing",
|
|
25
|
+
"type": "event"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"anonymous": false,
|
|
29
|
+
"inputs": [
|
|
30
|
+
{
|
|
31
|
+
"indexed": true,
|
|
32
|
+
"internalType": "address",
|
|
33
|
+
"name": "agentVault",
|
|
34
|
+
"type": "address"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"indexed": true,
|
|
38
|
+
"internalType": "address",
|
|
39
|
+
"name": "owner",
|
|
40
|
+
"type": "address"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"indexed": false,
|
|
44
|
+
"internalType": "uint256",
|
|
45
|
+
"name": "query",
|
|
46
|
+
"type": "uint256"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"indexed": false,
|
|
50
|
+
"internalType": "string",
|
|
51
|
+
"name": "response",
|
|
52
|
+
"type": "string"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"name": "AgentPingResponse",
|
|
56
|
+
"type": "event"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"inputs": [
|
|
60
|
+
{
|
|
61
|
+
"internalType": "address",
|
|
62
|
+
"name": "_agentVault",
|
|
63
|
+
"type": "address"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"internalType": "uint256",
|
|
67
|
+
"name": "_query",
|
|
68
|
+
"type": "uint256"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"name": "agentPing",
|
|
72
|
+
"outputs": [],
|
|
73
|
+
"stateMutability": "nonpayable",
|
|
74
|
+
"type": "function"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"inputs": [
|
|
78
|
+
{
|
|
79
|
+
"internalType": "address",
|
|
80
|
+
"name": "_agentVault",
|
|
81
|
+
"type": "address"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"internalType": "uint256",
|
|
85
|
+
"name": "_query",
|
|
86
|
+
"type": "uint256"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"internalType": "string",
|
|
90
|
+
"name": "_response",
|
|
91
|
+
"type": "string"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"name": "agentPingResponse",
|
|
95
|
+
"outputs": [],
|
|
96
|
+
"stateMutability": "nonpayable",
|
|
97
|
+
"type": "function"
|
|
98
|
+
}
|
|
99
|
+
]
|