Laundry Ticket

Verified contract

Active on Ethereum with 366 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Laundry Ticket"

0x25309a8207c25279472c1fd87c841d114c6c399c43a823a0bdc9eef706dc6c01
0xd2c8f52d48e0e4a7c745ecf774c3533602359d82a35070f8254a3d207a635c11
0xd3c2052e38f4ce9b30ed8a9d0b3133c54f8b50e360d2f4748539fe70c3fa53a1
0xa3d94fc308ed799b6fc84e20372a9de8454626d00c6073a4918460d5622c9e80
0x8db38b5d8e349ae709a212067f8d0998e62c440d860406489b2b1c58e7ff3ae8
From
0x0779160a424fb73dd602b4fe911f6898b26dd510f2772688dac20ba14277104f
0x7d764120572c61e9ec30818b96dd5571a30592552f0e65ad6bed72f8f110eb03
0xfefd66a9ddcbc9aca5a238b80cc8e7a13e0af96ee8a37a320ac97dfca0f6d689
0xec558472dee4e5df1c19fd1cc5e83691e24007b91ba113b90987613893ea3f78
0x5e3e44303f2ab51611973dc965c9fde4525ac29b10391ca9147e604ecac51176

Functions
Getter at block 21088309
DiDContract(view returns (address)
0x0000000000000000000000000000000000000000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
https://www.degensindisguise.com/
burnEnabled(view returns (bool)
false
endTime(view returns (uint256)
1684663212
goldMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
goldTickets(view returns (uint256)
0
maxGoldPerWallet(view returns (uint256)
1
maxGoldTickets(view returns (uint256)
0
maxPerWallet(view returns (uint256)
1
maxTickets(view returns (uint256)
1000
merkleRoot(view returns (bytes32)
0x1f84b8755cb74d0a208e1af2e36a2ac8829dab8040b990ec5deeaef4659096db
mintEnabled(view returns (bool)
true
mintWindow(view returns (uint256)
0
name(view returns (string)
Laundry Ticket
owner(view returns (address)
0x29cd428bae6276d92d516daa60af4ebcae48b76a
symbol(view returns (string)
LT
tickets(view returns (uint256)
268
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
ticketTypes(uint256view returns (bool)
uri(uint256 typeIdview returns (string)
State-modifying
burnTickets(uint256 typeIdaddress minteruint256 amount
enableMint(uint256 _newMaxTicketsuint256 _newMaxGoldTicketsuint256 _endTimeuint256 _mintWindow
mint(uint256 amountaddress tobytes32[] merkleProof
mintBatch(uint256[] idsuint256[] amounts
mintGold(uint256 amountaddress tobytes32[] merkleProof
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setDiDContractAddress(address DiDContractAddress
setEndTime(uint256 _endTime
setGoldMerkleRoot(bytes32 _goldMerkleRoot
setMaxPerWallet(uint256 _newMaxPerWalletuint256 _newMaxGoldPerWallet
setMaxSupply(uint256 _newMaxTicketsuint256 _newMaxGoldTickets
setMerkleRoot(bytes32 _merkleRoot
setMintWindow(uint256 _mintWindow
toggleBurning(
toggleMinting(
transferOwnership(address newOwner
updateBaseUri(string _baseURI
withdraw(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator