Update ABI files.
This commit is contained in:
@@ -8,20 +8,6 @@
|
||||
"name": "AccountAdded",
|
||||
"type": "event"
|
||||
},
|
||||
{
|
||||
"inputs": [{ "internalType": "uint256", "name": "_idx", "type": "uint256" }],
|
||||
"name": "accounts",
|
||||
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
|
||||
"stateMutability": "view",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [{ "internalType": "address", "name": "_account", "type": "address" }],
|
||||
"name": "accountsIndex",
|
||||
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
||||
"stateMutability": "view",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [{ "internalType": "address", "name": "_account", "type": "address" }],
|
||||
"name": "add",
|
||||
@@ -30,24 +16,17 @@
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [{ "internalType": "address", "name": "_writer", "type": "address" }],
|
||||
"name": "addWriter",
|
||||
"outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
|
||||
"stateMutability": "nonpayable",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [],
|
||||
"name": "count",
|
||||
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
||||
"inputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
||||
"name": "entry",
|
||||
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
|
||||
"stateMutability": "view",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [{ "internalType": "address", "name": "_writer", "type": "address" }],
|
||||
"name": "deleteWriter",
|
||||
"outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [],
|
||||
"name": "entryCount",
|
||||
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
||||
"stateMutability": "view",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
@@ -1,18 +1,28 @@
|
||||
[
|
||||
{
|
||||
"anonymous": false,
|
||||
"inputs": [
|
||||
{ "internalType": "address", "name": "_address", "type": "address" },
|
||||
{ "indexed": false, "internalType": "address", "name": "_declarator", "type": "address" },
|
||||
{ "indexed": false, "internalType": "address", "name": "_subject", "type": "address" },
|
||||
{ "indexed": false, "internalType": "bytes32", "name": "_proof", "type": "bytes32" }
|
||||
],
|
||||
"name": "DeclarationAdded",
|
||||
"type": "event"
|
||||
},
|
||||
{
|
||||
"inputs": [
|
||||
{ "internalType": "address", "name": "_subject", "type": "address" },
|
||||
{ "internalType": "bytes32", "name": "_proof", "type": "bytes32" }
|
||||
],
|
||||
"name": "addDeclaration",
|
||||
"outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
|
||||
"outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
|
||||
"stateMutability": "nonpayable",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [
|
||||
{ "internalType": "address", "name": "_subjectAddress", "type": "address" },
|
||||
{ "internalType": "address", "name": "_objectAddress", "type": "address" }
|
||||
{ "internalType": "address", "name": "_declarator", "type": "address" },
|
||||
{ "internalType": "address", "name": "_subject", "type": "address" }
|
||||
],
|
||||
"name": "declaration",
|
||||
"outputs": [{ "internalType": "bytes32[]", "name": "", "type": "bytes32[]" }],
|
||||
@@ -21,7 +31,7 @@
|
||||
},
|
||||
{
|
||||
"inputs": [
|
||||
{ "internalType": "address", "name": "_subjectAddress", "type": "address" },
|
||||
{ "internalType": "address", "name": "_declarator", "type": "address" },
|
||||
{ "internalType": "uint256", "name": "_idx", "type": "uint256" }
|
||||
],
|
||||
"name": "declarationAddressAt",
|
||||
@@ -30,7 +40,7 @@
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [{ "internalType": "address", "name": "_subjectAddress", "type": "address" }],
|
||||
"inputs": [{ "internalType": "address", "name": "_declarator", "type": "address" }],
|
||||
"name": "declarationCount",
|
||||
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
||||
"stateMutability": "view",
|
||||
@@ -38,7 +48,7 @@
|
||||
},
|
||||
{
|
||||
"inputs": [
|
||||
{ "internalType": "address", "name": "_targetAddress", "type": "address" },
|
||||
{ "internalType": "address", "name": "_subject", "type": "address" },
|
||||
{ "internalType": "uint256", "name": "_idx", "type": "uint256" }
|
||||
],
|
||||
"name": "declaratorAddressAt",
|
||||
@@ -47,7 +57,7 @@
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [{ "internalType": "address", "name": "_objectAddress", "type": "address" }],
|
||||
"inputs": [{ "internalType": "address", "name": "_subject", "type": "address" }],
|
||||
"name": "declaratorCount",
|
||||
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
||||
"stateMutability": "view",
|
||||
@@ -19,6 +19,17 @@
|
||||
"name": "Transfer",
|
||||
"type": "event"
|
||||
},
|
||||
{
|
||||
"anonymous": false,
|
||||
"inputs": [
|
||||
{ "indexed": true, "internalType": "address", "name": "_from", "type": "address" },
|
||||
{ "indexed": true, "internalType": "address", "name": "_to", "type": "address" },
|
||||
{ "indexed": true, "internalType": "address", "name": "_spender", "type": "address" },
|
||||
{ "indexed": false, "internalType": "uint256", "name": "_value", "type": "uint256" }
|
||||
],
|
||||
"name": "TransferFrom",
|
||||
"type": "event"
|
||||
},
|
||||
{
|
||||
"inputs": [
|
||||
{ "internalType": "address", "name": "_owner", "type": "address" },
|
||||
@@ -39,17 +50,10 @@
|
||||
"stateMutability": "nonpayable",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [{ "internalType": "address", "name": "", "type": "address" }],
|
||||
"name": "balanceOf",
|
||||
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
||||
"stateMutability": "view",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs": [],
|
||||
"name": "decimals",
|
||||
"outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }],
|
||||
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
||||
"stateMutability": "view",
|
||||
"type": "function"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user