erc721ABI: readonly [{
type: "event";
anonymous: false;
inputs: readonly [{
name: "owner";
internalType: "address";
type: "address";
indexed: true;
}, {
name: "spender";
internalType: "address";
type: "address";
indexed: true;
}, {
name: "id";
internalType: "uint256";
type: "uint256";
indexed: true;
}];
name: "Approval";
}, {
type: "event";
anonymous: false;
inputs: readonly [{
name: "owner";
internalType: "address";
type: "address";
indexed: true;
}, {
name: "operator";
internalType: "address";
type: "address";
indexed: true;
}, {
name: "approved";
internalType: "bool";
type: "bool";
indexed: false;
}];
name: "ApprovalForAll";
}, {
type: "event";
anonymous: false;
inputs: readonly [{
name: "from";
internalType: "address";
type: "address";
indexed: true;
}, {
name: "to";
internalType: "address";
type: "address";
indexed: true;
}, {
name: "id";
internalType: "uint256";
type: "uint256";
indexed: true;
}];
name: "Transfer";
}, {
stateMutability: "nonpayable";
type: "function";
inputs: readonly [{
name: "spender";
internalType: "address";
type: "address";
}, {
name: "id";
internalType: "uint256";
type: "uint256";
}];
name: "approve";
outputs: readonly [];
}, {
stateMutability: "view";
type: "function";
inputs: readonly [{
name: "owner";
internalType: "address";
type: "address";
}];
name: "balanceOf";
outputs: readonly [{
name: "";
internalType: "uint256";
type: "uint256";
}];
}, {
stateMutability: "view";
type: "function";
inputs: readonly [{
name: "";
internalType: "uint256";
type: "uint256";
}];
name: "getApproved";
outputs: readonly [{
name: "";
internalType: "address";
type: "address";
}];
}, {
stateMutability: "view";
type: "function";
inputs: readonly [{
name: "";
internalType: "address";
type: "address";
}, {
name: "";
internalType: "address";
type: "address";
}];
name: "isApprovedForAll";
outputs: readonly [{
name: "";
internalType: "bool";
type: "bool";
}];
}, {
stateMutability: "view";
type: "function";
inputs: readonly [];
name: "name";
outputs: readonly [{
name: "";
internalType: "string";
type: "string";
}];
}, {
stateMutability: "view";
type: "function";
inputs: readonly [{
name: "id";
internalType: "uint256";
type: "uint256";
}];
name: "ownerOf";
outputs: readonly [{
name: "owner";
internalType: "address";
type: "address";
}];
}, {
stateMutability: "nonpayable";
type: "function";
inputs: readonly [{
name: "from";
internalType: "address";
type: "address";
}, {
name: "to";
internalType: "address";
type: "address";
}, {
name: "id";
internalType: "uint256";
type: "uint256";
}];
name: "safeTransferFrom";
outputs: readonly [];
}, {
stateMutability: "nonpayable";
type: "function";
inputs: readonly [{
name: "from";
internalType: "address";
type: "address";
}, {
name: "to";
internalType: "address";
type: "address";
}, {
name: "id";
internalType: "uint256";
type: "uint256";
}, {
name: "data";
internalType: "bytes";
type: "bytes";
}];
name: "safeTransferFrom";
outputs: readonly [];
}, {
stateMutability: "nonpayable";
type: "function";
inputs: readonly [{
name: "operator";
internalType: "address";
type: "address";
}, {
name: "approved";
internalType: "bool";
type: "bool";
}];
name: "setApprovalForAll";
outputs: readonly [];
}, {
stateMutability: "view";
type: "function";
inputs: readonly [{
name: "interfaceId";
internalType: "bytes4";
type: "bytes4";
}];
name: "supportsInterface";
outputs: readonly [{
name: "";
internalType: "bool";
type: "bool";
}];
}, {
stateMutability: "view";
type: "function";
inputs: readonly [];
name: "symbol";
outputs: readonly [{
name: "";
internalType: "string";
type: "string";
}];
}, {
stateMutability: "view";
type: "function";
inputs: readonly [{
name: "id";
internalType: "uint256";
type: "uint256";
}];
name: "tokenURI";
outputs: readonly [{
name: "";
internalType: "string";
type: "string";
}];
}, {
stateMutability: "nonpayable";
type: "function";
inputs: readonly [{
name: "from";
internalType: "address";
type: "address";
}, {
name: "to";
internalType: "address";
type: "address";
}, {
name: "id";
internalType: "uint256";
type: "uint256";
}];
name: "transferFrom";
outputs: readonly [];
}] = ...