Morpheu5 Series
Verified contract
Active on
Ethereum with 1,089 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($879.15)
Native
Value
$879.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.23 | $3,822.41 |
$879.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20766573 | 3 months ago | | | 0 | 0.00011828788 | |
| 18056198 | a year ago | | | 0 | 0.00055365423 | |
| 17739918 | a year ago | | | 0 | 0.0010415436 | |
| 17700293 | a year ago | | | 0 | 0.00073976742 | |
| 17700292 | a year ago | | | 0 | 0.00078679564 | |
| 17700289 | a year ago | | | 0 | 0.00081545506 | |
| 17700288 | a year ago | | | 0 | 0.00079204156 | |
| 17700287 | a year ago | | | 0 | 0.00081618809 | |
| 17700269 | a year ago | | | 0 | 0.00093294696 | |
| 17700217 | a year ago | | | 0 | 0.00064368134 |
ABI
ABI objects
Getter at block 21383096
_contractURI() view returns (string)
contractURI() view returns (string)
name() view returns (string)
Morpheu5 Series
name_() view returns (string)
Morpheu5 Series
owner() view returns (address)
0x7302a94dc6c181a68b11d42027c65dde430d6f46
symbol() view returns (string)
MORPEU5SERIES
symbol_() view returns (string)
MORPEU5SERIES
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
series(uint256) view returns (bytes32 merkleRoot, bool paused, uint256 mintPrice, uint256 maxSupply, uint256 maxPerWallet, uint256 maxMintPerTxn, string metadataLink, bool isWhitelist)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addSeries(bytes32 _merkleRoot, uint256 _mintPrice, uint256 _maxSupply, uint256 _maxMintPerTxn, string _metadataLink, uint256 _maxPerWallet, bool _isWhitelist)
editSeries(uint256 _seriesIndex, bytes32 _merkleRoot, uint256 _mintPrice, uint256 _maxSupply, uint256 _maxMintPerTxn, string _metadataLink, uint256 _maxPerWallet, bool _isWhitelist, bool _paused)
mintPublic(uint256[] seriesIndexes, uint256 amount) payable
mintWhitelist(uint256 seriesIndex, uint256 amount, 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)
setContractURI(string newURI)
toggleSeriesPaused(uint256 _seriesIndex)
transferOwnership(address newOwner)
withdraw(address _to, uint256 _amount)
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)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.