Boring Non Fungible Tokens - M

Verified contract

Proxy

Active on Ethereum with 159 txns
Deployed by via 0xd5479c25 at 15316783
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots

No balances found for "Boring Non Fungible Tokens - M"

0xc2a2bc633a24a1857bab2329613a3dbb5b0bd80ec8731ee9144ea556dcc72be3
0x47ab9f7f90b3fc5353bd511110812f1656c061c13b3c7479d4e1240418091868
0x5a04b94955c4ef4cd8363e1982d1c8216bd6117e0bcfe3f3e90ac8c1487e44dc
0x392c837149acf2e31d264c4ed160eedd3d5a69ab0b0de298d48c233f7d0463ed
0x8f00cd76683274cec369c54e1474e3d38f34c25630481c3c087736f8f8cd7940
0xe8c94206bc5a2540e29905d8a1c19b8988fed5ecb9a3c13ddafbb90848cf5214
0x10b91122bdeab7212f35468a68cb921389763f1d06de2fe24a0d05417273fb8d
0x8c765cab733557ccdc821527792f7835324d7c5db2ee7e4bf43aa6039ee5a26c
0x5bee71a661ea8b452d5bd17436596ef6afff25e302a4f0017df9121a2a958e9b
0x5b7a145e0195a582ea85f7e90f3b6a4ab975c32e4cccae4c0370eb14a11b93f1

Functions
Getter at block 21028297
maxAmount(view returns (uint256)
1350
maxPerMint(view returns (uint256)
100
maxPerWallet(view returns (uint256)
1350
name(view returns (string)
Boring Non Fungible Tokens - M
owner(view returns (address)
0x0000000000000000000000000000000000000000
presaleActive(view returns (bool)
false
price(view returns (uint256)
0
saleActive(view returns (bool)
true
symbol(view returns (string)
MBNFT
totalRevenue(view returns (uint256)
12600000000000000
totalSupply(view returns (uint256)
1350
treasury(view returns (address)
0x188f92acd1a82b54ce713cafa8e8217c1089230c
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint64[] quantitiesaddress[] recipients
initialize(string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint64 quantitypayable 
presaleMint(uint64 quantityuint256 allowedbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(