WhiteRabbitSteak

Verified contract

Active on Ethereum with 1,197 txns
Deployed by via 0x813df871 at 14934683
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "WhiteRabbitSteak"

0x737668690f49ba137c258c2b5b9407a85bb92ee464fb0965eb54a6e31232801d
0x6398077f2c3bcb4b1704b7b37a5e6f017477154d13a493a9c6b22b6c62ff400b
0xc9cea0fd4120cbb3a7b98c8540eec1bfe4b004e01279b884316d67892f7712e2
0x358c8bb5cbb151eb5004a4d0502e20b5e0ef8890571ed92774530fb98fcb3b87
0xdd7882f78c1fa012769e4f1c207a9235be95b24cf1fdfcf69e8d766f9a39a8d4
0x498398f45bda8b1672c5d8a7e931430ac77f767558669f9dbe083356f460fd35
0x70c16ff9ee1037790595f5a725bd2a5ea0b41a389233c89d491df74af32fc48e
0x929654cc9967033c80ea4a6fae616bcbdd55483bd41b613d9e39b71062599706
0x88f10e55bc670060630f3c0378abe2be5a0e73f89bbb4a1a220be9ba0b1177b6
0x509668ab363d5fb9004d8c89e0bb7858de8498d754eecf6ff130a874534f280e

Functions
Getter at block 21314103
BATCH_SIZE(view returns (uint256)
6
maxSupply(view returns (uint256)
6000
name(view returns (string)
WhiteRabbitSteak
owner(view returns (address)
0xc7f669be91e2a7dbea99eb2b85470397a03a5e87
symbol(view returns (string)
WRSTK
totalSupply(view returns (uint256)
1690
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
airdrop(address[] receiversuint256[] quantitiesuint256 batchId
approve(address touint256 tokenId
devMint(address touint256 quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setNameAndSymbol(string _newNamestring _newSymbol
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(uint256 maxSupply_
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(