Chungalunga
Verified contract
Active on
Ethereum with 1,229 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
23 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CL | ERC-20 | 420.362117K | -- | -- | |
PP | ERC-20 | 69 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19565074 | 7 months ago | | | 0 | 0.00043676574 | |
| 19438779 | 8 months ago | | | 0 | 0.00084863467 | |
| 19246517 | 9 months ago | | | 0 | 0.00039413213 | |
| 18686773 | a year ago | | | 0 | 0.0016185051 | |
| 18686768 | a year ago | | | 0 | 0.0053387319 | |
| 18686762 | a year ago | | | 0 | 0.0023096810 | |
| 18686756 | a year ago | | | 0 | 0.0025101247 | |
| 18686673 | a year ago | | | 0 | 0.0029107037 | |
| 18686641 | a year ago | | | 0 | 0.0028886614 | |
| 18686635 | a year ago | | | 0 | 0.0023106580 |
ABI
ABI objects
Getter at block 21170732 getAPSState() view returns (uint256, uint256) getTCSState() view returns (uint256, uint256, uint256) swapThresh() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
apsEnabled() view returns (bool)
false
decimals() view returns (uint8)
18
feeOnlyOnSwap() view returns (bool)
false
liquidityAdded() view returns (bool)
true
marketingWalletAddress() view returns (address)
0x69cec9b2ffdfe02481fbdc372cd885fe83f3f694
name() view returns (string)
Chungalunga
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CL
tPendingLiquidity() view returns (uint256)
84072423374308004427279
tPendingMarketing() view returns (uint256)
336289693497232017709116
tcsEnabled() view returns (bool)
false
totalSupply() view returns (uint256)
10000000000000000000000000000
totalTakenFees() view returns (uint256, uint256)
(1410789795783793068430539473, 352697448945948267107634111)
tradingOpen() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
ammPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
currentFees(bool isBuy) view returns (uint256, uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isBlacklisted(address account) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromMaxTx(address account) view returns (bool)
isWhitelisted(address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addCTRLMember(address account)
approve(address spender, uint256 amount) returns (bool)
bulkBlacklist(address[] addrs, bool add)
bulkWhitelist(address[] addrs, bool add)
changeMarketingWallet(address account)
changeSwapThresh(uint256 thresh)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
defineLiquidityAdded()
feeControl(address account, bool exclude)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
maxTxControl(address account, bool exclude)
provisionPrivate(address[] addrs, uint256 amount)
removeCTRLMember(address account)
renounceAdminRole()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAPS(bool enabled)
setAPSInterval(uint256 interval)
setAPSThreshAmount(uint256 thresh)
setAPSThreshPercent(uint256 thresh)
setAccountShare(bool enabled)
setBlacklist(address account, bool add)
setBlacklistFee(uint256 blacklistFee)
setFees(uint256 liquidityFee, uint256 marketingFee, bool isBuy)
setHelperSaleAddress(address helperRouter, address presaleRouter)
setHolderLimit(uint256 limit)
setLPP(address pair, bool value)
setMaxTxAmount(uint256 maxTxAmount)
setMaxTxPercent(uint256 maxTxPercent)
setPreSale(bool start)
setSwapAndLiquifyEnabled(bool enabled)
setSwapOfFeeTokens(bool enabled)
setTCS(bool enabled)
setWhitelist(address account, bool add)
takeFeeOnlyOnSwap(bool onSwap)
tradeCtrl(bool on)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSwapV2Router(address newAddress)
withdrawFees()
withdrawLocked(address recipient)
wlProcess(uint256 duration)
APSStateUpdate(bool enabled, uint256 thresh, uint256 interval)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistedAddress(address account)
ExcludeFromFees(address indexed account, bool isExcluded)
MarketingSwap(uint256 tokensSwapped, uint256 ethReceived, bool success)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
StateProgress(bool liquidityAdded, bool whitelistStarted, bool tradeOpened)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
TCSStateUpdate(bool enabled, uint256 maxTxLimit, uint256 holderLimit, uint256 interval)
TakeFeeOnlyOnSwap(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateSwapV2Router(address indexed newAddress)
WHStart(uint256 duration)
constructor()
receive()
This contract contains no error objects.