tao.bot
Verified contract
Active on
Ethereum with 4,125 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,898.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.5K | $1.001 |
$1,501.5 | |
TAOBOT | ERC-20 | 6.242709K | $0.06263 |
$390.98 | |
OPSEC | ERC-20 | 393.282204 | $0.016444 |
$6.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208072 | 2 hours ago | | | 0 | 0.00058892533 | |
| 21207004 | 6 hours ago | | | 0 | 0.00047537267 | |
| 21206636 | 7 hours ago | | | 0 | 0.00051001704 | |
| 21205905 | 10 hours ago | | | 0 | 0.00039088070 | |
| 21205750 | 10 hours ago | | | 0 | 0.00042958652 | |
| 21204392 | 15 hours ago | | | 0 | 0.00080339220 | |
| 21203080 | 19 hours ago | | | 0 | 0.00046351603 | |
| 21201845 | a day ago | | | 0 | 0.0015573075 | |
| 21201664 | a day ago | | | 0 | 0.00066993386 | |
| 21201328 | a day ago | | | 0 | 0.00082108958 |
ABI
ABI objects
Getter at block 21208762
burnFeePercentage() view returns (uint16)
0
decimals() view returns (uint8)
18
feePercentageBuy() view returns (uint16)
500
feePercentageSell() view returns (uint16)
500
feeReceiver() view returns (address)
0xa2e429584d54c874901af16ff2cc97381742b1a4
maxTokenAmountPerTransaction() view returns (uint256)
0
maxTokenAmountPerWallet() view returns (uint256)
1000000000000000000000000
name() view returns (string)
tao.bot
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x8fe9203c12e797cac7e901d63cacc022b68b50c3
pairContract() view returns (address)
0x8fe9203c12e797cac7e901d63cacc022b68b50c3
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapTreshold() view returns (uint256)
500000000000000000
symbol() view returns (string)
TAOBOT
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Router02() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateTokenAmountInETH(uint256 amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeFeeReceiver(address _feeReceiver)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
manualSwap()
removeLimits()
removeTaxes()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateThreshold(uint256 _swapTreshold)
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()
receive()
This contract contains no error objects.