2023 RABBITS

Verified contract

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

No balances found for "2023 RABBITS"

0x08bc5b400570a7ecee1f4d9fd492b8871c91d3192ca1d925314f38213d7c7161
0x7f880fbfb388faf35cfd0fb5b9118877720b3891539c76763c0fe7dbe3d873c8
0xdd7057d9e0bf11354824bf8ce2e0aa8fe65887ef4c33ead01127d05e8663eece
0x7d4c47c8c9f3a2193acdbc259ad4a868e728991828b705ef4ef522011d829b71
0xbed8ba409da7499c916aa1dbf52d31c9cbb0a374081b724e135b31c931323651
0x60ab1c44151c8762d701d81e5c477f52c8a2ed0b4a143565868e2669c114e1ac
0x38d86091aaa1333dee66d3f35cb624d4af20cd06226eabb3037f4f3e06720c0d
0xb60e96a95d9a4ab919a84b53ef55c7131093a2b83793b5363d8487adadbfc649
0x5d95daadf3275d90c059095d0f6f2d1d4c299b3ce12bbd1e375fb516b7812d1a
0x550e64a78afaba94d0248dc549ffbd2b54ab081355ec024914a4ad711da73ea5

Functions
Getter at block 20980570
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_maxSupply(view returns (uint256)
2023
costOfNFT(view returns (uint256)
1500000000000000
maxMintAmountPerTx(view returns (uint256)
10
maxMintAmountPerWallet(view returns (uint256)
10
name(view returns (string)
2023 RABBITS
numberOfFreeNFTs(view returns (uint256)
1
owner(view returns (address)
0xf07bfc3c459d1e2f6a4fcd2c433ee1d7cf21dd59
symbol(view returns (string)
RABBIT
totalSupply(view returns (uint256)
2023
Read-only
balanceOf(address ownerview returns (uint256)
checkCost(uint256 _mintAmountview 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[] accountsuint256 amount
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCostPrice(uint256 _cost
setExtensionURL(string uri
setMaxMintAmountPerTx(uint256 perTx
setMaxMintAmountPerWallet(uint256 perWallet
setSupply(uint256 supply
setbaseURL(string uri
setnumberOfFreeNFTs(uint256 perWallet
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(string _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
ContractPaused(
InsufficientFund(
InvalidMintAmount(
MaxMintWalletExceeded(
MaxSupply(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoSmartContract(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TokenNotExisting(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(