Moon Ape Lab
Verified contract
Active on
Ethereum with 14,669 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 "Moon Ape Lab"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159250 | 10 hours ago | | | 0 | 0.0014218716 | |
| 21153004 | a day ago | | | 0 | 0.00053443730 | |
| 21152824 | a day ago | | | 0 | 0.00068264325 | |
| 21142292 | 3 days ago | | | 0 | 0.00046701854 | |
| 21142291 | 3 days ago | | | 0 | 0.00046808577 | |
| 21139829 | 3 days ago | | | 0 | 0.00079529158 | |
| 21138252 | 3 days ago | | | 0 | 0.0012924601 | |
| 21124570 | 5 days ago | | | 0 | 0.00030542066 | |
| 21120642 | 6 days ago | | | 0 | 0.00033867082 | |
| 21039674 | 17 days ago | | | 0 | 0.00027945669 |
ABI
ABI objects
Getter at block 21162277
APE_PRICE() view returns (uint256)
90000000000000000
MAX_SUPPLY() view returns (uint256)
8000
MINTING_PAUSED() view returns (bool)
false
PASS_CONTRACT_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
REVEALED() view returns (bool)
true
name() view returns (string)
Moon Ape Lab
owner() view returns (address)
0x735874c07646520878776ad20e7418dcd3aa48cc
symbol() view returns (string)
MAL
totalSupply() view returns (uint256)
8000
whitelist_sale() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTeamMemberBalance(address my_address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addWhitelisted(address[] wl_addresses)
approve(address to, uint256 tokenId)
mintApe(uint256 number_of_tokens) payable
mintApeForWhitelisted(uint256 number_of_tokens) payable
pause()
renounceOwnership()
revealApes(string baseURI)
safeMint(address to)
safeMintMultiple(address[] receivers)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPassContract(address _pass_address)
startPublicSale()
toggle() returns (bool)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transformToAddressesWithNum(address[] ape_owners, uint8[] qs)
unpause()
withdraw(address to_address)
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.
This contract contains no error objects.