Arise Chikun
Verified contract
Active on
Ethereum with 2,884 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($233.56)
Native
Value
$149.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.047566 | $3,139.01 |
$149.31 | |
CHIKUN | ERC-20 | 143.804084K | $0.00047 |
$67.61 | |
USDT | ERC-20 | 16.608422 | $1.002 |
$16.64 | |
CHIKUNS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212696 | an hour ago | | | 0 | 0.00050668641 | |
| 21212051 | 3 hours ago | | | 0 | 0.00047929928 | |
| 21211414 | 5 hours ago | | | 0 | 0.00052226204 | |
| 21211389 | 5 hours ago | | | 0 | 0.00042238428 | |
| 21210574 | 8 hours ago | | | 0 | 0.00064188385 | |
| 21210377 | 9 hours ago | | | 0 | 0.00047080936 | |
| 21210360 | 9 hours ago | | | 0 | 0.00046648000 | |
| 21210188 | 9 hours ago | | | 0 | 0.00050414332 | |
| 21209763 | 11 hours ago | | | 0 | 0.00065066231 | |
| 21209174 | 13 hours ago | | | 0 | 0.00068309831 |
ABI
ABI objects
Getter at block 21212962
decimals() view returns (uint8)
9
liquidityFeeOnBuy() view returns (uint256)
0
liquidityFeeOnSell() view returns (uint256)
0
marketingFeeOnBuy() view returns (uint256)
0
marketingFeeOnSell() view returns (uint256)
0
marketingWallet() view returns (address)
0x1f9521088c71a04e38c7265baa32c92b620461bf
maxTransactionAmountBuy() view returns (uint256)
10000000000000000
maxTransactionAmountSell() view returns (uint256)
10000000000000000
maxTransactionLimitEnabled() view returns (bool)
false
maxWalletAmount() view returns (uint256)
10000000000000000
maxWalletLimitEnabled() view returns (bool)
false
name() view returns (string)
Arise Chikun
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
200000000000000
symbol() view returns (string)
CHIKUN
totalSupply() view returns (uint256)
1000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xd81833f6b155386230413cb7aa9a0f856ed190a0
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransaction(address account) view returns (bool)
isExcludedFromMaxWalletLimit(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address _marketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool exclude)
excludeFromMaxWallet(address account, bool exclude)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setEnableMaxTransactionLimit(bool enable)
setEnableMaxWalletLimit(bool enable)
setMaxTransactionAmounts(uint256 _maxTransactionAmountBuy, uint256 _maxTransactionAmountSell)
setMaxWalletAmount(uint256 _maxWalletAmount)
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _liquidityFeeOnBuy, uint256 _marketingFeeOnBuy)
updateSellFees(uint256 _liquidityFeeOnSell, uint256 _marketingFeeOnSell)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedFromMaxTransactionLimit(address indexed account, bool isExcluded)
ExcludedFromMaxWalletLimit(address indexed account, bool isExcluded)
MarketingWalletChanged(address marketingWallet)
MaxTransactionLimitAmountChanged(uint256 maxTransactionAmountBuy, uint256 maxTransactionAmountSell)
MaxTransactionLimitStateChanged(bool maxTransactionLimit)
MaxWalletLimitAmountChanged(uint256 maxWalletAmount)
MaxWalletLimitStateChanged(bool maxWalletLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 bnbReceived, uint256 tokensIntoLiqudity)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateBuyFees(uint256 liquidityFeeOnBuy, uint256 marketingFeeOnBuy)
UpdateSellFees(uint256 liquidityFeeOnSell, uint256 marketingFeeOnSell)
constructor()
receive()
This contract contains no error objects.