Baby Moody
Verified contract
Active on
Ethereum with 1,500 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 "Baby Moody"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20932460 | 23 days ago | | | 0 | 0.00050944488 | |
| 20669657 | 2 months ago | | | 0 | 0.00012130005 | |
| 20089126 | 5 months ago | | | 0 | 0.00031538059 | |
| 20067425 | 5 months ago | | | 0 | 0.00030894351 | |
| 19748613 | 6 months ago | | | 0 | 0.00028114043 | |
| 19748553 | 6 months ago | | | 0 | 0.00028543644 | |
| 19618143 | 7 months ago | | | 0 | 0.0013379895 | |
| 19517626 | 7 months ago | | | 0 | 0.00096140932 | |
| 19355342 | 8 months ago | | | 0 | 0.0027421022 | |
| 18868450 | 10 months ago | | | 0 | 0.00066510419 |
ABI
ABI objects
Getter at block 21095464
BUY_LIMIT_PER_TX() view returns (uint256)
5
MAX_NFT() view returns (uint256)
1810
NFTPrice() view returns (uint256)
200000000000000000
WHITELIST_MAX_MINT() view returns (uint256)
2
isActive() view returns (bool)
false
isFreeMintActive() view returns (bool)
true
isPresaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
false
isReveal() view returns (bool)
true
name() view returns (string)
Baby Moody
owner() view returns (address)
0x843568716c5f6e7d249a573b52229c84715f1860
root() view returns (bytes32)
0x5819adf359bfee0153fd7396164e3010db3ea50abdaeaa0bc2465ac80014dee7
symbol() view returns (string)
BMAC
totalSupply() view returns (uint256)
1314
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdUsedForGiveaway(uint256) view returns (bool)
uri(uint256 _tokenId) view returns (string)
verify(bytes32[] proof, bytes32 leaf) view returns (bool)
whiteListClaimed(address) view returns (uint256)
State-modifying
Events freeMint(uint256 _moodyApeTokenId, bytes32[] _proof) payable
mintByOwner(address _to)
mintMultipleByOwner(address[] _to)
mintPublicSale(uint256 _numOfTokens) payable
presaleMint(uint256 _numOfTokens, bytes32[] _proof) payable
renounceOwnership()
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)
setFreeMint()
setMoodyApeContract(address _contractAddress)
setNFTPrice(uint256 _NFTPrice)
setPublicSaleActive()
setRoot(uint256 _root)
setSupply(uint256 _MAX_NFT)
setURI(string _URI)
toggleActive()
togglePresale()
toggleReveal()
transferOwnership(address newOwner)
withdraw()
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.