Clout Coin
Verified contract
Active on
Ethereum with 881 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($7.40)
Native
Value
$7.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001888 | $3,921.33 |
$7.4 | |
CLOUT | ERC-20 | 160.058631M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20814867 | 3 months ago | | | 0 | 0.0010452930 | |
| 20663502 | 3 months ago | | | 0 | 0.00045039547 | |
| 20585758 | 4 months ago | | | 0 | 0.000057164484 | |
| 20585750 | 4 months ago | | | 0 | 0.000054341440 | |
| 20500583 | 4 months ago | | | 0 | 0.000086552205 | |
| 20263564 | 5 months ago | | | 0 | 0.00048668440 | |
| 20247754 | 5 months ago | | | 0 | 0.000065927261 | |
| 20247732 | 5 months ago | | | 0 | 0.000069279854 | |
| 20247709 | 5 months ago | | | 0 | 0.000060452925 | |
| 20247707 | 5 months ago | | | 0 | 0.000061034482 |
ABI
ABI objects
Getter at block 21398843
MAX_FEE() view returns (uint256)
2500
VERSION() view returns (uint256)
2
_charityAddress() view returns (address)
0x1871feb14eb9694fd8c70800e591e91e2cd7f2ab
_charityFee() view returns (uint256)
175
_liquidityFee() view returns (uint256)
15
_taxFee() view returns (uint256)
10
decimals() view returns (uint8)
9
name() view returns (string)
Clout Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
CLOUT
totalFees() view returns (uint256)
9855561001190728443
totalSupply() view returns (uint256)
1000000000000000000000
uniswapV2Pair() view returns (address)
0x2ad58f1e0d986738d7714c4a42007c4b5f1b659a
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setCharityFeePercent(uint256 charityFeeBps)
setLiquidityFeePercent(uint256 liquidityFeeBps)
setSwapBackSettings(uint256 _amount)
setTaxFeePercent(uint256 taxFeeBps)
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)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyAmountUpdated(uint256 amount)
TokenCreated(address indexed owner, address indexed token, uint8 tokenType, uint256 version)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 totalSupply_, address router_, address charityAddress_, uint16 taxFeeBps_, uint16 liquidityFeeBps_, uint16 charityFeeBps_, address serviceFeeReceiver_, uint256 serviceFee_)
receive()
This contract contains no error objects.