CONFIDENTIAL
Verified contract
Active on
Ethereum with 124 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$CFDL | ERC-20 | 560K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21130275 | 4 days ago | | | 0 | 0.0012665016 | |
| 21064082 | 13 days ago | | | 0 | 0.00045539174 | |
| 21033999 | 18 days ago | | | 0 | 0.00041338663 | |
| 20930616 | a month ago | | | 0 | 0.0014588573 | |
| 20917196 | a month ago | | | 0 | 0.0034959000 | |
| 20845403 | a month ago | | | 0 | 0.00033942034 | |
| 20845346 | a month ago | | | 0 | 0.00033167238 | |
| 20835471 | a month ago | | | 0 | 0.0014680814 | |
| 20809538 | 2 months ago | | | 0 | 0.00028826819 | |
| 20677492 | 2 months ago | | | 0 | 0.00042058065 |
ABI
ABI objects
Getter at block 21159418
FEE_DIVISOR() view returns (uint256)
1000
buyDevFee() view returns (uint256)
10
buyLiqFee() view returns (uint256)
10
buyMktgFee() view returns (uint256)
20
decimals() view returns (uint8)
18
maxBuyAmount() view returns (uint256)
1000000000000000000000000000
maxSellAmount() view returns (uint256)
1000000000000000000000000000
maxWalletAmount() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
CONFIDENTIAL
owner() view returns (address)
0x5d74b1ac320d8647ddf5dfbba32c89265946d502
sellDevFee() view returns (uint256)
10
sellLiqFee() view returns (uint256)
10
sellMktgFee() view returns (uint256)
20
swapEnabled() view returns (bool)
true
symbol() view returns (string)
$CFDL
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingOpen() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address wallet) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bots(address[] accounts, bool bl)
buyFee(uint256 _buyMktgFee, uint256 _buyDevFee, uint256 _buyLiqFee)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFees(address[] accounts, bool exclude)
excludeMaxTx(address[] accounts, bool exclude)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
removeLimits()
renounceOwnership()
rescueETH()
rescueForeignTokens(address tkn)
sellFee(uint256 _sellMktgFee, uint256 _sellDevFee, uint256 _sellLiqFee)
sendFees()
setDevWallet(address devWallet)
setLiqWallet(address liqWallet)
setMaxBuyAmount(uint256 _maxBuyAmount)
setMaxSellAmount(uint256 _maxSellAmount)
setMaxWalletAmount(uint256 _maxWalletAmount)
setMktgWallet(address mktgWallet)
setSwapEnabled(bool onoff)
setSwapTokensAtAmount(uint256 swapTokensAtAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unclog()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
receive()
This contract contains no error objects.