MetaMorphicV4
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
15 additional
variables
Balances ($0.00)
No balances found for "MetaMorphicV4"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MetaMorphicV4"
ABI
ABI objects
Getter at block 21230395
admin() view returns (address)
0x0000000000000000000000000000000000000000
baseURI() view returns (string)
beneficiary() view returns (address)
0x0000000000000000000000000000000000000000
endTime1() view returns (uint256)
0
endTime2() view returns (uint256)
0
maxAmount1() view returns (uint256)
0
maxAmount2() view returns (uint256)
0
maxSupply() view returns (uint256)
0
merkleRoot1() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
merkleRoot2() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintedAmount1() view returns (uint256)
0
mintedAmount2() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
params() view returns (struct MetaMorphicV4Params)
(0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0, 0, 0, 0, 0, 0, 0, 0)
price1() view returns (uint256)
0
price2() view returns (uint256)
0
revealed() view returns (bool)
false
startTime1() view returns (uint256)
0
startTime2() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmounts1(address) view returns (uint256)
mintedAmounts2(address) view returns (uint256)
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)
walletOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
burnTokenInBlacklist(uint256[] ids)
initOperatorRegistry()
initialize(string name, string symbol, uint256 _maxSupply, string _baseURI, address _admin, address _beneficiary)
mint1(uint256 index, address account, uint256 maxAmount, bytes32[] merkleProof, uint256 amount) payable
mint2(uint256 index, address account, uint256 maxAmount, bytes32[] merkleProof, uint256 amount) payable
renounceOwnership()
reveal(string _baseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAdmin(address _admin)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setBeneficiary(address _beneficiary)
setParams1(bytes32 _merkleRoot, uint256 _price, uint256 _maxAmount, uint256 _startTime, uint256 _endTime)
setParams2(bytes32 _merkleRoot, uint256 _price, uint256 _maxAmount, uint256 _startTime, uint256 _endTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
Mint(address account, uint256 id)
Mint1(uint256 index, address account, uint256 amount)
Mint2(uint256 index, address account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
Blacklist()
InsufficientETH()
InvalidProof()
MaxStageMint()
MaxSupply()
MaxUserMint()
NonExistentTokenURI()
NotAdmin()
NotAllowed()
NotInBlacklist()
NotStart()
NotTokenOwner()
StageEnded()