doodlebirdswtf

Verified contract

Active on Ethereum with 680 txns
Deployed by via 0x7fd64589 at 15064843
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $4.79
0x72f9e8c2ee7b4c1f9698968657d74ac4078c968540a5f96e9b37f98e93a78e7e
0x44b01686e5c2146db032674338d09f40551d55d67be6f3a827b0a93c73848424
0x20ba6a3a90953fa08d650e80fc557f1a184b0b00eb8c502618655d8becf85466
0xf26d18e248509e2a1ec1df7c8f4595f5cb729227252a37fe8a451dd1e3755b43
0x00b7489644d3ae23a3e060cb924216cdcb11b758080aa2db62de7f4c73d07295
0x546f9a576dc04b1513919238c4ce143a3795c73fd48e2ada689f2c08d2484f5d
0xd4905812b0e513e92c27b828748aac0eba527879665acd3bd43db7bcc9da7078
0xe9a91ba74aa3b3ed7cb0b2d87d19c76798a864b91747fd1c8993612c5c66eb20
0x6f1fe03a2905ebfb4dec28550826cd18063d1d826c737ed3986b22a0385b06b7
0x810bc6244c0fa5d3026adc89a575dc96dcfd864c7ec579f8afdc73f1387f0c2d

Functions
Getter at block 20936644
_price(view returns (uint256)
0
activated(view returns (bool)
true
baseURI(view returns (string)
maxPerTx(view returns (uint256)
7000
maxPerWallet(view returns (uint256)
7000
maxSupply(view returns (uint256)
10000
name(view returns (string)
doodlebirdswtf
owner(view returns (address)
0x998976b849e5fb07a2098f8009cb70378d82829f
symbol(view returns (string)
DOOBIRD
totalSupply(view returns (uint256)
10000
unrevealedTokenURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmZD9fFPPdDJxEmNemK2qeC8ZMw2JtLnswC76MH8RS6YbA
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setIsActive(bool _isActive
setMaxPerTx(uint256 _maxPerTx
setMaxPerWallet(uint256 _maxPerWallet
setMaxSupply(uint256 _maxSupply
setTokenURI(string newURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(