zksync-ethers
Version:
A Web3 library for interacting with the ZkSync Layer 2 scaling solution.
39 lines (38 loc) • 694 B
JSON
[
{
"inputs": [
{
"internalType": "address",
"name": "_token",
"type": "address"
},
{
"internalType": "uint256",
"name": "_minAllowance",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "_innerInput",
"type": "bytes"
}
],
"name": "approvalBased",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "input",
"type": "bytes"
}
],
"name": "general",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]