Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18.23)
Native
Value
$18.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0055 | $3,313.86 |
$18.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5894651 | a year ago | | | 0 | 1.9445400e-7 | |
| 5894640 | a year ago | | | 0 | 1.9445400e-7 | |
| 5828576 | a year ago | | | 0 | 0.0000021389940 | |
| 5828546 | a year ago | | | 0 | 0.0000021389940 | |
| 5828513 | a year ago | | | 0 | 0.0000021389940 | |
| 5828479 | a year ago | | | 0 | 0.0000021389940 | |
| 5828373 | a year ago | | | 0 | 0.000000097227000000 | |
| 5828321 | a year ago | | | 0 | 0.0000021389940 | |
| 5828271 | a year ago | | | 0 | 0.0000021389940 | |
| 5828173 | a year ago | | | 0 | 0.0000035001720 |
ABI
ABI objects
Getter at block 22753737
MAX_SUPPLY() view returns (uint256)
5555
MINT_PRICE() view returns (uint256)
500000000000000
OWNER_FREE_MINTS() view returns (uint256)
115
endMint() view returns (uint256)
1727774226
freeMintsAllowed() view returns (uint256)
1
name() view returns (string)
Based Block
owner() view returns (address)
0xb622728b75010df13073fc6d0b2d6a450d98dfcc
ownerMintedCount() view returns (uint256)
50
symbol() view returns (string)
BDB
totalSupply() view returns (uint256)
274
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCount(address) view returns (uint256)
minted(address) view returns (bool)
minter(uint256) view returns (address)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
toString(uint256 value) pure returns (string)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numTokens) payable
ownerMint(uint256 numTokens)
ownerWithdraw()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setEndMint(uint256 newEndMint)
setFreeMintsAllowed(uint256 _freeMintsAllowed)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
withdrawAmount(uint256 amount, address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EndMintTimeChanged(uint256 newEndMint)
MintPriceChanged(uint256 newPrice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrawal(address indexed recipient, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.