Llama AI NFT

Verified contract

Active on Ethereum with 2,983 txns
Deployed by via 0x370791b1 at 15384376
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Llama AI NFT"

0x721859bb81e4a45f6691e8f4e5f4d98533acabfaf1923cad374f25432deb90c2
0x9772eb22e92593a2cc5d7eb3f06a4c399264072ddb55673f84bcabea806872ae
0x8d60685faacdac041acb5846e344e4b1e9091ce4be1d346e174a1a92263fe888
0xceedc5879127315b264578efb31e01509f2de6c40b76a2075b6c7bf591fdd7f0
0xc15850389a63a51f6c5ced136051ccc6bc17f39850f0024eb828241f662e1f4f
0x03efb302731fa38fa5a54c5e48d73001ee56dd80f8788a96641dfa0fe1a058bb
0x38eb22a8b4e41bc329b3508e1770a1828ff5e083cc84c04f7621587232d24376
0x2e4606c94a5ae917110d910260bb09665bacf43c7595f9fbcb8bbec2939b78b5
0x9b8186db2e2c12e5707e0293f9078ff54364a3f95b83b5086ca4654ea67cea37
0xd01ab29f397e351ab5a8f95316a5425d28ca5e786e602fd6dfe768ddf5b6745c

Functions
Getter at block 20984665
cost(view returns (uint256)
10000000000000000
maxMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
1000
merkleRoot(view returns (bytes32)
0x03bc0bb007bd506c144a6471e0e92676af38a8e9f12fba631baff19b27848ba5
name(view returns (string)
Llama AI NFT
owner(view returns (address)
0x4478975fedecc9ae1744b101b52e8d578dfec7e3
paused(view returns (bool)
true
symbol(view returns (string)
LMA
totalSupply(view returns (uint256)
1000
uriPrefix(view returns (string)
ipfs://QmPBawUSEirzHmqSEEWP7cJGPGk4sEtVN3ta1Xgn3d9XLB/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
airdrop(uint256 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTx
Fallback and receive

This contract contains no fallback and receive objects.

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