Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BCATS | ERC-20 | 60.128362M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21303113 | a month ago | | | 0 | 0.000000074106000000 | |
| 12583018 | 8 months ago | | | 0 | 0.0000030578500 | |
| 12564358 | 8 months ago | | | 0 | 0.000022063574 | |
| 12564282 | 8 months ago | | | 0 | 5.1917230e-7 | |
| 12562841 | 8 months ago | | | 0 | 4.7955039e-7 | |
| 12562513 | 8 months ago | | | 0 | 0.0000051800582 | |
| 12561663 | 8 months ago | | | 0 | 4.7648852e-7 | |
| 12561628 | 8 months ago | | | 0 | 0.000094567458 | |
| 12561474 | 8 months ago | | | 0 | 0.0000056433118 | |
| 12561312 | 8 months ago | | | 0 | 0.000017957770 |
ABI
ABI objects
Getter at block 22948544
buyFee() view returns (uint256)
1
creatorWallet() view returns (address)
0xcbdc5c7b907614733c04aa874f194817c8de7970
decimals() view returns (uint8)
9
name() view returns (string)
Based Cats
owner() view returns (address)
0x000000000000000000000000000000000000dead
sellFee() view returns (uint256)
99
symbol() view returns (string)
BCATS
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
removeLimits() payable
renounceOwnership()
setNewFee(uint256 newBuyFee, uint256 newSellFee)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesUpdated(uint256 newBuyFee, uint256 newSellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(address indexed burner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.