Placeholder NFT (ERC721)
Verified contract
Active on
Ethereum with 8 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Placeholder NFT (ERC721)"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15534289 | 2 years ago | | | 0 | 0.00098883744 | |
| 15530562 | 2 years ago | | | 0 | 0.0026836800 | |
| 15524876 | 2 years ago | | | 0 | 0.00036758461 | |
| 15524871 | 2 years ago | | | 0 | 0.0010688504 | |
| 15524869 | 2 years ago | | | 0 | 0.00081570097 | |
| 15450740 | 2 years ago | | | 0 | 0.0011119709 | |
| 15244947 | 2 years ago | | | 0 | 0.00085116387 | |
| 15184281 | 2 years ago | | | 0 | 0.0010597264 |
ABI
ABI objects
Getter at block 21214484
name() view returns (string)
Placeholder NFT (ERC721)
symbol() view returns (string)
PNFT-ERC721
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.