Catoshi
Verified contract
Active on
Ethereum with 1,660 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,004.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1K | $1.004 |
$1,004 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19851239 | 6 months ago | | | 0 | 0.00010314828 | |
| 19232204 | 9 months ago | | | 0 | 0.00052494258 | |
| 18245307 | a year ago | | | 0 | 0.00017875889 | |
| 17711237 | a year ago | | | 0 | 0.00042762552 | |
| 17392022 | a year ago | | | 0 | 0.0014245119 | |
| 17303573 | a year ago | | | 0 | 0.00082680627 | |
| 17009389 | 2 years ago | | | 0 | 0.00062195488 | |
| 16996377 | 2 years ago | | | 0 | 0.00051774202 | |
| 16174269 | 2 years ago | | | 0 | 0.00036225383 | |
| 15493893 | 2 years ago | | | 0 | 0.00074598649 |
ABI
ABI objects
Getter at block 21168134
decimals() view returns (uint8)
18
name() view returns (string)
Catoshi
owner() view returns (address)
0x5dce9627ee8b9d31c33acb51a5a3f0a74a551f8f
symbol() view returns (string)
CATS
totalFees() view returns (uint256)
3581370856806073621783830
totalSupply() view returns (uint256)
18612419428795950918810780
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getMinute(uint256 timestamp) pure returns (uint8)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnOf(uint256 tAmount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string cats_name, string cats_symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.