ChainPaintNFT

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0x90faba7a at 19215896
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--

No transactions found for "ChainPaintNFT"


Functions
Getter at block 20986817
game(view returns (address)
0xa99142657a223d1f3834326bcfaf7b938d9841fb
 
getChunks(view returns (uint256[576])
isTransferred(view returns (bool)
true
name(view returns (string)
ChainPaintNFT
owner(view returns (address)
0x28d808550ed0a9a15bd3b9103664b8c12abfa740
symbol(view returns (string)
PXL
tokenId(view returns (uint256)
1
uri(view returns (string)
https://chainpaint.art/
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256view returns (string)
State-modifying
approve(address touint256 tokenId
ownerRenounce(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setUri(string newUri
transfer(address to
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
RenounceOwnership(
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string tokenUriaddress canvasAddressaddress gameAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId