MoMoApe Club
Verified contract
Active on
Ethereum with 1,578 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 "MoMoApe Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19223290 | 9 months ago | | | 0 | 0.00088076511 | |
| 17718654 | a year ago | | | 0 | 0.00075249931 | |
| 16980121 | 2 years ago | | | 0 | 0.00099953182 | |
| 16809908 | 2 years ago | | | 0 | 0.00085592264 | |
| 16298291 | 2 years ago | | | 0 | 0.0010459230 | |
| 15809765 | 2 years ago | | | 0 | 0.00053541878 | |
| 15789992 | 2 years ago | | | 0 | 0.0018910508 | |
| 15788542 | 2 years ago | | | 0 | 0.00086994205 | |
| 15788219 | 2 years ago | | | 0 | 0.00095153430 | |
| 15784480 | 2 years ago | | | 0 | 0.0013472852 |
ABI
ABI objects
Getter at block 21177834
baseTokenURI() view returns (string)
ipfs://bafybeihjdmj2tu4iedt4dacfju5klv2rheglzah4wkomlwwneofceno5lq/
defaultTokenURI() view returns (string)
maxSupply() view returns (uint256)
4444
name() view returns (string)
MoMoApe Club
owner() view returns (address)
0x9f14ccc6aa8cc0459ac90e9e8e46cd9a6e211a8f
payMent() view returns (address)
0x9f14ccc6aa8cc0459ac90e9e8e46cd9a6e211a8f
publicMintStatus() view returns (uint8)
2
publicSalePrice() view returns (uint256)
1000000000000000
symbol() view returns (string)
MMAC
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
usermint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
marketMint(address[] marketmintaddress, uint256[] mintquantity) payable
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setDefaultURI(string _defaultURI)
setPublicMintStatus(uint256 status)
setPublicPrice(uint256 mintprice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(string _baseTokenURI, uint256 _maxSupply, uint256 _publicSalePrice)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()