Skip to content

Commit

Permalink
Merge pull request #79 from neptune-mutual-blue/develop
Browse files Browse the repository at this point in the history
Merge develop to audit/freeze
  • Loading branch information
heyaibi authored May 30, 2022
2 parents 54637e5 + 94a76d9 commit 466f6ac
Show file tree
Hide file tree
Showing 354 changed files with 20,845 additions and 4,928 deletions.
105 changes: 99 additions & 6 deletions abis/IClaimsProcessor.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,38 @@
{
"indexed": true,
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
},
{
"indexed": true,
"internalType": "uint256",
"name": "incidentDate",
"type": "uint256"
},
{
"indexed": true,
"internalType": "address",
"name": "account",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "status",
"type": "bool"
}
],
"name": "BlacklistSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "coverKey",
"type": "bytes32"
},
{
Expand Down Expand Up @@ -36,7 +67,7 @@
{
"indexed": true,
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
},
{
Expand Down Expand Up @@ -94,7 +125,7 @@
},
{
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
},
{
Expand All @@ -117,7 +148,7 @@
"inputs": [
{
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
}
],
Expand Down Expand Up @@ -149,7 +180,64 @@
"inputs": [
{
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "incidentDate",
"type": "uint256"
},
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "isBlacklisted",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "coverKey",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "incidentDate",
"type": "uint256"
},
{
"internalType": "address[]",
"name": "accounts",
"type": "address[]"
},
{
"internalType": "bool[]",
"name": "statuses",
"type": "bool[]"
}
],
"name": "setBlacklist",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "coverKey",
"type": "bytes32"
},
{
Expand All @@ -172,13 +260,18 @@
},
{
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "incidentDate",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "validate",
Expand Down
26 changes: 13 additions & 13 deletions abis/ICover.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"anonymous": false,
"inputs": [
{
"indexed": false,
"indexed": true,
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
},
{
Expand Down Expand Up @@ -110,9 +110,9 @@
"anonymous": false,
"inputs": [
{
"indexed": false,
"indexed": true,
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
},
{
Expand All @@ -129,9 +129,9 @@
"anonymous": false,
"inputs": [
{
"indexed": false,
"indexed": true,
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
},
{
Expand Down Expand Up @@ -211,7 +211,7 @@
"inputs": [
{
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
},
{
Expand Down Expand Up @@ -263,7 +263,7 @@
"inputs": [
{
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
},
{
Expand All @@ -287,7 +287,7 @@
"inputs": [
{
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
}
],
Expand All @@ -306,7 +306,7 @@
"inputs": [
{
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
}
],
Expand Down Expand Up @@ -405,7 +405,7 @@
"inputs": [
{
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
},
{
Expand All @@ -423,7 +423,7 @@
"inputs": [
{
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
},
{
Expand Down Expand Up @@ -459,7 +459,7 @@
"inputs": [
{
"internalType": "bytes32",
"name": "key",
"name": "coverKey",
"type": "bytes32"
},
{
Expand Down
133 changes: 0 additions & 133 deletions abis/ICoverProvision.json

This file was deleted.

Loading

0 comments on commit 466f6ac

Please sign in to comment.