Tree of Life

Verified contract

Active on Base with 1,215 txns
Deployed by via 0x0a2e8a87 at 3688113
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Tree of Life"

0x5763b188d359d608e765146799e4f07d39eaeb0e3aec095748607f7d4cb43aff
0xd08d53ac26b5986f5a6d50b1135651a9e365a41199fee9afa9abff8ed0c091c7
0x092ab2197f286f2707ec24c49909203d420c84606165760bf694826107834e82
0x459364306ed8f25c01412f44e3d91c97c477d42839ac11606ffd00307af4de1b
0x135ad6cbb40ccf42be9e96e113e289ba8a474db3ed6a5fd653fbaf76a58ef742
0x242fdc0928407bcbd0781801af8898c962e69a596804f26b66936c9ef2fdd3b5
0x43b19fb69347b6670073907f0b3b7ea2f7329a34749ece6cac24bccd5e35b423
0x545cb5b24b3bd97403a3b3a37fbfebbfe10a8ef72d8327422803aff34f9066f6
0x1e72189b95af6489c4c9525502738248431b5d32f3008f2738b805cc1cca0dca
0x9082638ee6635226d45760de61d6a860e0ceb31c3e9f4a2f7f872605d3dc9fd1

Functions
Getter at block 22992172
MAX_FREE_PER_WALLET(view returns (uint256)
5
MAX_MINTS_PER_TX(view returns (uint256)
500
NUM_FREE_MINTS(view returns (uint256)
50000
PUBLIC_SALE_PRICE(view returns (uint256)
6660000000000000
baseTokenURI(view returns (string)
ipfs://bafybeiakappie3gsmv3g5quiifqdehp2zlzguvpy64ptmrrveeuktsraum/
freeNFTAlreadyMinted(view returns (uint256)
5249
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
66666
name(view returns (string)
Tree of Life
owner(view returns (address)
0x7094ad5fb5231e4f18fe8d67536f4e6a8815dbec
symbol(view returns (string)
ToF
totalSupply(view returns (uint256)
10569
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(