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 "TaoTrade"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147583 | 4 days ago | | | 0 | 0.00015285869 | |
| 21064454 | 16 days ago | | | 0 | 0.00065675333 | |
| 20998839 | 25 days ago | | | 0 | 0.00025443064 | |
| 20998742 | 25 days ago | | | 0 | 0.00022245766 | |
| 20982292 | a month ago | | | 0 | 0.00023837709 | |
| 20891445 | a month ago | | | 0 | 0.00014741986 | |
| 20873486 | a month ago | | | 0 | 0.00049120884 | |
| 20856749 | a month ago | | | 0 | 0.00072098027 | |
| 20798545 | 2 months ago | | | 0 | 0.00048902175 | |
| 20777929 | 2 months ago | | | 0 | 0.00039719723 |
ABI
ABI objects
Getter at block 21177048
TOTAL_SUPPLY() view returns (uint256)
100000000000000000000000000
buyTax() view returns (uint256)
3
decimals() view returns (uint8)
18
factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
feeReceiver() view returns (address)
0x5cf437a3f5d26b09cfde3ce49a60ebd4ad327cf8
maxSwapAmount() view returns (uint256)
1000000000000000000000000
maxTxAmount() view returns (uint256)
100000000000000000000000000
name() view returns (string)
TaoTrade
operator() view returns (address)
0x5cf437a3f5d26b09cfde3ce49a60ebd4ad327cf8
owner() view returns (address)
0x510ab68cd6e6c3c8244de37bb456ca34495d0e91
pair() view returns (address)
0xdb4296318885327bddf7cff46d08b4be5f5db4d6
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTax() view returns (uint256)
3
symbol() view returns (string)
TTRADE
totalSupply() view returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bots(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
enableTrading()
removeLimit()
renounceOwnership()
setBotBlockThreshold(uint256 _botBlockThreshold)
setFeeReceiver(address _feeReceiver)
setMaxSwapAmount(uint256 _maxSwapAmount)
setOperator(address _operator)
setTaxes(uint256 _buyTax, uint256 _sellTax)
toggleSwap()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawTokens(address token, uint256 amount)
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()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC20InvalidTax()
ERC20MaxTxAmountExceeded(uint256 maxTxAmount)
ERC20NotAuthorized()
ERC20TradingAlreadyEnabled()
ERC20TradingNotEnabled()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)