2023 RABBITS
Verified contract
Active on
Ethereum with 1,475 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 "2023 RABBITS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18206913 | a year ago | | | 0 | 0.00034894236 | |
| 17382111 | 2 years ago | | | 0 | 0.0014432476 | |
| 16510904 | 2 years ago | | | 0 | 0.00072909466 | |
| 16485339 | 2 years ago | | | 0 | 0.0017716523 | |
| 16443735 | 2 years ago | | | 0 | 0.0013563141 | |
| 16261723 | 2 years ago | | | 0 | 0.00060520037 | |
| 16255049 | 2 years ago | | | 0 | 0.00056476515 | |
| 16252851 | 2 years ago | | | 0 | 0.00054359948 | |
| 16251686 | 2 years ago | | | 0 | 0.00062098315 | |
| 16251179 | 2 years ago | | | 0 | 0.00056442709 |
ABI
ABI objects
Getter at block 21429533
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 owner) view returns (uint256)
checkCost(uint256 _mintAmount) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] accounts, uint256 amount)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCostPrice(uint256 _cost)
setExtensionURL(string uri)
setMaxMintAmountPerTx(uint256 perTx)
setMaxMintAmountPerWallet(uint256 perWallet)
setSupply(uint256 supply)
setbaseURL(string uri)
setnumberOfFreeNFTs(uint256 perWallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractPaused()
InsufficientFund()
InvalidMintAmount()
MaxMintWalletExceeded()
MaxSupply()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSmartContract()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TokenNotExisting()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()