Garden Friends

Verified contract

Active on Base with 6,366 txns
Deployed by via 0xaa23c094 at 3480521
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x197b1619bdeae949ca18fbe94e47a7d7c04914d5bfcd65d55cd47b9d8678185d
0xecc1c4c8adb9c32dcab4944bd1f8777595ec3d7909d92889bd4e9cab3f71fc8d
0x1e9202159e71634212f0c180b3d22cfdf0c65e478e451f9fd31ff092eab5ad72
0x26abc3facb9557a33fa01b53354c2c0bc2162042f1d294af39f0f5bd7d5bd131
0xa52aacdcf51537229ad33c63ae5a811dac1e88c1165bdcff4f98a9bc8d26349d
0xd0b2251c1108f41ed4af672063fa20da1811cd15cad1b609abea44733e83637f
0x5e17f9682190e12f7303ac5a21eaebf9f70136202be8219d4607e0fe1b1a908a
0x5448a7ee7dd301d5c336a032313c49c21102179ffdfd6d0d0d528334e1f6846a
0xf2322381eff3adbbdacb1844a2573f553dd203639679330da066094c0f6a804d
0x5218fbf247bc2765e55d0c57aec5e828b5d29826a2f1b2e9f2f811e36a28f9b3

Functions
Getter at block 21876700
COST(view returns (uint256)
500000000000000
MAX_FREE(view returns (uint256)
4444
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
4444
name(view returns (string)
Garden Friends
owner(view returns (address)
0xf7d1992d01671acdcf3470a5ebffff30378edb51
symbol(view returns (string)
GARDEN
totalSupply(view returns (uint256)
4444
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
freeMint(
mint(uint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setConfig(uint256 _MAX_FREEuint256 _COSTuint256 _MAX_FREE_PER_WALLET
setData(string _base
transferFrom(address fromaddress touint256 tokenId
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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