@funkit/core 1.0.15 → 1.0.17

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.
Files changed (61) hide show
  1. package/dist/src/abis/ApproveAndExec.json +70 -1
  2. package/dist/src/abis/EntryPoint.json +546 -2
  3. package/dist/src/abis/EstimationPaymaster.json +156 -1
  4. package/dist/src/abis/FeePercentOracle.json +142 -1
  5. package/dist/src/abis/FunWallet.json +534 -2
  6. package/dist/src/abis/FunWalletFactory.json +141 -1
  7. package/dist/src/abis/GaslessPaymaster.json +329 -1
  8. package/dist/src/abis/RoleBasedAccessControl.json +2 -1
  9. package/dist/src/abis/TestNFT.json +170 -1
  10. package/dist/src/abis/TokenPaymaster.json +696 -1
  11. package/dist/src/abis/TokenPriceOracle.json +44 -1
  12. package/dist/src/abis/UserAuthentication.json +223 -1
  13. package/dist/src/apis/AccessControlApis.js +4 -5
  14. package/dist/src/apis/AccessControlApis.js.map +1 -1
  15. package/dist/src/apis/BridgeApis.js +4 -5
  16. package/dist/src/apis/BridgeApis.js.map +1 -1
  17. package/dist/src/apis/ContractApis.js +1 -2
  18. package/dist/src/apis/ContractApis.js.map +1 -1
  19. package/dist/src/apis/GroupApis.js +2 -3
  20. package/dist/src/apis/GroupApis.js.map +1 -1
  21. package/dist/src/apis/InfoApis.js +5 -6
  22. package/dist/src/apis/InfoApis.js.map +1 -1
  23. package/dist/src/apis/ListenerApis.js +2 -3
  24. package/dist/src/apis/ListenerApis.js.map +1 -1
  25. package/dist/src/apis/NFTApis.js +2 -3
  26. package/dist/src/apis/NFTApis.js.map +1 -1
  27. package/dist/src/apis/OperationApis.js +10 -10
  28. package/dist/src/apis/OperationApis.js.map +1 -1
  29. package/dist/src/apis/PaymasterApis.js +1 -2
  30. package/dist/src/apis/PaymasterApis.js.map +1 -1
  31. package/dist/src/apis/SwapApis.js +3 -4
  32. package/dist/src/apis/SwapApis.js.map +1 -1
  33. package/dist/src/apis/UserApis.js +7 -8
  34. package/dist/src/apis/UserApis.js.map +1 -1
  35. package/dist/src/apis/types.d.ts +0 -117
  36. package/dist/src/apis/types.js +0 -18
  37. package/dist/src/apis/types.js.map +1 -1
  38. package/dist/src/common/constants.d.ts +1646 -1509
  39. package/dist/src/common/constants.js +32 -2
  40. package/dist/src/common/constants.js.map +1 -1
  41. package/dist/src/config/Config.js +3 -4
  42. package/dist/src/config/Config.js.map +1 -1
  43. package/dist/src/data/SolidityData.js +5 -6
  44. package/dist/src/data/SolidityData.js.map +1 -1
  45. package/dist/src/data/Token.js +1 -1
  46. package/dist/src/data/Token.js.map +1 -1
  47. package/dist/src/utils/ApiUtils.js +5 -5
  48. package/dist/src/utils/ApiUtils.js.map +1 -1
  49. package/dist/src/utils/CheckoutUtils.js +3 -4
  50. package/dist/src/utils/CheckoutUtils.js.map +1 -1
  51. package/dist/src/utils/GroupUtils.js +1 -2
  52. package/dist/src/utils/GroupUtils.js.map +1 -1
  53. package/dist/src/utils/SwapUtils.js +3 -4
  54. package/dist/src/utils/SwapUtils.js.map +1 -1
  55. package/dist/src/utils/UserOpUtils.js +3 -3
  56. package/dist/src/utils/UserOpUtils.js.map +1 -1
  57. package/dist/src/utils/ViemUtils.js +3 -3
  58. package/dist/src/utils/ViemUtils.js.map +1 -1
  59. package/dist/src/viem/Converter.d.ts +188 -5654
  60. package/dist/src/wallet/FunWallet.d.ts +1 -1
  61. package/package.json +3 -2
