Do You Think Im Crazy by LSD
Verified contract
Active on
Ethereum with 706 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9fb5…0d09
0x5af6…4502
17 additional
variables
Balances ($0.00)
No balances found for "Do You Think Im Crazy by LSD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20555320 | 3 months ago | | | 0 | 0.000063945039 | |
| 19009516 | 10 months ago | | | 0 | 0.0011846569 | |
| 18452901 | a year ago | | | 0 | 0.00057679137 | |
| 18289604 | a year ago | | | 0 | 0.00036325309 | |
| 18034946 | a year ago | | | 0 | 0.0011252884 | |
| 18026214 | a year ago | | | 0 | 0.0010078551 | |
| 17932609 | a year ago | | | 0 | 0.0010410461 | |
| 17776694 | a year ago | | | 0 | 0.00067032680 | |
| 17041689 | 2 years ago | | | 0 | 0.0011277912 | |
| 16951818 | 2 years ago | | | 0 | 0.0011520467 |
ABI
ABI objects
Getter at block 21162978
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://QmNnLsxK96hC2bbvX8X1X6rXkvur7im1mryQUQgc8kFGAh/
contractURI() view returns (string)
ipfs://QmPkfv8K7Cfn44dUwUtqdsiyDMeB5wJRVyaEV2F69ZKKTu
max_per_wallet() view returns (uint256)
5
name() view returns (string)
Do You Think Im Crazy by LSD
nft() view returns (address)
0x9fb5d56adda8b3625a7eccc181d028a211e30d09
nft2() view returns (address)
0x5af696307963dcea7cd56f504c8c609bcd9e4502
notRevealedUri() view returns (string)
owner() view returns (address)
0xc9fbcdf9ee25ddc38cff91449d52a79234f05220
paused() view returns (bool)
true
publicSaleCost() view returns (uint256)
20000000000000000
public_mint_status() view returns (bool)
true
revealed() view returns (bool)
true
specialNFTHoldersCost() view returns (uint256)
0
special_mint_status() view returns (bool)
false
symbol() view returns (string)
LSD
totalSupply() view returns (uint256)
757
total_PS_count() view returns (uint256)
331
total_PS_limit() view returns (uint256)
1000
total_special_count() view returns (uint256)
0
total_special_limit() view returns (uint256)
733
total_wl_count() view returns (uint256)
0
total_wl_limit() view returns (uint256)
0
whitelistCost() view returns (uint256)
0
whitelistSigner() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
wl_mint_status() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
eligibleFreeMints(address) view returns (uint256)
eligibleFreeMintsA(address) view returns (uint256)
eligibleFreeMintsB(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedFree(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
wlMinted(address) view returns (uint256)
State-modifying
Events airdrop(address[] receiver, uint256[] quantity) payable
approve(address operator, uint256 tokenId)
mint(uint256 quantity) 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)
setContractURI(string _contractURI)
setMAX_SUPPLY(uint256 _MAX_SUPPLY)
setMax_per_wallet(uint256 _max_per_wallet)
setNFTContract(address _nftContract)
setNFTContract2(address _nftContract2)
setNotRevealedURI(string _notRevealedURI)
setPublicSaleCost(uint256 _publicSaleCost)
setWhitelistCost(uint256 _whitelistCost)
setWhitelistSigner(bytes32 newWhitelistSigner)
set_total_PS_limit(uint256 _total_PS_limit)
set_total_special_limit(uint256 _total_special_limit)
set_total_wl_limit(uint256 _total_wl_limit)
setspecialNFTHoldersCost(uint256 _specialNFTHoldersCost)
specialMint(uint256 quantity) payable
toggleReveal()
toggle_paused()
toggle_public_mint_status()
toggle_special_mint_status()
toggle_wl_mint_status()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _proof, uint256 quantity) payable
withdraw() payable
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(string _initBaseURI, string _initNotRevealedUri, string _contractURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()