Odd Chica

Verified contract

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

No balances found for "Odd Chica"

0x67d77972005ef4e9d83cdbcd96661810be196b1386e175b7ab04ac4360e1670f
0x168a732e1734485d9c5daac25113286a0e3213dc16f4f02334aa84633f1b0dde
From
0x864d82472acb788c905fd359724a0a5f0dd92230cb98f43d7f02dc67887b53b7
0x3bd9dc7235ed0679c1b25593302cbd984ae75fb1e3a2e62a5cd9c301f5436dc2
0x7a3b7b317b6a75bd8930ef6819041a0502440591cd91082e3805cfdb0eca2ffe
From
0xc970557db416a24be33c805fd2fc969e6f336ba7bc78d599ba61dd15ab735cbb
From
0x9f828323a0ea152392d78446335f48860514976136762e36af686865ed22f70b
0xc91a4d619ba10fd6ea02d969cbf9284a63b8647ee6ca80b2698872879447b249
0xa0844dd436f027c940f4be1b1ca4890e0e2ea88038df6071a69c5901d5af60f7
0xb6eac7d50dccfa218aa3817ffd91fffe4fa863c78bf84634eb716a10dc3faa8b

Functions
Getter at block 21205789
maxPerTx(view returns (uint32)
10
maxSupply(view returns (uint32)
5000
mintPrice(view returns (uint256)
1000000000000000
name(view returns (string)
Odd Chica
owner(view returns (address)
0xeb649aa0156e77759323caf7741d1376642aa74f
symbol(view returns (string)
OddC
totalSupply(view returns (uint256)
2958
uriPrefix(view returns (string)
ipfs://QmeWb88KQ4EWCab9ERGf6qTJpsjkLodoAJGuzCvYEP2gqs/
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(uint256 tokenIdview returns (string)
State-modifying
PublicMint(uint256 amountpayable 
Safe721WMint(uint256 amount
approve(address touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setUri(string uri
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(