My Backyard by Michael

Verified contract

Active on Base with 6,047 txns
Deployed by via 0x0f37c6e7 at 3634373
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.13
0xb9616581b0bd00b84b6d31722108ce0918d9cdc982449de0176b99e2aa525251
0x4da5f5cb352b920cae585a95b06383241943f0433a9dd70ec90cd074b6b681eb
0x01829f1c6332720da2d00bfa9a114495405bd24870eadd648b119899c119ed04
0xd7d4f2ea851cf611c37b1a3ed09c2fdbce2f7d2b060aba8eb4105120c73fbabf
0x49755e0e1870310bf52738c5ecd8abd279cb5ca57d1d8892634dbc20e5d46a66
0x00bf35b2b88d0e41acb46a87028bdc24528f1bd7ff650af864277e79b6246937
0x73db411323e5523ce4bd2b840ceaaef68d7dbb9825eef9e87335e9fe1319dfd2
0x05a6e83623cc47227b8d2f0a4f5f3c5931abcbf834b5dc029c52b64f83301cf9
0x39cf3e404d1fcc8da98e54f0257e134ae45fe61a0308092b93d0fa6f56d60b2f
0x6ea619a79064d3c6a4ba9887269d14641ba41059798031f6080e6fe5eb5ea28d

Functions
Getter at block 22751103
MAX_FREE_PER_WALLET(view returns (uint256)
40
MAX_MINTS_PER_TX(view returns (uint256)
500
NUM_FREE_MINTS(view returns (uint256)
80000
PUBLIC_SALE_PRICE(view returns (uint256)
7770000000000000
baseTokenURI(view returns (string)
ipfs://bafybeieq7ntntul2piuy6mlv65w3eilwjwpnhiljjteouddvkul7jwzrhy/
freeNFTAlreadyMinted(view returns (uint256)
46927
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
84530
name(view returns (string)
My Backyard by Michael
owner(view returns (address)
0x57c5e201e2a8d3ee549972669c0dd3147c901092
symbol(view returns (string)
MBK
totalSupply(view returns (uint256)
67927
Read-only
balanceOf(address ownerview returns (uint256)
calculateMintingPrice(uint256 quantityview 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 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setmaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
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(