Little Ape World
Verified contract
Active on
Ethereum with 3,005 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Little Ape World"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161898 | 10 hours ago | | | 0 | 0.00073490209 | |
| 21106133 | 8 days ago | | | 0 | 0.00013191753 | |
| 20533137 | 3 months ago | | | 0 | 0.00015166127 | |
| 19935468 | 6 months ago | | | 0 | 0.00099839035 | |
| 19812438 | 6 months ago | | | 0 | 0.00030614768 | |
| 19746967 | 6 months ago | | | 0 | 0.00031221949 | |
| 19668647 | 7 months ago | | | 0 | 0.00077469135 | |
| 19591612 | 7 months ago | | | 0 | 0.0033180264 | |
| 19589044 | 7 months ago | | | 0 | 0.00076089568 | |
| 19401509 | 8 months ago | | | 0 | 0.0027972887 |
ABI
ABI objects
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 owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId, bool approvalCheck)
mint(bytes32[] _merkleProof, uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCost(uint256 _cost)
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setWhitelistedOnly(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()