Thousand Generations
Verified contract
Active on
Ethereum with 32 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 "Thousand Generations"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15529052 | 2 years ago | | | 0 | 0.00060354388 | |
| 15529022 | 2 years ago | | | 0 | 0.0013989300 | |
| 15529015 | 2 years ago | | | 0 | 0.00089746764 | |
| 15529004 | 2 years ago | | | 0 | 0.0011194759 | |
| 15529004 | 2 years ago | | | 0 | 0.0011194759 | |
| 15529003 | 2 years ago | | | 0 | 0.00082960193 | |
| 15529003 | 2 years ago | | | 0 | 0.0011657750 | |
| 15529003 | 2 years ago | | | 0 | 0.0013989300 | |
| 15529003 | 2 years ago | | | 0 | 0.0013989300 | |
| 15529003 | 2 years ago | | | 0 | 0.0016922754 |
ABI
ABI objects
Getter at block 21208739
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
buyDevFee() view returns (uint256)
0
buyLiquidityFee() view returns (uint256)
2
buyTotalFees() view returns (uint256)
2
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
devWallet() view returns (address)
0x0b7ac35cc741c6fddf7f8c6ed9f445675c76f878
limitsInEffect() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
1000000000000000000000000000
maxWallet() view returns (uint256)
2000000000000000000000000000
name() view returns (string)
Thousand Generations
owner() view returns (address)
0x0b7ac35cc741c6fddf7f8c6ed9f445675c76f878
sellDevFee() view returns (uint256)
0
sellLiquidityFee() view returns (uint256)
3
sellTotalFees() view returns (uint256)
3
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
50000000000000000000000000
symbol() view returns (string)
CHIYOKO
totalSupply() view returns (uint256)
100000000000000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xe018fcdc41853157a3ce730f85c3f09a512b8255
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
removeLimits() returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _devFee, uint256 _liquidityFee)
updateDevWallet(address newDevWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _devFee, uint256 _liquidityFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
devWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.