ChineseStreetBets
Verified contract
Active on
Ethereum with 77 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "ChineseStreetBets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17424616 | a year ago | | | 0 | 0.00084921298 | |
| 17387246 | a year ago | | | 0 | 0.0013871825 | |
| 17387233 | a year ago | | | 0 | 0.0014999877 | |
| 17387184 | a year ago | | | 0 | 0.0023355710 | |
| 17387149 | a year ago | | | 0 | 0.00090193060 | |
| 17387130 | a year ago | | | 0 | 0.0010535435 | |
| 17387119 | a year ago | | | 0 | 0.0018155174 | |
| 17387101 | a year ago | | | 0 | 0.0012152311 | |
| 17387091 | a year ago | | | 0 | 0.0024082988 | |
| 17386962 | a year ago | | | 0 | 0.0017372644 |
ABI
ABI objects
Getter at block 21218828
_fees() view returns (uint256 buyTotalFees, uint256 buyMarketingFee, uint256 buyDevFee, uint256 buyLiquidityFee, uint256 sellTotalFees, uint256 sellMarketingFee, uint256 sellDevFee, uint256 sellLiquidityFee)
(buyTotalFees=0, buyMarketingFee=0, buyDevFee=0, buyLiquidityFee=0, sellTotalFees=1000, sellMarketingFee=0, sellDevFee=1000, sellLiquidityFee=0)
decimals() view returns (uint8)
18
isSwapping() view returns (bool)
false
name() view returns (string)
ChineseStreetBets
owner() view returns (address)
0x162e1e943efea56324b39995492a6f40e31d5fff
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() view returns (string)
CSB
tokensForDev() view returns (uint256)
0
tokensForLiquidity() view returns (uint256)
0
tokensForMarketing() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0xc3a1e8db7d07c2ab1fb8a6eac668e5b2ec5dde0f
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
_isExcludedMaxWalletAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
marketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
swapTrading()
toggleSwapEnabled(bool enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 _marketingFeeBuy, uint256 _liquidityFeeBuy, uint256 _devFeeBuy, uint256 _marketingFeeSell, uint256 _liquidityFeeSell, uint256 _devFeeSell)
updateMaxTxnAmount(uint256 newMaxBuy, uint256 newMaxSell)
updateMaxWalletAmount(uint256 newPercentage)
updateThresholdSwapAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.