LlamaAI

Verified contract

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

No balances found for "LlamaAI"

0xda41d80890f37610214a7d8ab4188876ac573758d46e624ea6e2c8a8c9ec268f
0xea64fe9a4164859cbb64e109cb0f1f5bb65ff617be16b435045ae850946bef7c
0xb6020ab5b3881607830a3d95f08c1af8b1864be58d5d41228992d5babbff7b60
0xd8b3737b071ddcc50ba9ab841dd05fe4c445a480c5640e7e2f68765684cb90c7
0x5ee43e6d68ce55dd912898a2073d04dc2b3a4c302a1b43c3186b8b8a7a3c276e
0xc0d96cb3a8a86e7e9d7dcb13d6084608558cd8ab07381b95f0a9812fc6290eef
0x7fc3093e164ceb5208097d4a2bf61112ad39a1e0938f6bdf8f010f90230d1096
0x092bf49a8efa3d73fe6efcb0cbc48800fafd0d473d540817b2dbf43de6f2a8ce
0x402ac003ac595ba933321ebfa36679c81384a4adc5fc241a4263103deb34e8c7
0x118b70de3dc491d57cb52ba191317a7cd24db80e1f90bc67fc520bf03d6b5316

Functions
Getter at block 20987130
MAX_PER_WALLET(view returns (uint256)
1
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
1200
name(view returns (string)
LlamaAI
owner(view returns (address)
0x6585f3f497c69490200bfd6be9f7ad65c2235e1f
symbol(view returns (string)
LAI
totalSupply(view returns (uint256)
854
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(bool paused
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(