ANONCOLORSNFT
Verified contract
Active on
Base with 4,074 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ANONCOLORSNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22752533 | 2 hours ago | | | 0 | 8.1456183e-7 | |
| 22752246 | 2 hours ago | | | 0 | 0.0000054573538 | |
| 22751732 | 3 hours ago | | | 0 | 3.2416742e-7 | |
| 22751732 | 3 hours ago | | | 0 | 3.2416742e-7 | |
| 22751732 | 3 hours ago | | | 0 | 5.6873396e-7 | |
| 22751234 | 3 hours ago | | | 0 | 6.4418005e-7 | |
| 22750651 | 3 hours ago | | | 0 | 0.0000054573538 | |
| 22749815 | 4 hours ago | | | 0 | 8.7593078e-7 | |
| 22749547 | 4 hours ago | | | 0 | 0.0000028733156 | |
| 22748907 | 4 hours ago | | | 0 | 0.0000054573538 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenProperties(uint256 tokenId) view returns (struct AnonColorsNFTAnonProperties)
isApprovedForAll(address owner, address operator) view returns (bool)
isUniqueCombination(string color, bool bgMode, bool invertMode) view returns (bool)
isValidHexCode(string hexCode) pure 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)
burn(uint256 tokenId)
mint(string color, bool bgMode, bool invertMode) payable returns (uint256)
mintFor(address recipient, string color, bool bgMode, bool invertMode) payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMintPricePublic(uint256 _mintPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEth()
AnonMinted(uint256 indexed tokenId, struct AnonColorsNFTAnonProperties properties)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address initialOwner, uint256 _mintPrice)
receive()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 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)