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 |
---|---|---|---|---|---|
CEO | ERC-20 | 21.73325K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18293577 | a year ago | | | 0 | 0.00035478474 | |
| 18284191 | a year ago | | | 0 | 0.00032546138 | |
| 18280285 | a year ago | | | 0 | 0.00031002158 | |
| 18280278 | a year ago | | | 0 | 0.00041382073 | |
| 18280200 | a year ago | | | 0 | 0.00030973426 | |
| 18280195 | a year ago | | | 0 | 0.00030193219 | |
| 18280181 | a year ago | | | 0 | 0.00032263870 | |
| 18280173 | a year ago | | | 0 | 0.00029514112 | |
| 18255518 | a year ago | | | 0 | 0.00031747079 | |
| 18230933 | a year ago | | | 0 | 0.00029812826 |
ABI
ABI objects
Getter at block 21381513
decimals() view returns (uint8)
18
marketingFeeOnBuy() view returns (uint256)
3
marketingFeeOnSell() view returns (uint256)
3
marketingFeeOnTransfer() view returns (uint256)
0
marketingWallet() view returns (address)
0x2c837311d261783fe6758fa270d75e734669d4ad
name() view returns (string)
CEO
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
200000000000000000000
symbol() view returns (string)
CEO
totalSupply() view returns (uint256)
1000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xd0e40c986edd342c59155e4b6012dd700c06ff38
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)
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
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)
updateFees(uint256 _marketingFeeOnSell, uint256 _marketingFeeOnBuy, uint256 _marketingFeeOnTransfer)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
MarketingWalletChanged(address marketingWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateFees(uint256 marketingFeeOnBuy, uint256 marketingFeeOnSell)
constructor()
receive()
This contract contains no error objects.