CryptoonNetwork
Verified contract
Active on
Ethereum with 100 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CN | ERC-20 | 2.077573B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13855315 | 3 years ago | | | 0 | 0.0019187283 | |
| 13789640 | 3 years ago | | | 0 | 0.0022369920 | |
| 13728941 | 3 years ago | | | 0 | 0.0081557000 | |
| 13725466 | 3 years ago | | | 0 | 0.0058007331 | |
| 13724720 | 3 years ago | | | 0 | 0.0056398110 | |
| 13724615 | 3 years ago | | | 0 | 0.0059730842 | |
| 13724527 | 3 years ago | | | 0 | 0.0059103454 | |
| 13724286 | 3 years ago | | | 0 | 0.0028423592 | |
| 13724180 | 3 years ago | | | 0 | 0.0052388706 | |
| 13724158 | 3 years ago | | | 0 | 0.0051703509 |
ABI
ABI objects
Getter at block 21329813
_burnFee() view returns (uint256)
0
_burnFeeTotal() view returns (uint256)
0
_feeDecimal() view returns (uint256)
0
_liquidityFee() view returns (uint256)
10
_liquidityFeeTotal() view returns (uint256)
174542253191333354130975158310
_taxFee() view returns (uint256)
0
_taxFeeTotal() view returns (uint256)
0
decimals() view returns (uint256)
18
isFeeActive() view returns (bool)
true
maxWalletAmount() view returns (uint256)
25000000000000000000000000000
minTokensBeforeSwap() view returns (uint256)
10000000000000000000000000
name() view returns (string)
CryptoonNetwork
owner() view returns (address)
0x698175f92f49bc42f97f36cc467aa25b97f86876
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
CN
totalSupply() view returns (uint256)
1000000000000000000000000000000
uniswapV2Pair() view returns (address)
0xc655aa1fff19a1aa597713eb16b11c224c021eff
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tokenAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 reflectionAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBots(address[] accounts, bool value)
setBurnFee(uint256 fee)
setExcludedFromMaxWallet(address account, bool value)
setFeeActive(bool value)
setLiquidityFee(uint256 fee)
setMaxWalletAmount(uint256 amount)
setMinTokensBeforeSwap(uint256 amount)
setPair(address pair)
setSwapAndLiquifyEnabled(bool enabled)
setTaxFee(uint256 fee)
setTaxless(address account, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.