MetaMorphicV4

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xb84686d1 at 17985049
Slot
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

No balances found for "MetaMorphicV4"

No transactions found for "MetaMorphicV4"


Functions
Getter at block 20887033
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedAmounts1(addressview returns (uint256)
mintedAmounts2(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
burnTokenInBlacklist(uint256[] ids
initOperatorRegistry(
initialize(string namestring symboluint256 _maxSupplystring _baseURIaddress _adminaddress _beneficiary
mint1(uint256 indexaddress accountuint256 maxAmountbytes32[] merkleProofuint256 amountpayable 
mint2(uint256 indexaddress accountuint256 maxAmountbytes32[] merkleProofuint256 amountpayable 
renounceOwnership(
reveal(string _baseURI
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAdmin(address _admin
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setBeneficiary(address _beneficiary
setParams1(bytes32 _merkleRootuint256 _priceuint256 _maxAmountuint256 _startTimeuint256 _endTime
setParams2(bytes32 _merkleRootuint256 _priceuint256 _maxAmountuint256 _startTimeuint256 _endTime
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
Mint(address accountuint256 id
Mint1(uint256 indexaddress accountuint256 amount
Mint2(uint256 indexaddress accountuint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
Blacklist(
InsufficientETH(
InvalidProof(
MaxStageMint(
MaxSupply(
MaxUserMint(
NonExistentTokenURI(
NotAdmin(
NotAllowed(
NotInBlacklist(
NotStart(
NotTokenOwner(
StageEnded(