ChainTools
Verified contract
Active on
Ethereum with 115 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CTOOLS | ERC-20 | 1.48384M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18661204 | a year ago | | | 0 | 0.00095130976 | |
| 18251120 | a year ago | | | 0 | 0.00017765375 | |
| 18241747 | a year ago | | | 0 | 0.00031120456 | |
| 18236957 | a year ago | | | 0 | 0.00054913456 | |
| 18236852 | a year ago | | | 0 | 0.00042945399 | |
| 18236817 | a year ago | | | 0 | 0.00055837883 | |
| 18236800 | a year ago | | | 0 | 0.00042720754 | |
| 18236795 | a year ago | | | 0 | 0.00047741660 | |
| 18236788 | a year ago | | | 0 | 0.00066336741 | |
| 18236778 | a year ago | | | 0 | 0.00056170789 |
ABI
ABI objects
Getter at block 21222700
UNISWAP_FACTORY() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
UNISWAP_ROUTER() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
UNISWAP_V2_PAIR() view returns (address)
0x0b1e791f9d42769b14e6cb9951dfe6a048479d2d
buyTotalTax() view returns (uint256)
1
decimals() view returns (uint8)
18
fetchFees() view returns (bool)
false
hasLimits() view returns (bool)
false
launchBlock() view returns (uint256)
18236550
marketingAddress() view returns (address)
0xc2c1a0eb7a22e6d107f8f459127a50fbdace46b7
maxBuySize() view returns (uint256)
1500000000000000000000000
maxSellSize() view returns (uint256)
1500000000000000000000000
maxWallet() view returns (uint256)
3000000000000000000000000
name() view returns (string)
ChainTools
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTotalTax() view returns (uint256)
1
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
650000000000000000000000
symbol() view returns (string)
CTOOLS
tokensToSwap() view returns (uint256)
7276121468542437112537846
totalSupply() view returns (uint256)
100000000000000000000000000
tradingActive() view returns (bool)
true
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
whitelisted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
exemptFromFee(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
permits(address spender, uint256 amount) returns (bool)
removeLimits()
renounceOwnership()
rescueERC20(address to, uint256 amount)
setNewFees(uint256 newBuyFees, uint256 newSellFees)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 newNum)
updateMaxSellAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSwapTokensAtAmount(uint256 newAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
MaxTransactionExclusion(address _address, bool excluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedChangeThisWallet(address indexed newWallet)
UpdatedMaxBuyAmount(uint256 newAmount)
UpdatedMaxSellAmount(uint256 newAmount)
UpdatedMaxWalletAmount(uint256 newAmount)
constructor()
receive()
This contract contains no error objects.