Moody Ape Club
Verified contract
Active on
Ethereum with 7,352 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 "Moody Ape Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21278175 | 6 days ago | | | 0 | 0.00037986303 | |
| 21248804 | 10 days ago | | | 0 | 0.00049607116 | |
| 20934013 | 2 months ago | | | 0 | 0.00045072474 | |
| 20685367 | 3 months ago | | | 0 | 0.00024665913 | |
| 20668164 | 3 months ago | | | 0 | 0.000055234522 | |
| 20641877 | 3 months ago | | | 0 | 0.00028116071 | |
| 20632428 | 3 months ago | | | 0 | 0.000021241688 | |
| 20277862 | 5 months ago | | | 0 | 0.00024815072 | |
| 20277859 | 5 months ago | | | 0 | 0.00043121024 | |
| 20272918 | 5 months ago | | | 0 | 0.00016936829 |
ABI
ABI objects
Getter at block 21322243
MAX_NFT_PUBLIC() view returns (uint256)
6969
NFTPrice() view returns (uint256)
180000000000000000
canReveal() view returns (bool)
true
giveawayCount() view returns (uint256)
17
isActive() view returns (bool)
false
isPresaleActive() view returns (bool)
false
isPrivateSaleActive() view returns (bool)
false
maxGiveaway() view returns (uint256)
30
maxPerWalletPresale() view returns (uint256)
3
name() view returns (string)
Moody Ape Club
owner() view returns (address)
0x843568716c5f6e7d249a573b52229c84715f1860
presalePrice() view returns (uint256)
140000000000000000
privateSalePrice() view returns (uint256)
120000000000000000
root() view returns (bytes32)
0xf73e9f8a742674c4a8416457e2d42500a3a897900f975a06965d7084a6f4c0a4
symbol() view returns (string)
MAC
totalSupply() view returns (uint256)
3799
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
nftBalances(address) view returns (uint256)
revealedNFT(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _tokenId) view returns (string)
verify(bytes32[] proof, bytes32 leaf) view returns (bool)
State-modifying
Events mintByOwner(address _to)
mintMultipleByOwner(address[] _to)
mintNFT(uint32 _numOfTokens) payable
mintNFTDuringPresale(uint32 _numOfTokens, bytes32[] _proof) payable
renounceOwnership()
revealNFT(uint256 _tokenId)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCanReveal(bool _isActive)
setIsActive(bool _isActive)
setPresaleActive(bool _isActive)
setPrivateSaleActive(bool _isActive)
setRoot(uint256 _root)
setURI(string _URI)
transferOwnership(address newOwner)
withdraw(address _to)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.