Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($33.37)
Native
Value
$33.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.01 | $3,336.82 |
$33.37 | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22747780 | 4 days ago | | | 0 | 8.1211573e-7 | |
| 22351648 | 14 days ago | | | 0 | 1.5441810e-7 | |
| 22082847 | 20 days ago | | | 0 | 9.7551267e-7 | |
| 22069649 | 20 days ago | | | 0 | 4.5212291e-7 | |
| 21658835 | a month ago | | | 0 | 0.00011744665 | |
| 21587981 | a month ago | | | 0 | 1.8206960e-7 | |
| 21478241 | a month ago | | | 0 | 5.6894334e-7 | |
| 21440577 | a month ago | | | 0 | 5.3749040e-7 | |
| 21440523 | a month ago | | | 0 | 5.6284360e-7 | |
| 21440510 | a month ago | | | 0 | 5.6284360e-7 |
ABI
ABI objects
Getter at block 22942036
currentPhase() view returns (uint256)
2
getPrices() view returns (uint256, uint256, uint256)
(10000000000000000, 20000000000000000, 30000000000000000)
maxMint() view returns (uint256)
10
maxMintsForCurrentPhase() view returns (uint256)
10
mintCap() view returns (uint256)
1800
name() view returns (string)
Morpheus
owner() view returns (address)
0x154c3f618308571ecc5d6c07248b69ccc15506dd
paused() view returns (bool)
true
presaleCap() view returns (uint256)
400
presaleMaxMint() view returns (uint256)
3
supply() view returns (uint256)
702
symbol() view returns (string)
MRPHS
totalSupply() view returns (uint256)
702
Read-only
amountMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidPhaseTwoMinter(address user) view returns (bool)
isWhitelisted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addWhitelist(address[] whitelist)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
forceNextPhase(string _phaseURI)
mint(uint256 amount) payable
nextPhase(string _phaseURI)
pause()
renounceOwnership()
revealPhase(uint256 phase, string _phaseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
stopMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 amount, address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NextPhase(uint256 newPhase)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol)
receive()
This contract contains no error objects.