Laundry Ticket
Verified contract
Active on
Ethereum with 366 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 "Laundry Ticket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18976362 | 10 months ago | | | 0 | 0.0013256348 | |
| 17129614 | 2 years ago | | | 0 | 0.0031663283 | |
| 17119384 | 2 years ago | | | 0 | 0.0039188740 | |
| 17106539 | 2 years ago | | | 0 | 0.0029536149 | |
| 17101682 | 2 years ago | | | 0 | 0.0031987996 | |
| 17100963 | 2 years ago | | | 0 | 0.0031377481 | |
| 17095978 | 2 years ago | | | 0 | 0.0035669184 | |
| 17094197 | 2 years ago | | | 0 | 0.0037491424 | |
| 17063208 | 2 years ago | | | 0 | 0.0024617459 | |
| 17063071 | 2 years ago | | | 0 | 0.0026379150 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
ticketTypes(uint256) view returns (bool)
uri(uint256 typeId) view returns (string)
State-modifying
Events burnTickets(uint256 typeId, address minter, uint256 amount)
enableMint(uint256 _newMaxTickets, uint256 _newMaxGoldTickets, uint256 _endTime, uint256 _mintWindow)
mint(uint256 amount, address to, bytes32[] merkleProof)
mintBatch(uint256[] ids, uint256[] amounts)
mintGold(uint256 amount, address to, bytes32[] merkleProof)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setDiDContractAddress(address DiDContractAddress)
setEndTime(uint256 _endTime)
setGoldMerkleRoot(bytes32 _goldMerkleRoot)
setMaxPerWallet(uint256 _newMaxPerWallet, uint256 _newMaxGoldPerWallet)
setMaxSupply(uint256 _newMaxTickets, uint256 _newMaxGoldTickets)
setMerkleRoot(bytes32 _merkleRoot)
setMintWindow(uint256 _mintWindow)
toggleBurning()
toggleMinting()
transferOwnership(address newOwner)
updateBaseUri(string _baseURI)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)