@zerodev/sdk
Version:
A utility library for working with ERC-4337
85 lines • 2.13 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.TokenActionsAbi = void 0;
exports.TokenActionsAbi = [
{
inputs: [
{
internalType: "address",
name: "_token",
type: "address"
},
{
internalType: "uint256",
name: "_amount",
type: "uint256"
},
{
internalType: "address",
name: "_to",
type: "address"
}
],
name: "transfer20Action",
outputs: [],
stateMutability: "nonpayable",
type: "function"
},
{
inputs: [
{
internalType: "address",
name: "_token",
type: "address"
},
{
internalType: "uint256",
name: "_id",
type: "uint256"
},
{
internalType: "address",
name: "_to",
type: "address"
},
{
internalType: "uint256",
name: "amount",
type: "uint256"
},
{
internalType: "bytes",
name: "data",
type: "bytes"
}
],
name: "transferERC1155Action",
outputs: [],
stateMutability: "nonpayable",
type: "function"
},
{
inputs: [
{
internalType: "address",
name: "_token",
type: "address"
},
{
internalType: "uint256",
name: "_id",
type: "uint256"
},
{
internalType: "address",
name: "_to",
type: "address"
}
],
name: "transferERC721Action",
outputs: [],
stateMutability: "nonpayable",
type: "function"
}
];
//# sourceMappingURL=TokenActionsAbi.js.map
;