Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.00407 | $3,318.96 |
$13.51 | |
GRG | ERC-20 | 0.1 | $1.13 |
$0.11 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.11 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.000843 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000933 |
$0 | |
SNICK | ERC-20 | 2.4M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22493460 | 5 days ago | | | 0 | 0.000000053102100514 | |
| 22425022 | 7 days ago | | | 0 | 0.000000056241080514 | |
| 21178719 | a month ago | | | 0 | 0.000000056241080514 | |
| 20890258 | a month ago | | | 0 | 0.000000052432049014 | |
| 20890235 | a month ago | | | 0 | 0.000000046952066022 | |
| 20890214 | a month ago | | | 0 | 0.000000047486223834 | |
| 20890197 | a month ago | | | 0 | 0.000000048036921656 | |
| 20890181 | a month ago | | | 0 | 0.000000048604666554 | |
| 20890159 | a month ago | | | 0 | 0.000000049793374134 | |
| 20889467 | a month ago | | | 0 | 0.000000049670036366 |
ABI
ABI objects
Getter at block 22724035
COST() view returns (uint256)
777000000000000
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
4200
name() view returns (string)
Baceteria
owner() view returns (address)
0x4ffa6f41aa477a5a6e2c144f0a0888d93f865f1c
symbol() view returns (string)
Baceteria
teamMintUsed() view returns (bool)
true
totalSupply() view returns (uint256)
4200
Read-only
balanceOf(address owner) view returns (uint256)
generateRandomNumber(uint256 tokenId, uint256 mod) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhale(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whale(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setData(string _base)
teamMint()
transferFrom(address from, address to, uint256 tokenId)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()