Morph

Verified contract

Active on Ethereum with 1,345 txns
Deployed by via 0xa4db8efb at 15857634
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Morph"

0x34a1f7f73129734c4e619932e2a57b460e51219cc5c2759f3fb4a876dd0f83e8
0x0cef2833ab12969c7b605c92d4d48731f32f0ddcae63a50e1f96b313af390911
0x35ea2b53ae62d11f5a3bb3e9486d68da63fed03e0757bd26cfdef1d9ae3fc303
0x14b238a72c7f905a10c68acb31b13e1bb4bc34c719dd4eabf08dd471e08ea7fb
0x9d1d2b36f17efea97f2ff5c36ca53caa1fd2498f0c5e26dd8db854b0e13c44a7
0xc82374f9ae50659960cc5bbc7c4a3f20df096f44cf4b16708db264e3746aae78
0xf54c41f7fad6ea4738dcb5f7e7ba681ce9b4cae4e10acd3865e1d3b957fa24f9
0x42a998c9765ba31e70b56f93963aa255709c6180c3e6a817215be6bf3a9af341
0xf9e781c34f11832ebdb0328644b50f115b55f42741c325a7e656daa277a6af51
0xf09f87d98146f54c77baebc1ecc8738d5a89d5de418fd9e53bd759690af1eeae

Functions
Getter at block 20892758
imagesFolder(view returns (string)
https://nftstorage.link/ipfs/bafybeihvywypszqfl6k4fpl6i4xnfy2hczidfbpo2fd6jasfpwykuyd2dm/
maxMorphsPerWallet(view returns (uint256)
3
maxMorphsPerWalletWL(view returns (uint256)
3
maxSupply(view returns (uint256)
1000
morphPrice(view returns (uint256)
500000000000000000
morphPriceWhitelist(view returns (uint256)
0
name(view returns (string)
Morph
owner(view returns (address)
0x5d8adb15f4ceb4f2f9f99f5e6747e5d253bfeeb5
saleActiveTime(view returns (uint256)
999999999999999999999999999999999999999999
symbol(view returns (string)
MORPH
totalSupply(view returns (uint256)
1158
whitelistActiveTime(view returns (uint256)
999999999999999999999999999999999999999999
whitelistMerkleRoot(view returns (bytes32)
0xef53dd50f2187304ba1062f5a3cdfdd755ee60e90692f201650d0e0890260d17
Read-only
approvedProxy(addressview returns (bool)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
inWhitelist(address _ownerbytes32[] _proofview returns (bool)
isApprovedForAll(address _owneraddress _operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
autoApproveMarketplace(address _marketplace
burn(uint256 tokenId
giftNft(address[] _sendNftsTouint256 _qty
purchaseMorphs(uint256 _qtypayable 
purchaseMorphsWhitelist(uint256 _qtybytes32[] _proofpayable 
receiveCoin(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setDefaultRoyalty(address _receiveruint96 _feeNumerator
setImagesFolder(string __imagesFolder
setMaxMorphsPerWallet(uint256 _maxMorphsPerWallet
setMaxMorphsPerWalletWL(uint256 _maxMorphsPerWalletWL
setMorphPrice(uint256 _newMorphPrice
setMorphPriceWhitelist(uint256 _morphPriceWhitelist
setSaleActiveTime(uint256 _saleActiveTime
setWhitelist(bytes32 _whitelistMerkleRoot
setWhitelistActiveTime(uint256 _whitelistActiveTime
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(