Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14.96)
Native
Value
$14.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0045 | $3,325.12 |
$14.96 | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22699010 | 5 days ago | | | 0 | 0.0000013477040 | |
| 22128996 | 18 days ago | | | 0 | 1.1009263e-7 | |
| 22007682 | 21 days ago | | | 0 | 3.2916608e-7 | |
| 21880549 | 24 days ago | | | 0 | 3.4417218e-7 | |
| 21849797 | 25 days ago | | | 0 | 4.1000282e-7 | |
| 21848876 | 25 days ago | | | 0 | 3.9006246e-7 | |
| 21847134 | 25 days ago | | | 0 | 0.000000609528704884 | |
| 21800901 | a month ago | | | 0 | 8.6847462e-7 | |
| 21795080 | a month ago | | | 0 | 2.3314997e-7 | |
| 21794319 | a month ago | | | 0 | 2.9715662e-7 |
ABI
ABI objects
Getter at block 22915171
BASE_URI() view returns (string)
https://ipfs.io/ipfs/bafybeidpmklb2whql6a5wp76liw35lfgdhzz5jghidlwqd2hhzwglg4g5i/
costPublic() view returns (uint256)
300000000000000
freePerWallet() view returns (uint256)
2
isPublicMintEnabled() view returns (bool)
true
maxFreeSupply() view returns (uint256)
7777
maxMintPublic() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
name() view returns (string)
BurningBase
owner() view returns (address)
0x99075ecb2ae406636b7049dc5efb6a248a94cc88
symbol() view returns (string)
BBASE
totalSupply() view returns (uint256)
7779
Read-only
balanceOf(address owner) view returns (uint256)
canClaim(address _address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getCost(address _address, uint256 _count) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(uint256 _quantity, address _recipient)
approve(address to, uint256 tokenId) payable
cutSupply(uint256 _maxSupply)
devMint(uint256 _quantity)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setCost(uint256 _newCost)
setFreePerWallet(uint256 _newFreePerWallet)
setMaxBatchSize(uint256 _newBatchSize)
setMaxFreeSupply(uint256 _maxFreeSupply)
setPublicMintEnabled()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()