BooWho Babies
Verified contract
Active on
Ethereum with 313 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($891.48)
Native
Value
$891.48
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.26332 | $3,385.55 |
$891.48 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20058289 | 5 months ago | | | 0 | 0.00024995328 | |
| 19651287 | 7 months ago | | | 0 | 0.00063836044 | |
| 18162083 | a year ago | | | 0 | 0.00039717771 | |
| 18144990 | a year ago | | | 0 | 0.00043808408 | |
| 17963300 | a year ago | | | 0 | 0.00087512776 | |
| 17859562 | a year ago | | | 0 | 0.00055268403 | |
| 17724446 | a year ago | | | 0 | 0.0016522810 | |
| 17604768 | a year ago | | | 0 | 0.0011150165 | |
| 17575223 | a year ago | | | 0.1111 | 0.0026646639 | |
| 17525363 | a year ago | | | 0 | 0.0010806616 |
ABI
ABI objects
Getter at block 21262749
advisoryAddress() view returns (address)
0x47a3dc6a23b477008e9ae687e65dcf8164ef0f5c
artAddress() view returns (address)
0x53fa194fbceabf02dbc29ed94d37fc9fb5c918fe
baseTokenURI() view returns (string)
https://api.boowho.xyz/item/
creatorAddress() view returns (address)
0x5b9a38f60dc2c6398895e326eed1029b18b93446
devAddress() view returns (address)
0xd3fda2fba1c26b8d168bc5ae6e98197e51679376
maxMintPerTransaction() view returns (uint256)
40
max_elements() view returns (uint256)
6001
name() view returns (string)
BooWho Babies
owner() view returns (address)
0x6ed37f1b77858998485b8df8185caeb0efd17bf9
paused() view returns (bool)
false
price() view returns (uint256)
22220000000000000
saleOpen() view returns (bool)
true
symbol() view returns (string)
BOO
totalSupply() view returns (uint256)
980
treasuryAddress() view returns (address)
0x57679319fc509729c3b2dd2ebd1637c9b8faf9bd
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _count, address _recipient) payable
ownerMint(uint256 _count, address _recipient)
pause(bool val)
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)
setCollectionSize(uint256 elements)
setPrice(uint256 _price)
setSale(bool val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateItem(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.