MoonBirbs

Verified contract

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

No balances found for "MoonBirbs"

0xcf920b1aa865cb387de54164820ab5e1967db3edde9b3f2ca1b7697fa3bef2e9
0x280901d7bcefa0e6c0ac9cdf8323dd7ed9b8cc7a15b7ba1c26b0446770da288d
0xd5ddab0cb54550fc435463e6a734ecb2b38a16bce87bc55036c65f13db4e9a6a
0x65a5fade2c13487ab39cdd7a75adc9dc5c518a2f32e75d1eb65c84b49d02e242
0xde49b0389ae2e3b7ec7ffadd3e42411bda5e05356b91c3f5be8351f1be9c83e4
From
0xdd81ae9d6bcacab429f028a25ad32a620b748991b046bf24ee33496c34f0ceac
0x19c7c611a7d0dcd6077e3e22f338c62a1d846d62e65b760d95dd2518517144fa
0xb0187c8c928fe39752e9e9a1b2afedbe8bac06c564e72b502283042b69632384
0xe9e7cd698e3d35737873fc78ef8dbeef26aa9d4892a01f38cd71209876c8412f
0x4eacd4b38940ecc9d53bf55dd915d611ccf6f2fcdb9531665c04ca7c589ccf52

Functions
Getter at block 21303241
FREE_MAX_SUPPLY(view returns (uint256)
111
MAX_PER_TX(view returns (uint256)
10
MAX_PER_TX_FREE(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
999
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://QmdCLYdAfUGe3p3tHuRAFzSk7amgvqr4fttRZYUNkrDXwM/
contractURI(view returns (string)
ipfs://QmTtyNjw5NQ9n2NANUnA5L8vjJygMiFuBKgSMkFCVhASg6
name(view returns (string)
MoonBirbs
owner(view returns (address)
0xc5946b044252034465e193016404743f469fe2c9
paused(view returns (bool)
false
price(view returns (uint256)
0
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
BIRB
totalSupply(view returns (uint256)
999
Read-only
balanceOf(address ownerview returns (uint256)
freeMinted(addressview 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
mint(uint256 _amountpayable 
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string _contractURI
setPrice(uint256 _price
setupOS(
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(