ANONCOLORSNFT

Verified contract

Active on Base with 4,074 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ANONCOLORSNFT"

0x4572526fbbc5ef663363eb2c305cee255188303907942781d1d577eb03a9e10c
0xcd797eb81bedafeacb4daed2c4d20056fab23d116710a470f6701bdf076fc943
0x2809e2847f52aaa24abedd1a7ab6f97ddbd673b48a8f13f428f7c544e2e46247
0x0d54fbd8f80906ee2fce9f4b7bd72a179526fcd1f3e42cc297fcda954d9aa417
0xc7f580b7614779e85364bed93af42dae5101554f2617d0c88eda6af0eec38ee9
0x71de2bf38aacd4f4a726cd8783bb34192c2cf3a05298a0e098a5a897204255fd
0xb1584630836f061a2f6f06b5aed2f739ec53fa5198323c4794bc59f1bcb747ec
0xedcf46cb64548d8f605daf30d6c6090d87ac7d98f305ea9fd395c1f763550fe4
0x8a0b5b0310839a704e9831110e77ff2d8a958b5904869034adb96816e859f346
0x54d88afadd46b2032cee4029321c11e22b138a6705a3b44f46840c043544813b

Functions
Getter at block 22756313
mintPrice(view returns (uint256)
1000000000000000000
name(view returns (string)
ANONCOLORSNFT
owner(view returns (address)
0x2e95ec71f1afa1b2bda547c4c3979687818156dd
symbol(view returns (string)
CANON
totalSupply(view returns (uint256)
3706
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getTokenProperties(uint256 tokenIdview returns (struct AnonColorsNFTAnonProperties)
isApprovedForAll(address owneraddress operatorview returns (bool)
isUniqueCombination(string colorbool bgModebool invertModeview returns (bool)
isValidHexCode(string hexCodepure returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
mint(string colorbool bgModebool invertModepayable returns (uint256)
mintFor(address recipientstring colorbool bgModebool invertModepayable returns (uint256)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setMintPricePublic(uint256 _mintPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawEth(
Events
AnonMinted(uint256 indexed tokenIdstruct AnonColorsNFTAnonProperties properties
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
MetadataUpdate(uint256 _tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address initialOwneruint256 _mintPrice
Fallback and receive
receive(
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account