Hallucination by DMT
Verified contract
Active on
Ethereum with 800 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Hallucination by DMT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787697 | 2 months ago | | | 0 | 0.00019285500 | |
| 20199118 | 5 months ago | | | 0 | 0.00013893708 | |
| 19538449 | 8 months ago | | | 0 | 0.0012937094 | |
| 19080302 | 10 months ago | | | 0 | 0.00057799870 | |
| 18838917 | a year ago | | | 0 | 0.00061992231 | |
| 17532168 | a year ago | | | 0 | 0.00041586468 | |
| 17234866 | 2 years ago | | | 0 | 0.0041233056 | |
| 16972003 | 2 years ago | | | 0 | 0.00093916276 | |
| 16922888 | 2 years ago | | | 0 | 0.0012134828 | |
| 16910634 | 2 years ago | | | 0 | 0.00066352161 |
ABI
ABI objects
Getter at block 21312607
MAX_MINT() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
333
SALE_PRICE() view returns (uint256)
6900000000000000
baseURI() view returns (string)
ipfs://QmSAWN7LN9KwzbHkaxX8wwV4Yosmh8sSLNwD9Rr6i6mAxi/
mintStarted() view returns (bool)
true
name() view returns (string)
Hallucination by DMT
owner() view returns (address)
0x46d46d2e4863b408e0fc01b54dc50e8cd657696f
symbol() view returns (string)
HAL
totalSupply() view returns (uint256)
333
Read-only
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)
tokenURI(uint256 tokenId) view returns (string)
walletMintCount(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
hallucinate(uint256 _quantity) payable
renounceOwnership()
reserveHallucinate(uint256 mintAmount)
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 uri)
setPrice(uint256 _newPrice)
startSale()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()