Teh Great Race
Verified contract
Active on
Ethereum with 30 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 "Teh Great Race"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17396128 | 2 years ago | | | 0 | 0.0013280851 | |
| 17395972 | 2 years ago | | | 0 | 0.0014506461 | |
| 17395947 | 2 years ago | | | 0 | 0.0013049499 | |
| 17395938 | 2 years ago | | | 0 | 0.0013928225 | |
| 17395937 | 2 years ago | | | 0 | 0.0018540451 | |
| 17395927 | 2 years ago | | | 0 | 0.0015899880 | |
| 17395913 | 2 years ago | | | 0 | 0.0016587053 | |
| 17395912 | 2 years ago | | | 0 | 0.0018802074 | |
| 17395904 | 2 years ago | | | 0 | 0.0020429950 | |
| 17395901 | 2 years ago | | | 0 | 0.0018552881 |
ABI
ABI objects
Getter at block 21394995
decimals() pure returns (uint8)
9
name() pure returns (string)
Teh Great Race
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
F12
totalSupply() pure returns (uint256)
1000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xea826d51aa250d0a9d565b43bc6a9d4d39350665
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
delBot(address notbot)
excludeFromFee(address account)
includeInFee(address account)
manualswap()
openTrading()
renounceOwnership()
setBots(address[] bots_)
setBuyFee(uint256 buyProjectFee)
setCooldownEnabled()
setMaxBuyAmount(uint256 maxBuy)
setMaxSellAmount(uint256 maxSell)
setMaxWalletAmount(uint256 maxToken)
setPreventUnsafeSale()
setProjectWallet(address projectWallet)
setSellFee(uint256 sellProjectFee)
setSwapFeeForWethEnabled()
setSwapTokensForWethAmount(uint256 newAmount)
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)
MaxBuyAmountUpdated(uint256 _maxBuyAmount)
MaxSellAmountUpdated(uint256 _maxSellAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _uniswapV2Router, address projectWallet)
receive()
Already_Open()
Amount_Zero()
Exceeds_MaxAmount(string Amount)
In_Cooldown()
Sale_is_not_Safe()
Withdraw_Failed()
Zero_Address(string where)