-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathIERC721Metadata.json
More file actions
18 lines (18 loc) · 898 Bytes
/
IERC721Metadata.json
File metadata and controls
18 lines (18 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
"event Approval(address indexed,address indexed,uint256 indexed)",
"event ApprovalForAll(address indexed,address indexed,bool)",
"event Transfer(address indexed,address indexed,uint256 indexed)",
"function approve(address,uint256)",
"function balanceOf(address) view returns (uint256)",
"function getApproved(uint256) view returns (address)",
"function isApprovedForAll(address,address) view returns (bool)",
"function name() view returns (string)",
"function ownerOf(uint256) view returns (address)",
"function safeTransferFrom(address,address,uint256)",
"function safeTransferFrom(address,address,uint256,bytes)",
"function setApprovalForAll(address,bool)",
"function supportsInterface(bytes4) view returns (bool)",
"function symbol() view returns (string)",
"function tokenURI(uint256) view returns (string)",
"function transferFrom(address,address,uint256)"
]