MyHeartIsDead
Verified contract
Active on
Ethereum with 2,070 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.68)
Native
Value
$10.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $3,560.58 |
$10.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103387 | a month ago | | | 0 | 0.00010298801 | |
| 19867807 | 6 months ago | | | 0 | 0.00030345405 | |
| 18608296 | a year ago | | | 0 | 0.0014757828 | |
| 18049031 | a year ago | | | 0 | 0.00074260880 | |
| 16748750 | 2 years ago | | | 0 | 0.0017178810 | |
| 16748750 | 2 years ago | | | 0 | 0.0017156727 | |
| 16581998 | 2 years ago | | | 0 | 0.0016416985 | |
| 16000629 | 2 years ago | | | 0.003 | 0.00085715556 | |
| 15894242 | 2 years ago | | | 0 | 0.00080020895 | |
| 15871955 | 2 years ago | | | 0 | 0.00050642239 |
ABI
ABI objects
Getter at block 21287686
MaxFreePerWallet() view returns (uint256)
6
MaxPerTxn() view returns (uint256)
15
baseURI() view returns (string)
ipfs://QmZQ9JxNqoQqxDkQDoHGxHnoK78UhnJGVHbW9mFWihZibF/
maxSupply() view returns (uint256)
5555
mintEnabled() view returns (bool)
true
name() view returns (string)
MyHeartIsDead
owner() view returns (address)
0x47c325cee66fbdb28f533d3bcd1ac8bed5c202ef
price() view returns (uint256)
3000000000000000
symbol() view returns (string)
MHID
totalSupply() view returns (uint256)
5500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
wlAddress(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
changePrice(uint256 __price)
mint(uint256 quantity) payable
ownerMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMaxFreePerWallet(uint256 amount)
setMaxSupply(uint256 amount)
startMint()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] _address)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()