Tree of Life

Verified contract

Active on Base with 0 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"

No transactions found for "Tree of Life"


Functions
Getter at block 21793716
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)
5167
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)
10487
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(