Monkey Madness
Verified contract
Active on
Ethereum with 362 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 "Monkey Madness"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18807095 | a year ago | | | 0 | 0.0013746381 | |
| 18773529 | a year ago | | | 0 | 0.0012431200 | |
| 18773529 | a year ago | | | 0 | 0.0012431200 | |
| 18773529 | a year ago | | | 0 | 0.0012431200 | |
| 18772594 | a year ago | | | 0 | 0.0023296220 | |
| 18753880 | a year ago | | | 0 | 0.0010045279 | |
| 18750405 | a year ago | | | 0 | 0.0015007273 | |
| 18739837 | a year ago | | | 0 | 0.0017853727 | |
| 18733471 | a year ago | | | 0 | 0.0018105461 | |
| 18732832 | a year ago | | | 0 | 0.0014868810 |
ABI
ABI objects
Getter at block 21228711
maxSupply() view returns (uint256)
3072
maxTx() view returns (uint256)
10
maxWLTx() view returns (uint256)
5
merkleRootWl() view returns (bytes32)
0xa444d272083fe44e44d1d833cb96651f76ed7b7286df82bb2b503f02cd4d4613
name() view returns (string)
Monkey Madness
owner() view returns (address)
0xe3b7aed05e00e85e530cc4a3765281aba8e58544
revealed() view returns (bool)
true
salePrice() view returns (uint256)
1000000000000000
saleState() view returns (uint8)
2
symbol() view returns (string)
MonkeyMadness
totalSupply() view returns (uint256)
3072
wlPrice() view returns (uint256)
1900000000000000
Read-only
MINT_COUNT(address) view returns (uint256)
WL_MINT_COUNT(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelist(bytes32[] _merkleProof) view returns (bool)
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 airdrop(address _to, uint256 _quantity)
approve(address to, uint256 tokenId) payable
bulkAirdrop(address[] _recipients, uint256 _quantity)
publicMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxSupply(uint256 _maxSupply)
setMaxTx(uint256 _maxTx)
setMaxWlTx(uint256 _maxWLTx)
setRevealed(bool _state)
setSalePrice(uint256 _newPrice)
setState(uint8 _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelist(bytes32 _merkleRoot)
setWlPrice(uint256 _newPrice)
teamMint(uint256 _quantity)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 _quantity, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()