MY LAST NFT
Verified contract
Active on
Ethereum with 5,259 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9f55…f4f5
0xcaf2…a6f3
Balances ($0.00)
No balances found for "MY LAST NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21061196 | a month ago | | | 0 | 0.00015971150 | |
| 20656437 | 3 months ago | | | 0 | 0.000071837977 | |
| 20655596 | 3 months ago | | | 0 | 0.000024511000 | |
| 20598248 | 3 months ago | | | 0 | 0.000043505331 | |
| 20587104 | 3 months ago | | | 0 | 0.000045305592 | |
| 20508883 | 4 months ago | | | 0 | 0.000081167477 | |
| 20206318 | 5 months ago | | | 0 | 0.00011666513 | |
| 20109336 | 5 months ago | | | 0 | 0.000066659904 | |
| 20001301 | 6 months ago | | | 0 | 0.00021420828 | |
| 19785961 | 7 months ago | | | 0 | 0.00011634782 |
ABI
ABI objects
Getter at block 21297512
MAX_SUPPLY() view returns (uint256)
6942
MINT_COST() view returns (uint256)
9624000000000000
RESERVED_SUPPLY() view returns (uint256)
942
freeTokensMinted() view returns (uint256)
499
isBurningAllowed() view returns (bool)
false
isPresale() view returns (bool)
false
isPublic() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xc419319ef9f23a2d5d26d4f13a4487f9ac6c587efcc54beaf412bbf90622a91a
name() view returns (string)
MY LAST NFT
owner() view returns (address)
0xd346371ffb79891affd315b68748440ad88fea95
symbol() view returns (string)
MLNFT
totalSupply() view returns (uint256)
6499
Read-only
addressToMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint256[] quantity, address[] recipient)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 count) payable
presaleMint(uint256 count, uint256 allowance, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI, string _newSuffix)
setMaxSupply(uint256 maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPreRevealURL(string _newPreReveal)
toggleIsBurningAllowed()
togglePresale()
togglePublicSale()
toggleSales()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAllFunds()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.