@@ -1 +1,156 @@
1
- { "name": "EstimationPaymaster", "abi": [{ "inputs": [{ "internalType": "contract IEntryPoint", "name": "_entryPoint", "type": "address" }], "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }], "name": "OwnershipTransferStarted", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }], "name": "OwnershipTransferred", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "contract IEntryPoint", "name": "entryPoint", "type": "address" }], "name": "PaymasterCreated", "type": "event" }, { "inputs": [], "name": "acceptOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "sponsor", "type": "address" }], "name": "addDepositTo", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "uint32", "name": "unstakeDelaySec", "type": "uint32" }], "name": "addStakeToEntryPoint", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "", "type": "address" }], "name": "balances", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "entryPoint", "outputs": [{ "internalType": "contract IEntryPoint", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "pendingOwner", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "enum IPaymaster.PostOpMode", "name": "mode", "type": "uint8" }, { "internalType": "bytes", "name": "context", "type": "bytes" }, { "internalType": "uint256", "name": "actualGasCost", "type": "uint256" }], "name": "postOp", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "unlockStakeFromEntryPoint", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "address", "name": "sender", "type": "address" }, { "internalType": "uint256", "name": "nonce", "type": "uint256" }, { "internalType": "bytes", "name": "initCode", "type": "bytes" }, { "internalType": "bytes", "name": "callData", "type": "bytes" }, { "internalType": "uint256", "name": "callGasLimit", "type": "uint256" }, { "internalType": "uint256", "name": "verificationGasLimit", "type": "uint256" }, { "internalType": "uint256", "name": "preVerificationGas", "type": "uint256" }, { "internalType": "uint256", "name": "maxFeePerGas", "type": "uint256" }, { "internalType": "uint256", "name": "maxPriorityFeePerGas", "type": "uint256" }, { "internalType": "bytes", "name": "paymasterAndData", "type": "bytes" }, { "internalType": "bytes", "name": "signature", "type": "bytes" }], "internalType": "struct UserOperation", "name": "userOp", "type": "tuple" }, { "internalType": "bytes32", "name": "userOpHash", "type": "bytes32" }, { "internalType": "uint256", "name": "maxCost", "type": "uint256" }], "name": "validatePaymasterUserOp", "outputs": [{ "internalType": "bytes", "name": "context", "type": "bytes" }, { "internalType": "uint256", "name": "sigTimeRange", "type": "uint256" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "address payable", "name": "target", "type": "address" }], "name": "withdrawDepositTo", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address payable", "name": "withdrawAddress", "type": "address" }], "name": "withdrawStakeFromEntryPoint", "outputs": [], "stateMutability": "nonpayable", "type": "function" }], "addresses": { "1": "0xe1B7B9d686948745a6425DF97a6480f5Bf75e508", "5": "0x85c7e575Ee64A30e15eB76cCEc9bdD7cc59A8D5C", "10": "0x1B374E0b0bc3b8F1613a67C0b805Bc84e66E4F1F", "137": "0xf6355d83c559f0Ff373C7E0A8FD6c014076E1118", "8453": "0x3053451A384524C57dAF9420f8d8b8464555E1e8", "36865": "0xe1B7B9d686948745a6425DF97a6480f5Bf75e508", "42161": "0x5ceb145d53841d2f6255fE668e5eBbd286B2C862", "421614": "0xaB9893703641d1B871B0F47f597CcAD7f922503E" } }
1
+ {
2
+ "name": "EstimationPaymaster",
3
+ "abi": [
4
+ {
5
+ "inputs": [{ "internalType": "contract IEntryPoint", "name": "_entryPoint", "type": "address" }],
6
+ "stateMutability": "nonpayable",
7
+ "type": "constructor"
8
+ },
9
+ {
10
+ "anonymous": false,
11
+ "inputs": [
12
+ { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" },
13
+ { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }
14
+ ],
15
+ "name": "OwnershipTransferStarted",
16
+ "type": "event"
17
+ },
18
+ {
19
+ "anonymous": false,
20
+ "inputs": [
21
+ { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" },
22
+ { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }
23
+ ],
24
+ "name": "OwnershipTransferred",
25
+ "type": "event"
26
+ },
27
+ {
28
+ "anonymous": false,
29
+ "inputs": [{ "indexed": false, "internalType": "contract IEntryPoint", "name": "entryPoint", "type": "address" }],
30
+ "name": "PaymasterCreated",
31
+ "type": "event"
32
+ },
33
+ { "inputs": [], "name": "acceptOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
34
+ {
35
+ "inputs": [{ "internalType": "address", "name": "sponsor", "type": "address" }],
36
+ "name": "addDepositTo",
37
+ "outputs": [],
38
+ "stateMutability": "payable",
39
+ "type": "function"
40
+ },
41
+ {
42
+ "inputs": [{ "internalType": "uint32", "name": "unstakeDelaySec", "type": "uint32" }],
43
+ "name": "addStakeToEntryPoint",
44
+ "outputs": [],
45
+ "stateMutability": "payable",
46
+ "type": "function"
47
+ },
48
+ {
49
+ "inputs": [{ "internalType": "address", "name": "", "type": "address" }],
50
+ "name": "balances",
51
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
52
+ "stateMutability": "view",
53
+ "type": "function"
54
+ },
55
+ {
56
+ "inputs": [],
57
+ "name": "entryPoint",
58
+ "outputs": [{ "internalType": "contract IEntryPoint", "name": "", "type": "address" }],
59
+ "stateMutability": "view",
60
+ "type": "function"
61
+ },
62
+ {
63
+ "inputs": [],
64
+ "name": "owner",
65
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
66
+ "stateMutability": "view",
67
+ "type": "function"
68
+ },
69
+ {
70
+ "inputs": [],
71
+ "name": "pendingOwner",
72
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
73
+ "stateMutability": "view",
74
+ "type": "function"
75
+ },
76
+ {
77
+ "inputs": [
78
+ { "internalType": "enum IPaymaster.PostOpMode", "name": "mode", "type": "uint8" },
79
+ { "internalType": "bytes", "name": "context", "type": "bytes" },
80
+ { "internalType": "uint256", "name": "actualGasCost", "type": "uint256" }
81
+ ],
82
+ "name": "postOp",
83
+ "outputs": [],
84
+ "stateMutability": "nonpayable",
85
+ "type": "function"
86
+ },
87
+ { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
88
+ {
89
+ "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }],
90
+ "name": "transferOwnership",
91
+ "outputs": [],
92
+ "stateMutability": "nonpayable",
93
+ "type": "function"
94
+ },
95
+ { "inputs": [], "name": "unlockStakeFromEntryPoint", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
96
+ {
97
+ "inputs": [
98
+ {
99
+ "components": [
100
+ { "internalType": "address", "name": "sender", "type": "address" },
101
+ { "internalType": "uint256", "name": "nonce", "type": "uint256" },
102
+ { "internalType": "bytes", "name": "initCode", "type": "bytes" },
103
+ { "internalType": "bytes", "name": "callData", "type": "bytes" },
104
+ { "internalType": "uint256", "name": "callGasLimit", "type": "uint256" },
105
+ { "internalType": "uint256", "name": "verificationGasLimit", "type": "uint256" },
106
+ { "internalType": "uint256", "name": "preVerificationGas", "type": "uint256" },
107
+ { "internalType": "uint256", "name": "maxFeePerGas", "type": "uint256" },
108
+ { "internalType": "uint256", "name": "maxPriorityFeePerGas", "type": "uint256" },
109
+ { "internalType": "bytes", "name": "paymasterAndData", "type": "bytes" },
110
+ { "internalType": "bytes", "name": "signature", "type": "bytes" }
111
+ ],
112
+ "internalType": "struct UserOperation",
113
+ "name": "userOp",
114
+ "type": "tuple"
115
+ },
116
+ { "internalType": "bytes32", "name": "userOpHash", "type": "bytes32" },
117
+ { "internalType": "uint256", "name": "maxCost", "type": "uint256" }
118
+ ],
119
+ "name": "validatePaymasterUserOp",
120
+ "outputs": [
121
+ { "internalType": "bytes", "name": "context", "type": "bytes" },
122
+ { "internalType": "uint256", "name": "sigTimeRange", "type": "uint256" }
123
+ ],
124
+ "stateMutability": "nonpayable",
125
+ "type": "function"
126
+ },
127
+ {
128
+ "inputs": [
129
+ { "internalType": "uint256", "name": "amount", "type": "uint256" },
130
+ { "internalType": "address payable", "name": "target", "type": "address" }
131
+ ],
132
+ "name": "withdrawDepositTo",
133
+ "outputs": [],
134
+ "stateMutability": "nonpayable",
135
+ "type": "function"
136
+ },
137
+ {
138
+ "inputs": [{ "internalType": "address payable", "name": "withdrawAddress", "type": "address" }],
139
+ "name": "withdrawStakeFromEntryPoint",
140
+ "outputs": [],
141
+ "stateMutability": "nonpayable",
142
+ "type": "function"
143
+ }
144
+ ],
145
+ "addresses": {
146
+ "1": "0xe1B7B9d686948745a6425DF97a6480f5Bf75e508",
147
+ "5": "0x85c7e575Ee64A30e15eB76cCEc9bdD7cc59A8D5C",
148
+ "10": "0x1B374E0b0bc3b8F1613a67C0b805Bc84e66E4F1F",
149
+ "137": "0xf6355d83c559f0Ff373C7E0A8FD6c014076E1118",
150
+ "8453": "0x3053451A384524C57dAF9420f8d8b8464555E1e8",
151
+ "36865": "0xe1B7B9d686948745a6425DF97a6480f5Bf75e508",
152
+ "42161": "0x5ceb145d53841d2f6255fE668e5eBbd286B2C862",
153
+ "421614": "0xaB9893703641d1B871B0F47f597CcAD7f922503E",
154
+ "5000": "0x091a5301c118A8832B4574e8B88c94A14343eb52"
155
+ }
156
+ }
@@ -1 +1,142 @@
1
- { "name": "FeePercentOracle", "abi": [{ "inputs": [{ "internalType": "address", "name": "owner", "type": "address" }], "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "token", "type": "address" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" }, { "indexed": true, "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "Erc20Withdrawn", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "uint256", "name": "amount", "type": "uint256" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" }], "name": "EthWithdrawn", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "uint120", "name": "feepercent", "type": "uint120" }, { "indexed": true, "internalType": "uint8", "name": "decimals", "type": "uint8" }], "name": "FeePercentSet", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }], "name": "OwnershipTransferStarted", "type": "event" }, { "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": "acceptOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "decimals", "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "feepercent", "outputs": [{ "internalType": "uint120", "name": "", "type": "uint120" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "getFee", "outputs": [{ "internalType": "uint256", "name": "funCut", "type": "uint256" }, { "internalType": "uint256", "name": "recipCut", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "pendingOwner", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint120", "name": "_feepercent", "type": "uint120" }, { "internalType": "uint8", "name": "_decimals", "type": "uint8" }], "name": "setValues", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "token", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "withdrawErc", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "withdrawEth", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "stateMutability": "payable", "type": "receive" }], "addresses": { "1": "0x118c66c1D05F80784E164541b1556045c9018261", "5": "0xDDcD7DF0558536472eD448846C6608bace86f7aC", "10": "0xDDcD7DF0558536472eD448846C6608bace86f7aC", "137": "0xDDcD7DF0558536472eD448846C6608bace86f7aC", "8453": "0xDDcD7DF0558536472eD448846C6608bace86f7aC", "36865": "0x118c66c1D05F80784E164541b1556045c9018261", "42161": "0xDDcD7DF0558536472eD448846C6608bace86f7aC", "421614": "0x327f55ECAAa8A38BA71a1594EEFDc96F8f1b7f28" } }
1
+ {
2
+ "name": "FeePercentOracle",
3
+ "abi": [
4
+ {
5
+ "inputs": [{ "internalType": "address", "name": "owner", "type": "address" }],
6
+ "stateMutability": "nonpayable",
7
+ "type": "constructor"
8
+ },
9
+ {
10
+ "anonymous": false,
11
+ "inputs": [
12
+ { "indexed": true, "internalType": "address", "name": "token", "type": "address" },
13
+ { "indexed": true, "internalType": "address", "name": "to", "type": "address" },
14
+ { "indexed": true, "internalType": "uint256", "name": "amount", "type": "uint256" }
15
+ ],
16
+ "name": "Erc20Withdrawn",
17
+ "type": "event"
18
+ },
19
+ {
20
+ "anonymous": false,
21
+ "inputs": [
22
+ { "indexed": true, "internalType": "uint256", "name": "amount", "type": "uint256" },
23
+ { "indexed": true, "internalType": "address", "name": "to", "type": "address" }
24
+ ],
25
+ "name": "EthWithdrawn",
26
+ "type": "event"
27
+ },
28
+ {
29
+ "anonymous": false,
30
+ "inputs": [
31
+ { "indexed": true, "internalType": "uint120", "name": "feepercent", "type": "uint120" },
32
+ { "indexed": true, "internalType": "uint8", "name": "decimals", "type": "uint8" }
33
+ ],
34
+ "name": "FeePercentSet",
35
+ "type": "event"
36
+ },
37
+ {
38
+ "anonymous": false,
39
+ "inputs": [
40
+ { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" },
41
+ { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }
42
+ ],
43
+ "name": "OwnershipTransferStarted",
44
+ "type": "event"
45
+ },
46
+ {
47
+ "anonymous": false,
48
+ "inputs": [
49
+ { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" },
50
+ { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }
51
+ ],
52
+ "name": "OwnershipTransferred",
53
+ "type": "event"
54
+ },
55
+ { "inputs": [], "name": "acceptOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
56
+ {
57
+ "inputs": [],
58
+ "name": "decimals",
59
+ "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }],
60
+ "stateMutability": "view",
61
+ "type": "function"
62
+ },
63
+ {
64
+ "inputs": [],
65
+ "name": "feepercent",
66
+ "outputs": [{ "internalType": "uint120", "name": "", "type": "uint120" }],
67
+ "stateMutability": "view",
68
+ "type": "function"
69
+ },
70
+ {
71
+ "inputs": [{ "internalType": "uint256", "name": "amount", "type": "uint256" }],
72
+ "name": "getFee",
73
+ "outputs": [
74
+ { "internalType": "uint256", "name": "funCut", "type": "uint256" },
75
+ { "internalType": "uint256", "name": "recipCut", "type": "uint256" }
76
+ ],
77
+ "stateMutability": "view",
78
+ "type": "function"
79
+ },
80
+ {
81
+ "inputs": [],
82
+ "name": "owner",
83
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
84
+ "stateMutability": "view",
85
+ "type": "function"
86
+ },
87
+ {
88
+ "inputs": [],
89
+ "name": "pendingOwner",
90
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
91
+ "stateMutability": "view",
92
+ "type": "function"
93
+ },
94
+ { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
95
+ {
96
+ "inputs": [
97
+ { "internalType": "uint120", "name": "_feepercent", "type": "uint120" },
98
+ { "internalType": "uint8", "name": "_decimals", "type": "uint8" }
99
+ ],
100
+ "name": "setValues",
101
+ "outputs": [],
102
+ "stateMutability": "nonpayable",
103
+ "type": "function"
104
+ },
105
+ {
106
+ "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }],
107
+ "name": "transferOwnership",
108
+ "outputs": [],
109
+ "stateMutability": "nonpayable",
110
+ "type": "function"
111
+ },
112
+ {
113
+ "inputs": [
114
+ { "internalType": "address", "name": "token", "type": "address" },
115
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
116
+ ],
117
+ "name": "withdrawErc",
118
+ "outputs": [],
119
+ "stateMutability": "nonpayable",
120
+ "type": "function"
121
+ },
122
+ {
123
+ "inputs": [{ "internalType": "uint256", "name": "amount", "type": "uint256" }],
124
+ "name": "withdrawEth",
125
+ "outputs": [],
126
+ "stateMutability": "nonpayable",
127
+ "type": "function"
128
+ },
129
+ { "stateMutability": "payable", "type": "receive" }
130
+ ],
131
+ "addresses": {
132
+ "1": "0x118c66c1D05F80784E164541b1556045c9018261",
133
+ "5": "0xDDcD7DF0558536472eD448846C6608bace86f7aC",
134
+ "10": "0xDDcD7DF0558536472eD448846C6608bace86f7aC",
135
+ "137": "0xDDcD7DF0558536472eD448846C6608bace86f7aC",
136
+ "8453": "0xDDcD7DF0558536472eD448846C6608bace86f7aC",
137
+ "36865": "0x118c66c1D05F80784E164541b1556045c9018261",
138
+ "42161": "0xDDcD7DF0558536472eD448846C6608bace86f7aC",
139
+ "421614": "0x327f55ECAAa8A38BA71a1594EEFDc96F8f1b7f28",
140
+ "5000": "0x00422527E4b6A898F3CDA4f43Dd456daD7633c4D"
141
+ }
142
+ }