Travel Club Crypto
Verified contract
Active on
Ethereum with 527 txns
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 "Travel Club Crypto"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21002229 | 22 days ago | | | 0 | 0.00040447517 | |
| 20817590 | 2 months ago | | | 0 | 0.00059630269 | |
| 20812336 | 2 months ago | | | 0 | 0.0013265091 | |
| 20808483 | 2 months ago | | | 0 | 0.00051388777 | |
| 20800910 | 2 months ago | | | 0 | 0.00032563288 | |
| 20800886 | 2 months ago | | | 0 | 0.00061069587 | |
| 20772047 | 2 months ago | | | 0 | 0.00094617095 | |
| 19868320 | 6 months ago | | | 0 | 0.00039439982 | |
| 19632828 | 7 months ago | | | 0 | 0.0012950876 | |
| 19449671 | 8 months ago | | | 0 | 0.0016260103 |
ABI
ABI objects
Getter at block 21158119
buyTax() view returns (uint8)
5
deadWallet() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
devRatio() view returns (uint8)
3
devWallet() view returns (address)
0xb5e8aaa4389ee162612887522cb38f695f6bb92f
lpRatio() view returns (uint8)
3
marketingRatio() view returns (uint8)
9
marketingWallet() view returns (address)
0xee34626fe0373934c242c183a272def5bb148ae8
maxWalletAmount() view returns (uint256)
2000000000000000000000000
name() pure returns (string)
Travel Club Crypto
owner() view returns (address)
0x913a441ca2031e701fa1a2750bf2509b57c1369a
sellTax() view returns (uint8)
10
symbol() pure returns (string)
$TCC
totalSupply() pure returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0x1ad2990d1042d5841f4b7ae5cd531e3bfb84b65b
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addWhitelist(address newAddress)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account)
excludeFromMaxWalletLimit(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
renounceOwnership()
setFees(uint8 newBuyTax, uint8 newSellTax)
setRatios(uint8 newLpRatio, uint8 newMarketingRatio, uint8 newDevRatio)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.