NFT

Verified contract

Active on Ethereum with 5 txns
Deployed by via 0x23c5862f at 15921333
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NFT"

0x06e15f207c847ad80cc9d61eb59eec4b398d969bfa59b635fbdaf5fc40f9ef27
From
0x1adf334ab95b92022de55ea61108400c6fa8a2273e276e178eee1d274c72f3b3
From
0xe82480ddda5ac7bb65322b2bab787f1588ab13a18074526b645628a720831682
From
0xc77c7286d434632beaee77a8098c9149e0ce60330e7f8821a253152ec5411d6b
From
0x8df4e427e9df70633484ca99d8e603b46ade8d2982ac90877883a46f22dce5e4
From

Functions
Getter at block 21318374
deployer(view returns (address)
0x1c0aa8ccd568d90d61659f060d1bfb1e6f855a20
name(view returns (string)
NFT
symbol(view returns (string)
NFT
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256pure returns (string)
State-modifying
approve(address spenderuint256 id
burn(uint256 id
mint(address touint256 id
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 id
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyMinted(
InvalidRecipient(
NotMinted(
Unauthorized(
UnsafeRecipient(
WrongFrom(
ZeroAddress(