D3LUSION
Verified contract
Active on
Ethereum with 11,325 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 "D3LUSION"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152639 | 5 days ago | | | 0 | 0.00053969827 | |
| 20619362 | 3 months ago | | | 0 | 0.000064429123 | |
| 20618784 | 3 months ago | | | 0 | 0.000037944001 | |
| 20618769 | 3 months ago | | | 0 | 0.000038087680 | |
| 20618731 | 3 months ago | | | 0 | 0.000045173760 | |
| 20618724 | 3 months ago | | | 0 | 0.000067149853 | |
| 20588403 | 3 months ago | | | 0 | 0.000027153158 | |
| 20345572 | 4 months ago | | | 0 | 0.000063808679 | |
| 20317507 | 4 months ago | | | 0 | 0.00019555554 | |
| 20208162 | 4 months ago | | | 0 | 0.000059013965 |
ABI
ABI objects
Getter at block 21188552
MAX_PER_TXN() view returns (uint256)
3
PRICE() view returns (uint256)
9900000000000000
SUPPLY_MAX() view returns (uint256)
7000
SUPPLY_MAX_WHITELIST() view returns (uint256)
2500
baseURI() view returns (string)
ipfs://QmR93zhBGEQY3hhHD1gE5fXdsyrdEvbKrzfjFjM8Cp7Z6L/
merkleRoot() view returns (bytes32)
0x05b70f3f7ef4cd02c67ae2e022afdad5bfb1ca546563488409c4fbb7f664a13e
name() view returns (string)
D3LUSION
owner() view returns (address)
0xb11130ca0fb194bdf203fdfdec90997e76e8183f
presalePaused() view returns (bool)
false
publicSalePaused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
D3LUSION
teamReserve() view returns (uint256)
0
totalSupply() view returns (uint256)
7000
whitelistMints() view returns (uint256)
855
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address userAddress) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchMintForAddress(address[] addresses, uint256[] quantities)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
pausePresale(bool _state)
pausePublicSale(bool _state)
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)
setMerkleRoot(bytes32 merkleRoot_)
setPrice(uint256 _price)
setPublicMaxSupply(uint256 _supply)
setRevealed()
setSaleStartTime(uint32 startTime_)
setTeamReserves(uint256 _reserve)
setWhitelistMaxSupply(uint256 _supply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractMint()
ExceedsTxnLimit()
ExceedsWalletLimit()
InexistentToken()
InsufficientFunds()
InvalidProof()
InvalidQuantity()
MintERC2309QuantityExceedsLimit()
MintInactive()
MintPaused()
MintToZeroAddress()
MintZeroQuantity()
OutOfSupply()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()