GalaxyBirds

Verified contract

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

No balances found for "GalaxyBirds"

0xd6806da4e55d51d76007edf5ad9148ec761c145ef3673c984a1747e44aa58d2c
0x2d221fd9d9aa468a0e77cb742656952e3f1073198671dbb39595607d26c4a788
0xb6f4d1e775cab7c7a94328c44e0ed5438a3f0181285f8d4b755083a5014cb365
0x23f5e36a90e0dfd4a43173b488021ee557bae1b3d77e504cbf8ff83ff2ccd858
0xa89d3e333bb8e0dc79fe48a0b456f80f345401543736866f4bf799fd7195f943
0x7d16771124843bac3b5a7d009aea6f35ff841f04e5d67ce7815b778db7377edd
0x7a529aad9511f4968402b31d5efdc80ea0399d4e13baf41ed1fbfc3a772fc31e
0x4032dbd61c895a8afe4f7167af517f4a03d21a2e488477854861cb920bb23588
0xb4b80a1dcca9fc3d1d4569145bf59017809d064cc60b9c532c8cfbb0945b3e31
0xe972aa5f51dc1bb7834a1fb66f52111420c32616aeb93e3a2811b18824c01cd0

Functions
Getter at block 20977566
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
999
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
3
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
50
MAX_SUPPLY(view returns (uint256)
3333
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
5000000000000000
name(view returns (string)
GalaxyBirds
owner(view returns (address)
0x82c0f95533fde69942d195aafb3e477ccd4c5c66
symbol(view returns (string)
GalaxyBirds
totalSupply(view returns (uint256)
886
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
approve(address touint256 tokenId
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
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(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
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(