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 "MP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18300801 | a year ago | | | 0 | 0.00012808739 | |
| 16054856 | 2 years ago | | | 0 | 0.00048244667 | |
| 15654564 | 2 years ago | | | 0 | 0.00054622551 | |
| 15564295 | 2 years ago | | | 0 | 0.00024642872 | |
| 15506172 | 2 years ago | | | 0 | 0.0025705378 | |
| 15364672 | 2 years ago | | | 0 | 0.00019365992 | |
| 15224496 | 2 years ago | | | 0 | 0.00050355913 | |
| 15197125 | 2 years ago | | | 0 | 0.00026969602 | |
| 14822383 | 3 years ago | | | 0 | 0.00059471392 | |
| 14808451 | 3 years ago | | | 0 | 0.0014608560 |
ABI
ABI objects
Getter at block 21270514
baseURI() view returns (string)
https://zh4gskesd3jgexy7d5kimcxte40mmdrp.lambda-url.us-east-2.on.aws/
isPublicSaleOn() view returns (bool)
false
isWlSaleOn() view returns (bool)
false
maxSupply() view returns (uint16)
6000
mintPrice() view returns (uint256)
180000000000000000
name() view returns (string)
MP
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xa411c8b7899b5a5b8cb29f08d3c465ef7ec2da73
symbol() view returns (string)
MP
totalMinted() view returns (uint256)
10720
totalSupply() view returns (uint256)
10720
wlMintPrice() view returns (uint256)
149000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
checkValidity(bytes32[] _merkleProof) view returns (bool)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address _address)
mint(uint256 quantity) payable
publicMint(address to, 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 baseURIValue)
setMintDates(uint32 wlDate, uint32 publicDate)
setOwnersExplicit(uint256 quantity)
setRootMerkleHash(bytes32 _rootmt)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address to, 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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
AllOwnershipsHaveBeenSet()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
NoTokensMintedYet()
OwnerQueryForNonexistentToken()
QuantityMustBeNonZero()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()