MylastNFT

Verified contract

Active on Ethereum with 406 txns
Deployed by via 0xed54da74 at 15389393
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MylastNFT"

0xb07d9780f6244deb71bddd92da673029fa9247e0ca72393c77265ee1c9a1f807
0xc6c7f9b08299caebd508efc881206235df19f7ba1ac3af8a9df594e1373bb7a7
0xe103b0fe2f95e22d843a2efa672d04970e2a62e36484819f5a4a1a59a72f3b7f
0x30ba49ce1e24a38842e04a8469986eef0f27fe6361446f9f0297cab91e50734b
0xf7c28fbaf70725d16eaf354c6648c09a5f66d9bd821a3ecd70ea1b617aedea0e
0x2095e0bfbdbfaa595b8572aeb7850535082acc117489ecceabe5f496ae18c217
0x520297d93983772cfa0ac40bbde8291c49a212e483191fea3bb92f9135e3235e
0xedf4f18049aaa9ef67467d0b8b004b4444b9659c6fddadb354bdd98a6eac6590
0xb08be08dbefc53f604518c47539d4d1acc2860d2ade6798aa4eae3ceb1ad15a4
0x0e33afa87bf304678542ecb2c7f0d5f7e20fb5794b8ac1dd0875dce68de90c9f

Functions
Getter at block 21265985
MAX_PER_WALLET(view returns (uint256)
1
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
444
name(view returns (string)
MylastNFT
owner(view returns (address)
0x108c7155939f66d4c74a948e9391589dc057a9d3
symbol(view returns (string)
ML
totalSupply(view returns (uint256)
436
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addWhitelist(address[] wallets
approve(address touint256 tokenId
devMint(address touint256 count
mint(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(bool paused
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(