@funkit/core 1.0.15 → 1.0.16

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.
@@ -1 +1,696 @@
1
- { "name": "TokenPaymaster", "abi": [{ "inputs": [{ "internalType": "contractIEntryPoint", "name": "_entryPoint", "type": "address" }, { "internalType": "contractIImplementationRegistry", "name": "_implementationRegistry", "type": "address" }], "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "caller", "type": "address" }, { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "AddEthDepositTo", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "token", "type": "address" }, { "indexed": true, "internalType": "address", "name": "recipient", "type": "address" }, { "indexed": true, "internalType": "address", "name": "spender", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "AddTokenDepositTo", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address[]", "name": "tokens", "type": "address[]" }, { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" }], "name": "AddTokens", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "bytes[]", "name": "data", "type": "bytes[]" }], "name": "BatchActions", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "token", "type": "address" }, { "indexed": true, "internalType": "address", "name": "spender", "type": "address" }], "name": "LockTokenDeposit", "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" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "contractIEntryPoint", "name": "entryPoint", "type": "address" }], "name": "PaymasterCreated", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "bytes32", "name": "opHash", "type": "bytes32" }, { "indexed": true, "internalType": "address", "name": "spender", "type": "address" }, { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "spenderCost", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "sponsorCost", "type": "uint256" }], "name": "PostOpGasPaid", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "bytes", "name": "context", "type": "bytes" }, { "indexed": false, "internalType": "uint256", "name": "actualGasCost", "type": "uint256" }], "name": "PostOpReverted", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "token", "type": "address" }], "name": "RemoveTokenData", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address[]", "name": "tokens", "type": "address[]" }, { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" }], "name": "RemoveTokens", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" }, { "indexed": false, "internalType": "bool", "name": "mode", "type": "bool" }], "name": "SetListMode", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "spender", "type": "address" }, { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" }, { "indexed": false, "internalType": "bool", "name": "mode", "type": "bool" }], "name": "SetSpenderBlacklistMode", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "spender", "type": "address" }, { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" }, { "indexed": false, "internalType": "bool", "name": "mode", "type": "bool" }], "name": "SetSpenderWhitelistMode", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "token", "type": "address" }, { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" }, { "indexed": false, "internalType": "bool", "name": "mode", "type": "bool" }], "name": "SetTokenBlacklistMode", "type": "event" }, { "anonymous": false, "inputs": [{ "components": [{ "internalType": "contractITokenPriceOracle", "name": "oracle", "type": "address" }, { "internalType": "contractIERC20", "name": "token", "type": "address" }, { "internalType": "uint8", "name": "decimals", "type": "uint8" }, { "internalType": "address", "name": "aggregator", "type": "address" }], "indexed": true, "internalType": "structTokenData", "name": "data", "type": "tuple" }], "name": "SetTokenData", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" }, { "indexed": false, "internalType": "bool", "name": "mode", "type": "bool" }], "name": "SetTokenListMode", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "token", "type": "address" }, { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" }, { "indexed": false, "internalType": "bool", "name": "mode", "type": "bool" }], "name": "SetTokenWhitelistMode", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "token", "type": "address" }, { "indexed": true, "internalType": "address", "name": "spender", "type": "address" }, { "indexed": true, "internalType": "uint256", "name": "unlockBlockNum", "type": "uint256" }], "name": "UnlockTokenDepositAfter", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "caller", "type": "address" }, { "indexed": true, "internalType": "address", "name": "target", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "WithdrawEthDepositTo", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "token", "type": "address" }, { "indexed": true, "internalType": "address", "name": "recipient", "type": "address" }, { "indexed": true, "internalType": "address", "name": "target", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "WithdrawTokenDepositTo", "type": "event" }, { "inputs": [], "name": "COST_OF_SIG", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "COST_OF_TRANSFER", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "ETH", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "VERSION", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "acceptOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "accumulatedEthDust", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "sponsor", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "addEthDepositTo", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "uint32", "name": "unstakeDelaySec", "type": "uint32" }], "name": "addStakeToEntryPoint", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "token", "type": "address" }, { "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "addTokenDepositTo", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "address[]", "name": "_tokens", "type": "address[]" }], "name": "addTokens", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "bytes[]", "name": "data", "type": "bytes[]" }], "name": "batchActions", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [], "name": "entryPoint", "outputs": [{ "internalType": "contractIEntryPoint", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "token", "type": "address" }, { "internalType": "address", "name": "spender", "type": "address" }], "name": "getAllTokenData", "outputs": [{ "internalType": "uint256", "name": "unlockBlock", "type": "uint256" }, { "internalType": "uint256", "name": "tokenAmount", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getAllTokens", "outputs": [{ "internalType": "address[]", "name": "", "type": "address[]" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_token", "type": "address" }, { "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "uint256", "name": "tokenAmount", "type": "uint256" }], "name": "getCanPayThroughApproval", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "contractIERC20", "name": "token", "type": "address" }, { "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "uint256", "name": "tokenAmount", "type": "uint256" }], "name": "getHasBalance", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "sponsor", "type": "address" }], "name": "getListMode", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "address", "name": "sponsor", "type": "address" }], "name": "getSpenderBlacklisted", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "address", "name": "sponsor", "type": "address" }], "name": "getSpenderWhitelisted", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "token", "type": "address" }, { "internalType": "address", "name": "sponsor", "type": "address" }], "name": "getSponsorTokenUsage", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "token", "type": "address" }], "name": "getToken", "outputs": [{ "components": [{ "internalType": "contractITokenPriceOracle", "name": "oracle", "type": "address" }, { "internalType": "contractIERC20", "name": "token", "type": "address" }, { "internalType": "uint8", "name": "decimals", "type": "uint8" }, { "internalType": "address", "name": "aggregator", "type": "address" }], "internalType": "structTokenData", "name": "", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "token", "type": "address" }, { "internalType": "address", "name": "spender", "type": "address" }], "name": "getTokenBalance", "outputs": [{ "internalType": "uint256", "name": "tokenAmount", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "token", "type": "address" }, { "internalType": "address", "name": "sponsor", "type": "address" }], "name": "getTokenBlacklisted", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "sponsor", "type": "address" }], "name": "getTokenListMode", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_token", "type": "address" }, { "internalType": "uint256", "name": "ethBought", "type": "uint256" }], "name": "getTokenValueOfEth", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "token", "type": "address" }, { "internalType": "address", "name": "sponsor", "type": "address" }], "name": "getTokenWhitelisted", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "token", "type": "address" }, { "internalType": "address", "name": "spender", "type": "address" }], "name": "getUnlockBlock", "outputs": [{ "internalType": "uint256", "name": "unlockBlock", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "implementationRegistry", "outputs": [{ "internalType": "contractIImplementationRegistry", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "token", "type": "address" }], "name": "lockTokenDeposit", "outputs": [], "stateMutability": "payable", "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": "enumIPaymaster.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": [{ "internalType": "address", "name": "tokenAddress", "type": "address" }, { "internalType": "uint256", "name": "tokenListIndex", "type": "uint256" }], "name": "removeTokenData", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address[]", "name": "_tokens", "type": "address[]" }], "name": "removeTokens", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "bool", "name": "mode", "type": "bool" }], "name": "setListMode", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "bool", "name": "mode", "type": "bool" }], "name": "setSpenderBlacklistMode", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "bool", "name": "mode", "type": "bool" }], "name": "setSpenderWhitelistMode", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "token", "type": "address" }, { "internalType": "bool", "name": "mode", "type": "bool" }], "name": "setTokenBlacklistMode", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "contractITokenPriceOracle", "name": "oracle", "type": "address" }, { "internalType": "contractIERC20", "name": "token", "type": "address" }, { "internalType": "uint8", "name": "decimals", "type": "uint8" }, { "internalType": "address", "name": "aggregator", "type": "address" }], "internalType": "structTokenData", "name": "data", "type": "tuple" }], "name": "setTokenData", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "bool", "name": "mode", "type": "bool" }], "name": "setTokenListMode", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "token", "type": "address" }, { "internalType": "bool", "name": "mode", "type": "bool" }], "name": "setTokenWhitelistMode", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "", "type": "address" }], "name": "tokens", "outputs": [{ "internalType": "contractITokenPriceOracle", "name": "oracle", "type": "address" }, { "internalType": "contractIERC20", "name": "token", "type": "address" }, { "internalType": "uint8", "name": "decimals", "type": "uint8" }, { "internalType": "address", "name": "aggregator", "type": "address" }], "stateMutability": "view", "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": [{ "internalType": "address", "name": "token", "type": "address" }, { "internalType": "uint256", "name": "num", "type": "uint256" }], "name": "unlockTokenDepositAfter", "outputs": [], "stateMutability": "payable", "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": "structUserOperation", "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": "addresspayable", "name": "target", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "withdrawEthDepositTo", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [], "name": "withdrawEthDust", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "addresspayable", "name": "withdrawAddress", "type": "address" }], "name": "withdrawStakeFromEntryPoint", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "token", "type": "address" }, { "internalType": "address", "name": "target", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "withdrawTokenDepositTo", "outputs": [], "stateMutability": "payable", "type": "function" }], "addresses": { "1": "0x6C5c2c8776Ecc5943760C68a200eC7e3650eFC2F", "5": "0x2b098A9B293EE50a1362D0500A5dC519E2E34d35", "10": "0x4Aabd0420D4ae964f065F9feb2fa0b04A8D65eAF", "137": "0x81051ac27b665B3c28bD7398DbA111E760f1DE4c", "8453": "0x31A2E8D96d96735daC5Af28A2073e6aEaF76BDe3", "36865": "0x6C5c2c8776Ecc5943760C68a200eC7e3650eFC2F", "42161": "0x2AF4CEc1525Fc62a0D4d91c4c1872dF5FB09c963", "421614": "0x019d2CDaa0871F4aE32d3E1419F0eAFb2A3771DC" } }
1
+ {
2
+ "name": "TokenPaymaster",
3
+ "abi": [
4
+ {
5
+ "inputs": [
6
+ { "internalType": "contractIEntryPoint", "name": "_entryPoint", "type": "address" },
7
+ { "internalType": "contractIImplementationRegistry", "name": "_implementationRegistry", "type": "address" }
8
+ ],
9
+ "stateMutability": "nonpayable",
10
+ "type": "constructor"
11
+ },
12
+ {
13
+ "anonymous": false,
14
+ "inputs": [
15
+ { "indexed": true, "internalType": "address", "name": "caller", "type": "address" },
16
+ { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" },
17
+ { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }
18
+ ],
19
+ "name": "AddEthDepositTo",
20
+ "type": "event"
21
+ },
22
+ {
23
+ "anonymous": false,
24
+ "inputs": [
25
+ { "indexed": true, "internalType": "address", "name": "token", "type": "address" },
26
+ { "indexed": true, "internalType": "address", "name": "recipient", "type": "address" },
27
+ { "indexed": true, "internalType": "address", "name": "spender", "type": "address" },
28
+ { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }
29
+ ],
30
+ "name": "AddTokenDepositTo",
31
+ "type": "event"
32
+ },
33
+ {
34
+ "anonymous": false,
35
+ "inputs": [
36
+ { "indexed": true, "internalType": "address[]", "name": "tokens", "type": "address[]" },
37
+ { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" }
38
+ ],
39
+ "name": "AddTokens",
40
+ "type": "event"
41
+ },
42
+ {
43
+ "anonymous": false,
44
+ "inputs": [{ "indexed": false, "internalType": "bytes[]", "name": "data", "type": "bytes[]" }],
45
+ "name": "BatchActions",
46
+ "type": "event"
47
+ },
48
+ {
49
+ "anonymous": false,
50
+ "inputs": [
51
+ { "indexed": true, "internalType": "address", "name": "token", "type": "address" },
52
+ { "indexed": true, "internalType": "address", "name": "spender", "type": "address" }
53
+ ],
54
+ "name": "LockTokenDeposit",
55
+ "type": "event"
56
+ },
57
+ {
58
+ "anonymous": false,
59
+ "inputs": [
60
+ { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" },
61
+ { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }
62
+ ],
63
+ "name": "OwnershipTransferStarted",
64
+ "type": "event"
65
+ },
66
+ {
67
+ "anonymous": false,
68
+ "inputs": [
69
+ { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" },
70
+ { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }
71
+ ],
72
+ "name": "OwnershipTransferred",
73
+ "type": "event"
74
+ },
75
+ {
76
+ "anonymous": false,
77
+ "inputs": [{ "indexed": false, "internalType": "contractIEntryPoint", "name": "entryPoint", "type": "address" }],
78
+ "name": "PaymasterCreated",
79
+ "type": "event"
80
+ },
81
+ {
82
+ "anonymous": false,
83
+ "inputs": [
84
+ { "indexed": true, "internalType": "bytes32", "name": "opHash", "type": "bytes32" },
85
+ { "indexed": true, "internalType": "address", "name": "spender", "type": "address" },
86
+ { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" },
87
+ { "indexed": false, "internalType": "uint256", "name": "spenderCost", "type": "uint256" },
88
+ { "indexed": false, "internalType": "uint256", "name": "sponsorCost", "type": "uint256" }
89
+ ],
90
+ "name": "PostOpGasPaid",
91
+ "type": "event"
92
+ },
93
+ {
94
+ "anonymous": false,
95
+ "inputs": [
96
+ { "indexed": false, "internalType": "bytes", "name": "context", "type": "bytes" },
97
+ { "indexed": false, "internalType": "uint256", "name": "actualGasCost", "type": "uint256" }
98
+ ],
99
+ "name": "PostOpReverted",
100
+ "type": "event"
101
+ },
102
+ {
103
+ "anonymous": false,
104
+ "inputs": [{ "indexed": true, "internalType": "address", "name": "token", "type": "address" }],
105
+ "name": "RemoveTokenData",
106
+ "type": "event"
107
+ },
108
+ {
109
+ "anonymous": false,
110
+ "inputs": [
111
+ { "indexed": true, "internalType": "address[]", "name": "tokens", "type": "address[]" },
112
+ { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" }
113
+ ],
114
+ "name": "RemoveTokens",
115
+ "type": "event"
116
+ },
117
+ {
118
+ "anonymous": false,
119
+ "inputs": [
120
+ { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" },
121
+ { "indexed": false, "internalType": "bool", "name": "mode", "type": "bool" }
122
+ ],
123
+ "name": "SetListMode",
124
+ "type": "event"
125
+ },
126
+ {
127
+ "anonymous": false,
128
+ "inputs": [
129
+ { "indexed": true, "internalType": "address", "name": "spender", "type": "address" },
130
+ { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" },
131
+ { "indexed": false, "internalType": "bool", "name": "mode", "type": "bool" }
132
+ ],
133
+ "name": "SetSpenderBlacklistMode",
134
+ "type": "event"
135
+ },
136
+ {
137
+ "anonymous": false,
138
+ "inputs": [
139
+ { "indexed": true, "internalType": "address", "name": "spender", "type": "address" },
140
+ { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" },
141
+ { "indexed": false, "internalType": "bool", "name": "mode", "type": "bool" }
142
+ ],
143
+ "name": "SetSpenderWhitelistMode",
144
+ "type": "event"
145
+ },
146
+ {
147
+ "anonymous": false,
148
+ "inputs": [
149
+ { "indexed": true, "internalType": "address", "name": "token", "type": "address" },
150
+ { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" },
151
+ { "indexed": false, "internalType": "bool", "name": "mode", "type": "bool" }
152
+ ],
153
+ "name": "SetTokenBlacklistMode",
154
+ "type": "event"
155
+ },
156
+ {
157
+ "anonymous": false,
158
+ "inputs": [
159
+ {
160
+ "components": [
161
+ { "internalType": "contractITokenPriceOracle", "name": "oracle", "type": "address" },
162
+ { "internalType": "contractIERC20", "name": "token", "type": "address" },
163
+ { "internalType": "uint8", "name": "decimals", "type": "uint8" },
164
+ { "internalType": "address", "name": "aggregator", "type": "address" }
165
+ ],
166
+ "indexed": true,
167
+ "internalType": "structTokenData",
168
+ "name": "data",
169
+ "type": "tuple"
170
+ }
171
+ ],
172
+ "name": "SetTokenData",
173
+ "type": "event"
174
+ },
175
+ {
176
+ "anonymous": false,
177
+ "inputs": [
178
+ { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" },
179
+ { "indexed": false, "internalType": "bool", "name": "mode", "type": "bool" }
180
+ ],
181
+ "name": "SetTokenListMode",
182
+ "type": "event"
183
+ },
184
+ {
185
+ "anonymous": false,
186
+ "inputs": [
187
+ { "indexed": true, "internalType": "address", "name": "token", "type": "address" },
188
+ { "indexed": true, "internalType": "address", "name": "sponsor", "type": "address" },
189
+ { "indexed": false, "internalType": "bool", "name": "mode", "type": "bool" }
190
+ ],
191
+ "name": "SetTokenWhitelistMode",
192
+ "type": "event"
193
+ },
194
+ {
195
+ "anonymous": false,
196
+ "inputs": [
197
+ { "indexed": true, "internalType": "address", "name": "token", "type": "address" },
198
+ { "indexed": true, "internalType": "address", "name": "spender", "type": "address" },
199
+ { "indexed": true, "internalType": "uint256", "name": "unlockBlockNum", "type": "uint256" }
200
+ ],
201
+ "name": "UnlockTokenDepositAfter",
202
+ "type": "event"
203
+ },
204
+ {
205
+ "anonymous": false,
206
+ "inputs": [
207
+ { "indexed": true, "internalType": "address", "name": "caller", "type": "address" },
208
+ { "indexed": true, "internalType": "address", "name": "target", "type": "address" },
209
+ { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }
210
+ ],
211
+ "name": "WithdrawEthDepositTo",
212
+ "type": "event"
213
+ },
214
+ {
215
+ "anonymous": false,
216
+ "inputs": [
217
+ { "indexed": true, "internalType": "address", "name": "token", "type": "address" },
218
+ { "indexed": true, "internalType": "address", "name": "recipient", "type": "address" },
219
+ { "indexed": true, "internalType": "address", "name": "target", "type": "address" },
220
+ { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }
221
+ ],
222
+ "name": "WithdrawTokenDepositTo",
223
+ "type": "event"
224
+ },
225
+ {
226
+ "inputs": [],
227
+ "name": "COST_OF_SIG",
228
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
229
+ "stateMutability": "view",
230
+ "type": "function"
231
+ },
232
+ {
233
+ "inputs": [],
234
+ "name": "COST_OF_TRANSFER",
235
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
236
+ "stateMutability": "view",
237
+ "type": "function"
238
+ },
239
+ {
240
+ "inputs": [],
241
+ "name": "ETH",
242
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
243
+ "stateMutability": "view",
244
+ "type": "function"
245
+ },
246
+ {
247
+ "inputs": [],
248
+ "name": "VERSION",
249
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
250
+ "stateMutability": "view",
251
+ "type": "function"
252
+ },
253
+ { "inputs": [], "name": "acceptOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
254
+ {
255
+ "inputs": [],
256
+ "name": "accumulatedEthDust",
257
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
258
+ "stateMutability": "view",
259
+ "type": "function"
260
+ },
261
+ {
262
+ "inputs": [
263
+ { "internalType": "address", "name": "sponsor", "type": "address" },
264
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
265
+ ],
266
+ "name": "addEthDepositTo",
267
+ "outputs": [],
268
+ "stateMutability": "payable",
269
+ "type": "function"
270
+ },
271
+ {
272
+ "inputs": [{ "internalType": "uint32", "name": "unstakeDelaySec", "type": "uint32" }],
273
+ "name": "addStakeToEntryPoint",
274
+ "outputs": [],
275
+ "stateMutability": "payable",
276
+ "type": "function"
277
+ },
278
+ {
279
+ "inputs": [
280
+ { "internalType": "address", "name": "token", "type": "address" },
281
+ { "internalType": "address", "name": "spender", "type": "address" },
282
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
283
+ ],
284
+ "name": "addTokenDepositTo",
285
+ "outputs": [],
286
+ "stateMutability": "payable",
287
+ "type": "function"
288
+ },
289
+ {
290
+ "inputs": [{ "internalType": "address[]", "name": "_tokens", "type": "address[]" }],
291
+ "name": "addTokens",
292
+ "outputs": [],
293
+ "stateMutability": "payable",
294
+ "type": "function"
295
+ },
296
+ {
297
+ "inputs": [{ "internalType": "bytes[]", "name": "data", "type": "bytes[]" }],
298
+ "name": "batchActions",
299
+ "outputs": [],
300
+ "stateMutability": "payable",
301
+ "type": "function"
302
+ },
303
+ {
304
+ "inputs": [],
305
+ "name": "entryPoint",
306
+ "outputs": [{ "internalType": "contractIEntryPoint", "name": "", "type": "address" }],
307
+ "stateMutability": "view",
308
+ "type": "function"
309
+ },
310
+ {
311
+ "inputs": [
312
+ { "internalType": "address", "name": "token", "type": "address" },
313
+ { "internalType": "address", "name": "spender", "type": "address" }
314
+ ],
315
+ "name": "getAllTokenData",
316
+ "outputs": [
317
+ { "internalType": "uint256", "name": "unlockBlock", "type": "uint256" },
318
+ { "internalType": "uint256", "name": "tokenAmount", "type": "uint256" }
319
+ ],
320
+ "stateMutability": "view",
321
+ "type": "function"
322
+ },
323
+ {
324
+ "inputs": [],
325
+ "name": "getAllTokens",
326
+ "outputs": [{ "internalType": "address[]", "name": "", "type": "address[]" }],
327
+ "stateMutability": "view",
328
+ "type": "function"
329
+ },
330
+ {
331
+ "inputs": [
332
+ { "internalType": "address", "name": "_token", "type": "address" },
333
+ { "internalType": "address", "name": "spender", "type": "address" },
334
+ { "internalType": "uint256", "name": "tokenAmount", "type": "uint256" }
335
+ ],
336
+ "name": "getCanPayThroughApproval",
337
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
338
+ "stateMutability": "view",
339
+ "type": "function"
340
+ },
341
+ {
342
+ "inputs": [
343
+ { "internalType": "contractIERC20", "name": "token", "type": "address" },
344
+ { "internalType": "address", "name": "spender", "type": "address" },
345
+ { "internalType": "uint256", "name": "tokenAmount", "type": "uint256" }
346
+ ],
347
+ "name": "getHasBalance",
348
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
349
+ "stateMutability": "view",
350
+ "type": "function"
351
+ },
352
+ {
353
+ "inputs": [{ "internalType": "address", "name": "sponsor", "type": "address" }],
354
+ "name": "getListMode",
355
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
356
+ "stateMutability": "view",
357
+ "type": "function"
358
+ },
359
+ {
360
+ "inputs": [
361
+ { "internalType": "address", "name": "spender", "type": "address" },
362
+ { "internalType": "address", "name": "sponsor", "type": "address" }
363
+ ],
364
+ "name": "getSpenderBlacklisted",
365
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
366
+ "stateMutability": "view",
367
+ "type": "function"
368
+ },
369
+ {
370
+ "inputs": [
371
+ { "internalType": "address", "name": "spender", "type": "address" },
372
+ { "internalType": "address", "name": "sponsor", "type": "address" }
373
+ ],
374
+ "name": "getSpenderWhitelisted",
375
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
376
+ "stateMutability": "view",
377
+ "type": "function"
378
+ },
379
+ {
380
+ "inputs": [
381
+ { "internalType": "address", "name": "token", "type": "address" },
382
+ { "internalType": "address", "name": "sponsor", "type": "address" }
383
+ ],
384
+ "name": "getSponsorTokenUsage",
385
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
386
+ "stateMutability": "view",
387
+ "type": "function"
388
+ },
389
+ {
390
+ "inputs": [{ "internalType": "address", "name": "token", "type": "address" }],
391
+ "name": "getToken",
392
+ "outputs": [
393
+ {
394
+ "components": [
395
+ { "internalType": "contractITokenPriceOracle", "name": "oracle", "type": "address" },
396
+ { "internalType": "contractIERC20", "name": "token", "type": "address" },
397
+ { "internalType": "uint8", "name": "decimals", "type": "uint8" },
398
+ { "internalType": "address", "name": "aggregator", "type": "address" }
399
+ ],
400
+ "internalType": "structTokenData",
401
+ "name": "",
402
+ "type": "tuple"
403
+ }
404
+ ],
405
+ "stateMutability": "view",
406
+ "type": "function"
407
+ },
408
+ {
409
+ "inputs": [
410
+ { "internalType": "address", "name": "token", "type": "address" },
411
+ { "internalType": "address", "name": "spender", "type": "address" }
412
+ ],
413
+ "name": "getTokenBalance",
414
+ "outputs": [{ "internalType": "uint256", "name": "tokenAmount", "type": "uint256" }],
415
+ "stateMutability": "view",
416
+ "type": "function"
417
+ },
418
+ {
419
+ "inputs": [
420
+ { "internalType": "address", "name": "token", "type": "address" },
421
+ { "internalType": "address", "name": "sponsor", "type": "address" }
422
+ ],
423
+ "name": "getTokenBlacklisted",
424
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
425
+ "stateMutability": "view",
426
+ "type": "function"
427
+ },
428
+ {
429
+ "inputs": [{ "internalType": "address", "name": "sponsor", "type": "address" }],
430
+ "name": "getTokenListMode",
431
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
432
+ "stateMutability": "view",
433
+ "type": "function"
434
+ },
435
+ {
436
+ "inputs": [
437
+ { "internalType": "address", "name": "_token", "type": "address" },
438
+ { "internalType": "uint256", "name": "ethBought", "type": "uint256" }
439
+ ],
440
+ "name": "getTokenValueOfEth",
441
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
442
+ "stateMutability": "view",
443
+ "type": "function"
444
+ },
445
+ {
446
+ "inputs": [
447
+ { "internalType": "address", "name": "token", "type": "address" },
448
+ { "internalType": "address", "name": "sponsor", "type": "address" }
449
+ ],
450
+ "name": "getTokenWhitelisted",
451
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
452
+ "stateMutability": "view",
453
+ "type": "function"
454
+ },
455
+ {
456
+ "inputs": [
457
+ { "internalType": "address", "name": "token", "type": "address" },
458
+ { "internalType": "address", "name": "spender", "type": "address" }
459
+ ],
460
+ "name": "getUnlockBlock",
461
+ "outputs": [{ "internalType": "uint256", "name": "unlockBlock", "type": "uint256" }],
462
+ "stateMutability": "view",
463
+ "type": "function"
464
+ },
465
+ {
466
+ "inputs": [],
467
+ "name": "implementationRegistry",
468
+ "outputs": [{ "internalType": "contractIImplementationRegistry", "name": "", "type": "address" }],
469
+ "stateMutability": "view",
470
+ "type": "function"
471
+ },
472
+ {
473
+ "inputs": [{ "internalType": "address", "name": "token", "type": "address" }],
474
+ "name": "lockTokenDeposit",
475
+ "outputs": [],
476
+ "stateMutability": "payable",
477
+ "type": "function"
478
+ },
479
+ {
480
+ "inputs": [],
481
+ "name": "owner",
482
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
483
+ "stateMutability": "view",
484
+ "type": "function"
485
+ },
486
+ {
487
+ "inputs": [],
488
+ "name": "pendingOwner",
489
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
490
+ "stateMutability": "view",
491
+ "type": "function"
492
+ },
493
+ {
494
+ "inputs": [
495
+ { "internalType": "enumIPaymaster.PostOpMode", "name": "mode", "type": "uint8" },
496
+ { "internalType": "bytes", "name": "context", "type": "bytes" },
497
+ { "internalType": "uint256", "name": "actualGasCost", "type": "uint256" }
498
+ ],
499
+ "name": "postOp",
500
+ "outputs": [],
501
+ "stateMutability": "nonpayable",
502
+ "type": "function"
503
+ },
504
+ {
505
+ "inputs": [
506
+ { "internalType": "address", "name": "tokenAddress", "type": "address" },
507
+ { "internalType": "uint256", "name": "tokenListIndex", "type": "uint256" }
508
+ ],
509
+ "name": "removeTokenData",
510
+ "outputs": [],
511
+ "stateMutability": "nonpayable",
512
+ "type": "function"
513
+ },
514
+ {
515
+ "inputs": [{ "internalType": "address[]", "name": "_tokens", "type": "address[]" }],
516
+ "name": "removeTokens",
517
+ "outputs": [],
518
+ "stateMutability": "payable",
519
+ "type": "function"
520
+ },
521
+ { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
522
+ {
523
+ "inputs": [{ "internalType": "bool", "name": "mode", "type": "bool" }],
524
+ "name": "setListMode",
525
+ "outputs": [],
526
+ "stateMutability": "payable",
527
+ "type": "function"
528
+ },
529
+ {
530
+ "inputs": [
531
+ { "internalType": "address", "name": "spender", "type": "address" },
532
+ { "internalType": "bool", "name": "mode", "type": "bool" }
533
+ ],
534
+ "name": "setSpenderBlacklistMode",
535
+ "outputs": [],
536
+ "stateMutability": "payable",
537
+ "type": "function"
538
+ },
539
+ {
540
+ "inputs": [
541
+ { "internalType": "address", "name": "spender", "type": "address" },
542
+ { "internalType": "bool", "name": "mode", "type": "bool" }
543
+ ],
544
+ "name": "setSpenderWhitelistMode",
545
+ "outputs": [],
546
+ "stateMutability": "payable",
547
+ "type": "function"
548
+ },
549
+ {
550
+ "inputs": [
551
+ { "internalType": "address", "name": "token", "type": "address" },
552
+ { "internalType": "bool", "name": "mode", "type": "bool" }
553
+ ],
554
+ "name": "setTokenBlacklistMode",
555
+ "outputs": [],
556
+ "stateMutability": "payable",
557
+ "type": "function"
558
+ },
559
+ {
560
+ "inputs": [
561
+ {
562
+ "components": [
563
+ { "internalType": "contractITokenPriceOracle", "name": "oracle", "type": "address" },
564
+ { "internalType": "contractIERC20", "name": "token", "type": "address" },
565
+ { "internalType": "uint8", "name": "decimals", "type": "uint8" },
566
+ { "internalType": "address", "name": "aggregator", "type": "address" }
567
+ ],
568
+ "internalType": "structTokenData",
569
+ "name": "data",
570
+ "type": "tuple"
571
+ }
572
+ ],
573
+ "name": "setTokenData",
574
+ "outputs": [],
575
+ "stateMutability": "nonpayable",
576
+ "type": "function"
577
+ },
578
+ {
579
+ "inputs": [{ "internalType": "bool", "name": "mode", "type": "bool" }],
580
+ "name": "setTokenListMode",
581
+ "outputs": [],
582
+ "stateMutability": "payable",
583
+ "type": "function"
584
+ },
585
+ {
586
+ "inputs": [
587
+ { "internalType": "address", "name": "token", "type": "address" },
588
+ { "internalType": "bool", "name": "mode", "type": "bool" }
589
+ ],
590
+ "name": "setTokenWhitelistMode",
591
+ "outputs": [],
592
+ "stateMutability": "payable",
593
+ "type": "function"
594
+ },
595
+ {
596
+ "inputs": [{ "internalType": "address", "name": "", "type": "address" }],
597
+ "name": "tokens",
598
+ "outputs": [
599
+ { "internalType": "contractITokenPriceOracle", "name": "oracle", "type": "address" },
600
+ { "internalType": "contractIERC20", "name": "token", "type": "address" },
601
+ { "internalType": "uint8", "name": "decimals", "type": "uint8" },
602
+ { "internalType": "address", "name": "aggregator", "type": "address" }
603
+ ],
604
+ "stateMutability": "view",
605
+ "type": "function"
606
+ },
607
+ {
608
+ "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }],
609
+ "name": "transferOwnership",
610
+ "outputs": [],
611
+ "stateMutability": "nonpayable",
612
+ "type": "function"
613
+ },
614
+ { "inputs": [], "name": "unlockStakeFromEntryPoint", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
615
+ {
616
+ "inputs": [
617
+ { "internalType": "address", "name": "token", "type": "address" },
618
+ { "internalType": "uint256", "name": "num", "type": "uint256" }
619
+ ],
620
+ "name": "unlockTokenDepositAfter",
621
+ "outputs": [],
622
+ "stateMutability": "payable",
623
+ "type": "function"
624
+ },
625
+ {
626
+ "inputs": [
627
+ {
628
+ "components": [
629
+ { "internalType": "address", "name": "sender", "type": "address" },
630
+ { "internalType": "uint256", "name": "nonce", "type": "uint256" },
631
+ { "internalType": "bytes", "name": "initCode", "type": "bytes" },
632
+ { "internalType": "bytes", "name": "callData", "type": "bytes" },
633
+ { "internalType": "uint256", "name": "callGasLimit", "type": "uint256" },
634
+ { "internalType": "uint256", "name": "verificationGasLimit", "type": "uint256" },
635
+ { "internalType": "uint256", "name": "preVerificationGas", "type": "uint256" },
636
+ { "internalType": "uint256", "name": "maxFeePerGas", "type": "uint256" },
637
+ { "internalType": "uint256", "name": "maxPriorityFeePerGas", "type": "uint256" },
638
+ { "internalType": "bytes", "name": "paymasterAndData", "type": "bytes" },
639
+ { "internalType": "bytes", "name": "signature", "type": "bytes" }
640
+ ],
641
+ "internalType": "structUserOperation",
642
+ "name": "userOp",
643
+ "type": "tuple"
644
+ },
645
+ { "internalType": "bytes32", "name": "userOpHash", "type": "bytes32" },
646
+ { "internalType": "uint256", "name": "maxCost", "type": "uint256" }
647
+ ],
648
+ "name": "validatePaymasterUserOp",
649
+ "outputs": [
650
+ { "internalType": "bytes", "name": "context", "type": "bytes" },
651
+ { "internalType": "uint256", "name": "sigTimeRange", "type": "uint256" }
652
+ ],
653
+ "stateMutability": "nonpayable",
654
+ "type": "function"
655
+ },
656
+ {
657
+ "inputs": [
658
+ { "internalType": "addresspayable", "name": "target", "type": "address" },
659
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
660
+ ],
661
+ "name": "withdrawEthDepositTo",
662
+ "outputs": [],
663
+ "stateMutability": "payable",
664
+ "type": "function"
665
+ },
666
+ { "inputs": [], "name": "withdrawEthDust", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
667
+ {
668
+ "inputs": [{ "internalType": "addresspayable", "name": "withdrawAddress", "type": "address" }],
669
+ "name": "withdrawStakeFromEntryPoint",
670
+ "outputs": [],
671
+ "stateMutability": "nonpayable",
672
+ "type": "function"
673
+ },
674
+ {
675
+ "inputs": [
676
+ { "internalType": "address", "name": "token", "type": "address" },
677
+ { "internalType": "address", "name": "target", "type": "address" },
678
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
679
+ ],
680
+ "name": "withdrawTokenDepositTo",
681
+ "outputs": [],
682
+ "stateMutability": "payable",
683
+ "type": "function"
684
+ }
685
+ ],
686
+ "addresses": {
687
+ "1": "0x6C5c2c8776Ecc5943760C68a200eC7e3650eFC2F",
688
+ "5": "0x2b098A9B293EE50a1362D0500A5dC519E2E34d35",
689
+ "10": "0x4Aabd0420D4ae964f065F9feb2fa0b04A8D65eAF",
690
+ "137": "0x81051ac27b665B3c28bD7398DbA111E760f1DE4c",
691
+ "8453": "0x31A2E8D96d96735daC5Af28A2073e6aEaF76BDe3",
692
+ "36865": "0x6C5c2c8776Ecc5943760C68a200eC7e3650eFC2F",
693
+ "42161": "0x2AF4CEc1525Fc62a0D4d91c4c1872dF5FB09c963",
694
+ "421614": "0x019d2CDaa0871F4aE32d3E1419F0eAFb2A3771DC"
695
+ }
696
+ }