w00ts

Verified contract

Active on Ethereum with 3,839 txns
Deployed by via 0x8b6f6c81 at 15473857
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "w00ts"

0x5826624afe2e52d09a915f3d1655fafca7860ae179d67fb0013c1fc4d55d18be
0x77d823b06275a788e1afae0a952c1fcc71a18de053704e537c627ea7c93cb1e4
0x525b0d2f923a0b6df3eb59b9cfa32944fdd7fe45d5e31c41d7649c67119625fd
0x1dd81d6f347eb10c245a6ebebf476f753b281d0bf6a4b16dc5376b0bcb9de63a
0x8455210fc3523a0e8d168b1ca7716425eca7e1276378bcbb4992633307f47f83
0x81b4970202bd4a577ebe2e489f8a71e5d125b297ff61b548fa71763de55b8181
From
0x692e45d294292900c224bb815885a758c97a772b083613fbcc99472905976c1c
0xa9d4de7fc75922582d0ff231a67faec95ffa74fa5bec04e07d947b3fda5c3f02
0xca3765a8413f999c1e80bb6df78be13ffae1dff1f886e234cfe17a32b449ca7e
0xa75d7a1c8ae175ba159231cdad12113b5978fca961d0002a515dc568143ad454

Functions
Getter at block 20928864
baseURI(view returns (string)
ipfs://QmP2edbrTP1Fq9R5abKe5MmscR4a4Y23SMSkJPpSvywn7r/
maxMint(view returns (uint256)
3
maxReserved(view returns (uint256)
0
maxSupply(view returns (uint256)
3000
mintPrice(view returns (uint256)
0
name(view returns (string)
w00ts
owner(view returns (address)
0x5ae6e368eeda6f30e2e943268a36294fdb0d8765
root(view returns (bytes32)
0x6f2e7de529f860ddace97f6993df2c3f7addada69c50f8f07677a196aa541ff9
symbol(view returns (string)
w00t
totalSupply(view returns (uint256)
3000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
history(addressview returns (uint64 minteduint64 claimed)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValid(bytes32[] proofbytes32 leafview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
claim(bytes32[] _proofuint8 _maxAllocationuint256 _claimAmount
mint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setMint(uint256 _maxMint
setPrice(uint256 _newPrice
setReserved(uint256 maxReserved_
setRoot(bytes32 root_
setSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(