Little Ape World

Verified contract

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

No balances found for "Little Ape World"

0xc42026ebdd7bb0048b6e0e7c0bf6b0026bdb0647c8fc5aed5ab439431a63b06a
0x100642705e186793e29f4985d93d845be0bed64b715d13948d690fae4914e973
0x91ad68ec1abe831037a0a94840dc55f83a9721344b8f300af2da807f792d29c3
0xbd063f06df7d96646e17d7a2c3c643f573faec7faa010ae092d9985011ead302
From
0x6d19ebf45f043ed0fcc0e2cb6f81faad55a75c69b1ad88500972f76e5a8e539f
0x549d8bfea9812d5a05f887ffcfd03c44eeed35abeb62e97905c16d0da97643b6
0x81313aa4a4045adbf379915b7742e3648f3d72eab93bb378c6268339efa7ba36
0xc8035a286a17f00590f7030e7039c6d6769dab6d0f7da0976de3b3248c6ccfc2
0xfecc6479a299c6bde5e2fd06c3717ea5668799e83bc5b5e29452fc334e121d08
0xbdd00cf91bf147353ce28e870ecbc6e67b2cec9a048692a753b29024eaf7423a

Functions
Getter at block 21164839
cost(view returns (uint256)
0
maxMintAmountPerWallet(view returns (uint256)
12
maxSupply(view returns (uint256)
7777
merkleRoot(view returns (bytes32)
0x12e55ac1e4bcbf38d3cf08fb4854a76751cbcb203babe9cc637d237bb820b579
name(view returns (string)
Little Ape World
owner(view returns (address)
0x2943c6fccac0ccda21eef4c50e47fa63c15468b0
paused(view returns (bool)
true
symbol(view returns (string)
LAW
totalMinted(view returns (uint256)
7777
totalSupply(view returns (uint256)
7776
whitelistOnly(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenIdbool approvalCheck
mint(bytes32[] _merkleProofuint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCost(uint256 _cost
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setWhitelistedOnly(bool _state
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
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(