Tao Ceτi
Verified contract
Active on
Ethereum with 6,377 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,413.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MAZZE | ERC-20 | 3.600138M | $0.001784 |
$6,422.07 | |
RAIN | ERC-20 | 786.330877K | $0.00321 |
$2,524.03 | |
USDT | ERC-20 | 863.446817 | $1.00 |
$863.45 | |
CETI | ERC-20 | 417.060231 | $0.728289 |
$303.74 | |
DAI | ERC-20 | 183.820319 | $0.999519 |
$183.73 | |
WHIRL | ERC-20 | 2.749903K | $0.0425 |
$116.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168998 | 2 hours ago | | | 0 | 0.0010751988 | |
| 21168674 | 3 hours ago | | | 0 | 0.0014365130 | |
| 21168670 | 3 hours ago | | | 0 | 0.0022402703 | |
| 21167804 | 6 hours ago | | | 0 | 0.0017799490 | |
| 21167776 | 6 hours ago | | | 0 | 0.0020415702 | |
| 21167260 | 8 hours ago | | | 0 | 0.0018671364 | |
| 21167074 | 8 hours ago | | | 0 | 0.0010248962 | |
| 21167071 | 8 hours ago | | | 0 | 0.0017237901 | |
| 21166762 | 9 hours ago | | | 0 | 0.0020600171 | |
| 21166622 | 10 hours ago | | | 0 | 0.00092177602 |
ABI
ABI objects
Getter at block 21169518
DOMAIN_SEPARATOR() view returns (bytes32)
0xc4ddac35b978197cd21ad71738af357de0dcef5f55753065cd8c917e88ab4f7f
buyAndTransferFee() view returns (uint256)
2
decimals() view returns (uint8)
18
feeReceiver() view returns (address)
0x706ff9a04b6f9539294fd26143b3db53825aef47
maxBuyAmount() view returns (uint256)
0
name() view returns (string)
Tao Ceτi
owner() view returns (address)
0xf2c56fe0217152e4409c4c1423fba766c908c0f6
sellFee() view returns (uint256)
5
symbol() view returns (string)
CETI
totalSupply() view returns (uint256)
21000000000000000000000000
whackAMole() view returns (bool)
false
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
excludeFromFees(address account, bool excluded)
permit(address owner_, address spender_, uint256 value_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_)
renounceOwnership()
setFeeReceiver(address feeReceiver_)
setFees(uint256 _buyAndTransferFee, uint256 _sellFee)
setMaxBuyAmount(uint256 _maxBuyAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner_)
turnOffMaxBuyAmount()
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
DO_LITTLE()
FEE_WILLY_HIGH()
GAMES_OVER()
INVALID_SIGNER()
MAX_BUY_AMOUNT_EXCEEDED()
MAX_WALLET_AMOUNT_EXCEEDED()
NOT_OWNER()
PERMIT_DEADLINE_EXPIRED()