CyberRabbitAC
Verified contract
Active on
Ethereum with 4,674 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($254.01)
Native
Value
$254.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.069 | $3,681.34 |
$254.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21056930 | a month ago | | | 0 | 0.00048152346 | |
| 21055105 | a month ago | | | 0 | 0.00037542446 | |
| 21054126 | a month ago | | | 0 | 0.00015159791 | |
| 20982403 | 2 months ago | | | 0 | 0.00038101278 | |
| 20860284 | 2 months ago | | | 0 | 0.00051661148 | |
| 20855930 | 2 months ago | | | 0 | 0.00027110459 | |
| 20843391 | 2 months ago | | | 0 | 0.00094366099 | |
| 20840405 | 2 months ago | | | 0 | 0.00063796833 | |
| 20824892 | 2 months ago | | | 0 | 0.00098806406 | |
| 20777315 | 2 months ago | | | 0 | 0.00019423443 |
ABI
ABI objects
Getter at block 21313170
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_FREE_SUPPLY() view returns (uint256)
5999
MAX_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
5999
PRICE() view returns (uint256)
3000000000000000
baseTokenURI() view returns (string)
ipfs://bafybeiel4gwi57b46h7wwrl6ct5t3xast4inxkweragphjlhmtd2vkgy5m/
mintEnabled() view returns (bool)
true
name() view returns (string)
CyberRabbitAC
owner() view returns (address)
0xda69671102276e610d1cc7ec1e1bb9f48eb5a662
symbol() view returns (string)
CBAC
totalSupply() view returns (uint256)
4761
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
perWalletFreeMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint256 amount)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setLimitFreeMintPerWallet(uint256 _limit)
setMaxFreeAmount(uint256 _amount)
setMaxLimitPerTransaction(uint256 _limit)
setMintEnabled(bool _mintEnabled)
setPrice(uint256 _price)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()