BOGA Cats
Verified contract
Active on
Ethereum with 157 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BOGA Cats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16518289 | 2 years ago | | | 0 | 0.00080356164 | |
| 16501148 | 2 years ago | | | 0 | 0.00075973362 | |
| 16501148 | 2 years ago | | | 0 | 0.00075973362 | |
| 16501140 | 2 years ago | | | 0 | 0.00073655814 | |
| 16501140 | 2 years ago | | | 0 | 0.00073655814 | |
| 16500891 | 2 years ago | | | 0 | 0.0010292865 | |
| 16500812 | 2 years ago | | | 0 | 0.00085015580 | |
| 16500783 | 2 years ago | | | 0 | 0.00097253613 | |
| 16500737 | 2 years ago | | | 0 | 0.00090907516 | |
| 16500734 | 2 years ago | | | 0 | 0.0010213818 |
ABI
ABI objects
Getter at block 21395764
isPublicMintEnabled() view returns (bool)
true
maxSupply() view returns (uint8)
100
name() view returns (string)
BOGA Cats
owner() view returns (address)
0x806d3a3e1d808a6c5f9958e10322c2427ce58184
symbol() view returns (string)
BOGACATS
totalSupply() view returns (uint8)
100
withdrawWallet() view returns (address)
0x806d3a3e1d808a6c5f9958e10322c2427ce58184
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)
walletMints(address) view returns (uint8)
State-modifying
Events approve(address to, uint256 tokenId)
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenUri(string _baseTokenUri)
setIsPublicMintEnabled(bool _isPublicMintEnabled)
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)
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.
This contract contains no error objects.