@superfluid-finance/sdk-core 0.5.7-dev.e18f4b3.0 → 0.5.8-dev.b990476.0
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/CHANGELOG.md +13 -1
- package/dist/index.umd.js +51637 -10198
- package/dist/main/BatchCall.d.ts.map +1 -1
- package/dist/main/BatchCall.js +3 -3
- package/dist/main/BatchCall.js.map +1 -1
- package/dist/main/ConstantFlowAgreementV1.d.ts +17 -6
- package/dist/main/ConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/main/ConstantFlowAgreementV1.js +51 -16
- package/dist/main/ConstantFlowAgreementV1.js.map +1 -1
- package/dist/main/ERC20Token.d.ts +1 -1
- package/dist/main/ERC20Token.d.ts.map +1 -1
- package/dist/main/ERC20Token.js +2 -2
- package/dist/main/ERC20Token.js.map +1 -1
- package/dist/main/Framework.d.ts.map +1 -1
- package/dist/main/Framework.js +12 -15
- package/dist/main/Framework.js.map +1 -1
- package/dist/main/Governance.d.ts +2 -2
- package/dist/main/Governance.d.ts.map +1 -1
- package/dist/main/Governance.js +3 -6
- package/dist/main/Governance.js.map +1 -1
- package/dist/main/Host.d.ts +1 -1
- package/dist/main/Host.d.ts.map +1 -1
- package/dist/main/Host.js +2 -2
- package/dist/main/Host.js.map +1 -1
- package/dist/main/InstantDistributionAgreementV1.d.ts +3 -4
- package/dist/main/InstantDistributionAgreementV1.d.ts.map +1 -1
- package/dist/main/InstantDistributionAgreementV1.js +13 -14
- package/dist/main/InstantDistributionAgreementV1.js.map +1 -1
- package/dist/main/Operation.d.ts +3 -1
- package/dist/main/Operation.d.ts.map +1 -1
- package/dist/main/Operation.js +7 -3
- package/dist/main/Operation.js.map +1 -1
- package/dist/main/Query.d.ts +2 -2
- package/dist/main/Query.d.ts.map +1 -1
- package/dist/main/Query.js.map +1 -1
- package/dist/main/SuperToken.d.ts +1 -5
- package/dist/main/SuperToken.d.ts.map +1 -1
- package/dist/main/SuperToken.js +7 -15
- package/dist/main/SuperToken.js.map +1 -1
- package/dist/main/index.d.ts +1 -0
- package/dist/main/index.d.ts.map +1 -1
- package/dist/main/index.js +1 -0
- package/dist/main/index.js.map +1 -1
- package/dist/main/interfaces.d.ts +18 -18
- package/dist/main/interfaces.d.ts.map +1 -1
- package/dist/main/utils.d.ts +14 -7
- package/dist/main/utils.d.ts.map +1 -1
- package/dist/main/utils.js +17 -1
- package/dist/main/utils.js.map +1 -1
- package/dist/module/BatchCall.d.ts.map +1 -1
- package/dist/module/BatchCall.js +3 -3
- package/dist/module/BatchCall.js.map +1 -1
- package/dist/module/ConstantFlowAgreementV1.d.ts +17 -6
- package/dist/module/ConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/module/ConstantFlowAgreementV1.js +51 -16
- package/dist/module/ConstantFlowAgreementV1.js.map +1 -1
- package/dist/module/ERC20Token.d.ts +1 -1
- package/dist/module/ERC20Token.d.ts.map +1 -1
- package/dist/module/ERC20Token.js +2 -2
- package/dist/module/ERC20Token.js.map +1 -1
- package/dist/module/Framework.d.ts.map +1 -1
- package/dist/module/Framework.js +12 -15
- package/dist/module/Framework.js.map +1 -1
- package/dist/module/Governance.d.ts +2 -2
- package/dist/module/Governance.d.ts.map +1 -1
- package/dist/module/Governance.js +3 -3
- package/dist/module/Governance.js.map +1 -1
- package/dist/module/Host.d.ts +1 -1
- package/dist/module/Host.d.ts.map +1 -1
- package/dist/module/Host.js +2 -2
- package/dist/module/Host.js.map +1 -1
- package/dist/module/InstantDistributionAgreementV1.d.ts +3 -4
- package/dist/module/InstantDistributionAgreementV1.d.ts.map +1 -1
- package/dist/module/InstantDistributionAgreementV1.js +13 -14
- package/dist/module/InstantDistributionAgreementV1.js.map +1 -1
- package/dist/module/Operation.d.ts +3 -1
- package/dist/module/Operation.d.ts.map +1 -1
- package/dist/module/Operation.js +7 -3
- package/dist/module/Operation.js.map +1 -1
- package/dist/module/Query.d.ts +2 -2
- package/dist/module/Query.d.ts.map +1 -1
- package/dist/module/Query.js.map +1 -1
- package/dist/module/SuperToken.d.ts +1 -5
- package/dist/module/SuperToken.d.ts.map +1 -1
- package/dist/module/SuperToken.js +7 -15
- package/dist/module/SuperToken.js.map +1 -1
- package/dist/module/index.d.ts +1 -0
- package/dist/module/index.d.ts.map +1 -1
- package/dist/module/index.js +1 -0
- package/dist/module/index.js.map +1 -1
- package/dist/module/interfaces.d.ts +18 -18
- package/dist/module/interfaces.d.ts.map +1 -1
- package/dist/module/utils.d.ts +14 -7
- package/dist/module/utils.d.ts.map +1 -1
- package/dist/module/utils.js +15 -0
- package/dist/module/utils.js.map +1 -1
- package/package.json +4 -6
- package/dist/main/abi/ERC20WithTokenInfo.json +0 -224
- package/dist/main/abi/IConstantFlowAgreementV1.json +0 -860
- package/dist/main/abi/IInstantDistributionAgreementV1.json +0 -950
- package/dist/main/abi/IResolver.json +0 -58
- package/dist/main/abi/ISETH.json +0 -1629
- package/dist/main/abi/SuperToken.json +0 -1751
- package/dist/main/abi/Superfluid.json +0 -1324
- package/dist/main/abi/SuperfluidGovernanceII.json +0 -1085
- package/dist/main/abi/SuperfluidLoader.json +0 -54
- package/dist/main/typechain/ERC20WithTokenInfo.d.ts +0 -167
- package/dist/main/typechain/ERC20WithTokenInfo.d.ts.map +0 -1
- package/dist/main/typechain/ERC20WithTokenInfo.js +0 -3
- package/dist/main/typechain/ERC20WithTokenInfo.js.map +0 -1
- package/dist/main/typechain/IConstantFlowAgreementV1.d.ts +0 -574
- package/dist/main/typechain/IConstantFlowAgreementV1.d.ts.map +0 -1
- package/dist/main/typechain/IConstantFlowAgreementV1.js +0 -3
- package/dist/main/typechain/IConstantFlowAgreementV1.js.map +0 -1
- package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts +0 -641
- package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts.map +0 -1
- package/dist/main/typechain/IInstantDistributionAgreementV1.js +0 -3
- package/dist/main/typechain/IInstantDistributionAgreementV1.js.map +0 -1
- package/dist/main/typechain/IResolver.d.ts +0 -71
- package/dist/main/typechain/IResolver.d.ts.map +0 -1
- package/dist/main/typechain/IResolver.js +0 -3
- package/dist/main/typechain/IResolver.js.map +0 -1
- package/dist/main/typechain/ISETH.d.ts +0 -1150
- package/dist/main/typechain/ISETH.d.ts.map +0 -1
- package/dist/main/typechain/ISETH.js +0 -3
- package/dist/main/typechain/ISETH.js.map +0 -1
- package/dist/main/typechain/SuperToken.d.ts +0 -1170
- package/dist/main/typechain/SuperToken.d.ts.map +0 -1
- package/dist/main/typechain/SuperToken.js +0 -3
- package/dist/main/typechain/SuperToken.js.map +0 -1
- package/dist/main/typechain/Superfluid.d.ts +0 -849
- package/dist/main/typechain/Superfluid.d.ts.map +0 -1
- package/dist/main/typechain/Superfluid.js +0 -3
- package/dist/main/typechain/Superfluid.js.map +0 -1
- package/dist/main/typechain/SuperfluidGovernanceII.d.ts +0 -797
- package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +0 -1
- package/dist/main/typechain/SuperfluidGovernanceII.js +0 -3
- package/dist/main/typechain/SuperfluidGovernanceII.js.map +0 -1
- package/dist/main/typechain/SuperfluidLoader.d.ts +0 -61
- package/dist/main/typechain/SuperfluidLoader.d.ts.map +0 -1
- package/dist/main/typechain/SuperfluidLoader.js +0 -3
- package/dist/main/typechain/SuperfluidLoader.js.map +0 -1
- package/dist/main/typechain/TestToken.d.ts +0 -223
- package/dist/main/typechain/TestToken.d.ts.map +0 -1
- package/dist/main/typechain/TestToken.js +0 -3
- package/dist/main/typechain/TestToken.js.map +0 -1
- package/dist/main/typechain/common.d.ts +0 -23
- package/dist/main/typechain/common.d.ts.map +0 -1
- package/dist/main/typechain/common.js +0 -3
- package/dist/main/typechain/common.js.map +0 -1
- package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts +0 -36
- package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +0 -1
- package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.js +0 -242
- package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.js.map +0 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +0 -43
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +0 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js +0 -878
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js.map +0 -1
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +0 -43
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +0 -1
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js +0 -968
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +0 -1
- package/dist/main/typechain/factories/IResolver__factory.d.ts +0 -36
- package/dist/main/typechain/factories/IResolver__factory.d.ts.map +0 -1
- package/dist/main/typechain/factories/IResolver__factory.js +0 -76
- package/dist/main/typechain/factories/IResolver__factory.js.map +0 -1
- package/dist/main/typechain/factories/ISETH__factory.d.ts +0 -43
- package/dist/main/typechain/factories/ISETH__factory.d.ts.map +0 -1
- package/dist/main/typechain/factories/ISETH__factory.js +0 -1647
- package/dist/main/typechain/factories/ISETH__factory.js.map +0 -1
- package/dist/main/typechain/factories/SuperToken__factory.d.ts +0 -58
- package/dist/main/typechain/factories/SuperToken__factory.d.ts.map +0 -1
- package/dist/main/typechain/factories/SuperToken__factory.js +0 -1769
- package/dist/main/typechain/factories/SuperToken__factory.js.map +0 -1
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts +0 -47
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +0 -1
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +0 -1103
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +0 -1
- package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts +0 -38
- package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts.map +0 -1
- package/dist/main/typechain/factories/SuperfluidLoader__factory.js +0 -72
- package/dist/main/typechain/factories/SuperfluidLoader__factory.js.map +0 -1
- package/dist/main/typechain/factories/Superfluid__factory.d.ts +0 -94
- package/dist/main/typechain/factories/Superfluid__factory.d.ts.map +0 -1
- package/dist/main/typechain/factories/Superfluid__factory.js +0 -1342
- package/dist/main/typechain/factories/Superfluid__factory.js.map +0 -1
- package/dist/main/typechain/factories/TestToken__factory.d.ts +0 -47
- package/dist/main/typechain/factories/TestToken__factory.d.ts.map +0 -1
- package/dist/main/typechain/factories/TestToken__factory.js +0 -348
- package/dist/main/typechain/factories/TestToken__factory.js.map +0 -1
- package/dist/main/typechain/factories/index.d.ts +0 -11
- package/dist/main/typechain/factories/index.d.ts.map +0 -1
- package/dist/main/typechain/factories/index.js +0 -27
- package/dist/main/typechain/factories/index.js.map +0 -1
- package/dist/main/typechain/index.d.ts +0 -22
- package/dist/main/typechain/index.d.ts.map +0 -1
- package/dist/main/typechain/index.js +0 -48
- package/dist/main/typechain/index.js.map +0 -1
- package/dist/module/abi/ERC20WithTokenInfo.json +0 -224
- package/dist/module/abi/IConstantFlowAgreementV1.json +0 -860
- package/dist/module/abi/IInstantDistributionAgreementV1.json +0 -950
- package/dist/module/abi/IResolver.json +0 -58
- package/dist/module/abi/ISETH.json +0 -1629
- package/dist/module/abi/SuperToken.json +0 -1751
- package/dist/module/abi/Superfluid.json +0 -1324
- package/dist/module/abi/SuperfluidGovernanceII.json +0 -1085
- package/dist/module/abi/SuperfluidLoader.json +0 -54
- package/dist/module/typechain/ERC20WithTokenInfo.d.ts +0 -167
- package/dist/module/typechain/ERC20WithTokenInfo.d.ts.map +0 -1
- package/dist/module/typechain/ERC20WithTokenInfo.js +0 -2
- package/dist/module/typechain/ERC20WithTokenInfo.js.map +0 -1
- package/dist/module/typechain/IConstantFlowAgreementV1.d.ts +0 -574
- package/dist/module/typechain/IConstantFlowAgreementV1.d.ts.map +0 -1
- package/dist/module/typechain/IConstantFlowAgreementV1.js +0 -2
- package/dist/module/typechain/IConstantFlowAgreementV1.js.map +0 -1
- package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts +0 -641
- package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts.map +0 -1
- package/dist/module/typechain/IInstantDistributionAgreementV1.js +0 -2
- package/dist/module/typechain/IInstantDistributionAgreementV1.js.map +0 -1
- package/dist/module/typechain/IResolver.d.ts +0 -71
- package/dist/module/typechain/IResolver.d.ts.map +0 -1
- package/dist/module/typechain/IResolver.js +0 -2
- package/dist/module/typechain/IResolver.js.map +0 -1
- package/dist/module/typechain/ISETH.d.ts +0 -1150
- package/dist/module/typechain/ISETH.d.ts.map +0 -1
- package/dist/module/typechain/ISETH.js +0 -2
- package/dist/module/typechain/ISETH.js.map +0 -1
- package/dist/module/typechain/SuperToken.d.ts +0 -1170
- package/dist/module/typechain/SuperToken.d.ts.map +0 -1
- package/dist/module/typechain/SuperToken.js +0 -2
- package/dist/module/typechain/SuperToken.js.map +0 -1
- package/dist/module/typechain/Superfluid.d.ts +0 -849
- package/dist/module/typechain/Superfluid.d.ts.map +0 -1
- package/dist/module/typechain/Superfluid.js +0 -2
- package/dist/module/typechain/Superfluid.js.map +0 -1
- package/dist/module/typechain/SuperfluidGovernanceII.d.ts +0 -797
- package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +0 -1
- package/dist/module/typechain/SuperfluidGovernanceII.js +0 -2
- package/dist/module/typechain/SuperfluidGovernanceII.js.map +0 -1
- package/dist/module/typechain/SuperfluidLoader.d.ts +0 -61
- package/dist/module/typechain/SuperfluidLoader.d.ts.map +0 -1
- package/dist/module/typechain/SuperfluidLoader.js +0 -2
- package/dist/module/typechain/SuperfluidLoader.js.map +0 -1
- package/dist/module/typechain/TestToken.d.ts +0 -223
- package/dist/module/typechain/TestToken.d.ts.map +0 -1
- package/dist/module/typechain/TestToken.js +0 -2
- package/dist/module/typechain/TestToken.js.map +0 -1
- package/dist/module/typechain/common.d.ts +0 -23
- package/dist/module/typechain/common.d.ts.map +0 -1
- package/dist/module/typechain/common.js +0 -2
- package/dist/module/typechain/common.js.map +0 -1
- package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts +0 -36
- package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +0 -1
- package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.js +0 -238
- package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.js.map +0 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +0 -43
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +0 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js +0 -874
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js.map +0 -1
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +0 -43
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +0 -1
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js +0 -964
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +0 -1
- package/dist/module/typechain/factories/IResolver__factory.d.ts +0 -36
- package/dist/module/typechain/factories/IResolver__factory.d.ts.map +0 -1
- package/dist/module/typechain/factories/IResolver__factory.js +0 -72
- package/dist/module/typechain/factories/IResolver__factory.js.map +0 -1
- package/dist/module/typechain/factories/ISETH__factory.d.ts +0 -43
- package/dist/module/typechain/factories/ISETH__factory.d.ts.map +0 -1
- package/dist/module/typechain/factories/ISETH__factory.js +0 -1643
- package/dist/module/typechain/factories/ISETH__factory.js.map +0 -1
- package/dist/module/typechain/factories/SuperToken__factory.d.ts +0 -58
- package/dist/module/typechain/factories/SuperToken__factory.d.ts.map +0 -1
- package/dist/module/typechain/factories/SuperToken__factory.js +0 -1765
- package/dist/module/typechain/factories/SuperToken__factory.js.map +0 -1
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts +0 -47
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +0 -1
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +0 -1099
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +0 -1
- package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts +0 -38
- package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts.map +0 -1
- package/dist/module/typechain/factories/SuperfluidLoader__factory.js +0 -68
- package/dist/module/typechain/factories/SuperfluidLoader__factory.js.map +0 -1
- package/dist/module/typechain/factories/Superfluid__factory.d.ts +0 -94
- package/dist/module/typechain/factories/Superfluid__factory.d.ts.map +0 -1
- package/dist/module/typechain/factories/Superfluid__factory.js +0 -1338
- package/dist/module/typechain/factories/Superfluid__factory.js.map +0 -1
- package/dist/module/typechain/factories/TestToken__factory.d.ts +0 -47
- package/dist/module/typechain/factories/TestToken__factory.d.ts.map +0 -1
- package/dist/module/typechain/factories/TestToken__factory.js +0 -344
- package/dist/module/typechain/factories/TestToken__factory.js.map +0 -1
- package/dist/module/typechain/factories/index.d.ts +0 -11
- package/dist/module/typechain/factories/index.d.ts.map +0 -1
- package/dist/module/typechain/factories/index.js +0 -14
- package/dist/module/typechain/factories/index.js.map +0 -1
- package/dist/module/typechain/index.d.ts +0 -22
- package/dist/module/typechain/index.d.ts.map +0 -1
- package/dist/module/typechain/index.js +0 -12
- package/dist/module/typechain/index.js.map +0 -1
|
@@ -1,224 +0,0 @@
|
|
|
1
|
-
{ "abi": [
|
|
2
|
-
{
|
|
3
|
-
"anonymous": false,
|
|
4
|
-
"inputs": [
|
|
5
|
-
{
|
|
6
|
-
"indexed": true,
|
|
7
|
-
"internalType": "address",
|
|
8
|
-
"name": "owner",
|
|
9
|
-
"type": "address"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"indexed": true,
|
|
13
|
-
"internalType": "address",
|
|
14
|
-
"name": "spender",
|
|
15
|
-
"type": "address"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"indexed": false,
|
|
19
|
-
"internalType": "uint256",
|
|
20
|
-
"name": "value",
|
|
21
|
-
"type": "uint256"
|
|
22
|
-
}
|
|
23
|
-
],
|
|
24
|
-
"name": "Approval",
|
|
25
|
-
"type": "event"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"anonymous": false,
|
|
29
|
-
"inputs": [
|
|
30
|
-
{
|
|
31
|
-
"indexed": true,
|
|
32
|
-
"internalType": "address",
|
|
33
|
-
"name": "from",
|
|
34
|
-
"type": "address"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"indexed": true,
|
|
38
|
-
"internalType": "address",
|
|
39
|
-
"name": "to",
|
|
40
|
-
"type": "address"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"indexed": false,
|
|
44
|
-
"internalType": "uint256",
|
|
45
|
-
"name": "value",
|
|
46
|
-
"type": "uint256"
|
|
47
|
-
}
|
|
48
|
-
],
|
|
49
|
-
"name": "Transfer",
|
|
50
|
-
"type": "event"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"inputs": [
|
|
54
|
-
{
|
|
55
|
-
"internalType": "address",
|
|
56
|
-
"name": "owner",
|
|
57
|
-
"type": "address"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"internalType": "address",
|
|
61
|
-
"name": "spender",
|
|
62
|
-
"type": "address"
|
|
63
|
-
}
|
|
64
|
-
],
|
|
65
|
-
"name": "allowance",
|
|
66
|
-
"outputs": [
|
|
67
|
-
{
|
|
68
|
-
"internalType": "uint256",
|
|
69
|
-
"name": "",
|
|
70
|
-
"type": "uint256"
|
|
71
|
-
}
|
|
72
|
-
],
|
|
73
|
-
"stateMutability": "view",
|
|
74
|
-
"type": "function"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"inputs": [
|
|
78
|
-
{
|
|
79
|
-
"internalType": "address",
|
|
80
|
-
"name": "spender",
|
|
81
|
-
"type": "address"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"internalType": "uint256",
|
|
85
|
-
"name": "amount",
|
|
86
|
-
"type": "uint256"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"name": "approve",
|
|
90
|
-
"outputs": [
|
|
91
|
-
{
|
|
92
|
-
"internalType": "bool",
|
|
93
|
-
"name": "",
|
|
94
|
-
"type": "bool"
|
|
95
|
-
}
|
|
96
|
-
],
|
|
97
|
-
"stateMutability": "nonpayable",
|
|
98
|
-
"type": "function"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"inputs": [
|
|
102
|
-
{
|
|
103
|
-
"internalType": "address",
|
|
104
|
-
"name": "account",
|
|
105
|
-
"type": "address"
|
|
106
|
-
}
|
|
107
|
-
],
|
|
108
|
-
"name": "balanceOf",
|
|
109
|
-
"outputs": [
|
|
110
|
-
{
|
|
111
|
-
"internalType": "uint256",
|
|
112
|
-
"name": "",
|
|
113
|
-
"type": "uint256"
|
|
114
|
-
}
|
|
115
|
-
],
|
|
116
|
-
"stateMutability": "view",
|
|
117
|
-
"type": "function"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"inputs": [],
|
|
121
|
-
"name": "decimals",
|
|
122
|
-
"outputs": [
|
|
123
|
-
{
|
|
124
|
-
"internalType": "uint8",
|
|
125
|
-
"name": "",
|
|
126
|
-
"type": "uint8"
|
|
127
|
-
}
|
|
128
|
-
],
|
|
129
|
-
"stateMutability": "view",
|
|
130
|
-
"type": "function"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"inputs": [],
|
|
134
|
-
"name": "name",
|
|
135
|
-
"outputs": [
|
|
136
|
-
{
|
|
137
|
-
"internalType": "string",
|
|
138
|
-
"name": "",
|
|
139
|
-
"type": "string"
|
|
140
|
-
}
|
|
141
|
-
],
|
|
142
|
-
"stateMutability": "view",
|
|
143
|
-
"type": "function"
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"inputs": [],
|
|
147
|
-
"name": "symbol",
|
|
148
|
-
"outputs": [
|
|
149
|
-
{
|
|
150
|
-
"internalType": "string",
|
|
151
|
-
"name": "",
|
|
152
|
-
"type": "string"
|
|
153
|
-
}
|
|
154
|
-
],
|
|
155
|
-
"stateMutability": "view",
|
|
156
|
-
"type": "function"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"inputs": [],
|
|
160
|
-
"name": "totalSupply",
|
|
161
|
-
"outputs": [
|
|
162
|
-
{
|
|
163
|
-
"internalType": "uint256",
|
|
164
|
-
"name": "",
|
|
165
|
-
"type": "uint256"
|
|
166
|
-
}
|
|
167
|
-
],
|
|
168
|
-
"stateMutability": "view",
|
|
169
|
-
"type": "function"
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"inputs": [
|
|
173
|
-
{
|
|
174
|
-
"internalType": "address",
|
|
175
|
-
"name": "to",
|
|
176
|
-
"type": "address"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"internalType": "uint256",
|
|
180
|
-
"name": "amount",
|
|
181
|
-
"type": "uint256"
|
|
182
|
-
}
|
|
183
|
-
],
|
|
184
|
-
"name": "transfer",
|
|
185
|
-
"outputs": [
|
|
186
|
-
{
|
|
187
|
-
"internalType": "bool",
|
|
188
|
-
"name": "",
|
|
189
|
-
"type": "bool"
|
|
190
|
-
}
|
|
191
|
-
],
|
|
192
|
-
"stateMutability": "nonpayable",
|
|
193
|
-
"type": "function"
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"inputs": [
|
|
197
|
-
{
|
|
198
|
-
"internalType": "address",
|
|
199
|
-
"name": "from",
|
|
200
|
-
"type": "address"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"internalType": "address",
|
|
204
|
-
"name": "to",
|
|
205
|
-
"type": "address"
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"internalType": "uint256",
|
|
209
|
-
"name": "amount",
|
|
210
|
-
"type": "uint256"
|
|
211
|
-
}
|
|
212
|
-
],
|
|
213
|
-
"name": "transferFrom",
|
|
214
|
-
"outputs": [
|
|
215
|
-
{
|
|
216
|
-
"internalType": "bool",
|
|
217
|
-
"name": "",
|
|
218
|
-
"type": "bool"
|
|
219
|
-
}
|
|
220
|
-
],
|
|
221
|
-
"stateMutability": "nonpayable",
|
|
222
|
-
"type": "function"
|
|
223
|
-
}
|
|
224
|
-
] }
|