C r y p t o P i r d s

Verified contract

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

No balances found for "C r y p t o P i r d s"

0xf02eb6dec452a51ba798ef10824a64257a5b0a054cca6ada2dd642edf4666ef6
0x14f1bfb7dba66566d59fd24d770c760fc9982524352f32a0cb4fe71235279ed8
0x77669ebf678a8647fbf0a4fe167bee16db6dca46793ef3d21f981a45c6a13a1a
0x2f5d903935f758e90fddb0926669b56af9e2d2c82c1096955fabfa5264165895
0xdd6674a373ec30ce302882ab36b71965eda0eb0bfd57e560acefd6dc093ce846
0xff118aff58567075a1c61ec19bb5b7a0f671587972c93980e8860c0417cb207e
0x7df9e5750a5dd38b771857c6e8b32357464b86ef23b094eb8ff029f13da9b9cd
0x3d476e16b252925705ac89a4a898a54605fb9d450eaec1896db3112e8bab0832
0xa051d9af12c6acffa82bad7873f495fcb58182ab6fe571d06fb99ff28881a29a
0x659b0d6d98399050133d9dd75e70d4b528abe77d8ee058f5d0e62db360bb0130

Functions
Getter at block 20917875
cost(view returns (uint256)
1000000000000000
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
10
maxMintAmountPerWallet(view returns (uint8)
10
maxSupply(view returns (uint16)
1056
name(view returns (string)
C r y p t o P i r d s
owner(view returns (address)
0x630ac4ac175001dfe35e0c9b146b1607b7b4d821
symbol(view returns (string)
CryptoPirds
totalSupply(view returns (uint256)
1056
Read-only
NFTPerPublicAddress(addressview returns (uint8)
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
Mint(uint8 _mintAmountpayable 
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setMaxMintAmountPerTx(uint8 _maxtx
setMaxMintAmountPerWallet(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setUriPrefix(string _uriPrefix
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(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(