Cash Token
Verified contract
Active on
Ethereum with 404 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CASH | ERC-20 | 17.45801B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19936933 | 6 months ago | | | 0 | 0.00016656641 | |
| 18808548 | a year ago | | | 0 | 0.00084366836 | |
| 18808544 | a year ago | | | 0 | 0.00081558013 | |
| 18683228 | a year ago | | | 0 | 0.00075702216 | |
| 15199014 | 2 years ago | | | 0 | 0.0013320423 | |
| 15072885 | 2 years ago | | | 0 | 0.00058250320 | |
| 14822940 | 2 years ago | | | 0 | 0.0051023142 | |
| 14774629 | 2 years ago | | | 0 | 0.0025734652 | |
| 14705772 | 3 years ago | | | 0 | 0.0018911810 | |
| 14705767 | 3 years ago | | | 0 | 0.0018890818 |
ABI
ABI objects
Getter at block 21186260
_burnFee() view returns (uint256)
5
_buyFees() view returns (uint256)
12
_maxBalAmount() view returns (uint256)
50000000000000000000000000000000
_sellFees() view returns (uint256)
12
_taxEnabled() view returns (bool)
true
_taxFee() view returns (uint256)
5
decimals() view returns (uint8)
18
geUnlockTime() view returns (uint256)
0
marketing() view returns (address)
0xfdfbd07dba238d1b5d216b7937cb85e83019cc0b
name() view returns (string)
Cash Token
numTokensSellToAddToLiquidity() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xf2d229cc832661de2aa56249c5b7991006868522
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
CASH
totalFees() view returns (uint256)
4947129038381401874781185364930
totalSupply() view returns (uint256)
500000000000000000000000000000000
uniswapV2Pair() view returns (address)
0x3bffcd4976766933c420f63b2b78afc200628d0b
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isBlacklisted(address) view returns (bool)
_isExcludedBal(address) view returns (bool)
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 addToBlackList(address[] accounts)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
excludeFromLimit(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInLimit(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
removeFromBlackList(address account)
renounceOwnership()
setBuyFeePercent(uint256 buyFee)
setFeeWallet(address _wallet)
setMaxBalPercent(uint256 maxBalPercent)
setSellFeePercent(uint256 sellFee)
setSwapAmount(uint256 amount)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxEnable(bool _enable)
setTaxFeePercent(uint256 taxFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBuyFeePercent(uint256 buyFee)
SetMaxBalPercent(uint256 maxBalPercent)
SetSellFeePercent(uint256 sellFee)
SetTaxEnable(bool enabled)
SetTaxFeePercent(uint256 taxFee)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
SwapAndLiquifyEnabledUpdated(bool enabled)
TaxEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.