Twitch Coin
Verified contract
Active on
Ethereum with 464 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
57 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TWITCH | ERC-20 | 429.774468M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19223465 | 9 months ago | | | 0 | 0.00037114159 | |
| 18953945 | a year ago | | | 0 | 0.00070596159 | |
| 18054135 | a year ago | | | 0 | 0.00023896374 | |
| 17915043 | a year ago | | | 0 | 0.00069906523 | |
| 17902025 | a year ago | | | 0 | 0.0011898993 | |
| 17902022 | a year ago | | | 0 | 0.0011157271 | |
| 17902012 | a year ago | | | 0 | 0.0012212454 | |
| 17902009 | a year ago | | | 0 | 0.0011429245 | |
| 17902007 | a year ago | | | 0 | 0.0011995676 | |
| 17902003 | a year ago | | | 0 | 0.0012105983 |
ABI
ABI objects
Getter at block 21248874
_burnFee() view returns (uint8)
0
_buybackFee() view returns (uint8)
0
_extraSellFee() view returns (uint8)
0
_liquidityFee() view returns (uint8)
0
_maxTxAmount() view returns (uint256)
1000000000000000000000000000000
_maxWalletAmount() view returns (uint256)
15000000000000000000000000000
_name() view returns (string)
Twitch Coin
_rewardFee() view returns (uint8)
0
_symbol() view returns (string)
TWITCH
_tDividendTotal() view returns (uint256)
0
_tTotal() view returns (uint256)
1000000000000000000000000000000
_taxFee() view returns (uint8)
1
_walletCharityFee() view returns (uint8)
10
_walletDevFee() view returns (uint8)
10
_walletFee() view returns (uint8)
10
burnAutomaticGeneratedLiquidity() view returns (bool)
false
buyBackUpperLimit() view returns (uint256)
1000000000000000000
canBurn() view returns (bool)
false
canMint() view returns (bool)
false
canPause() view returns (bool)
false
claimWait() view returns (uint256)
3600
decimals() view returns (uint8)
18
feeWallet() view returns (address)
0x102f9f8759432549a1c78afa4dd4b77757b0bc26
feeWalletCharity() view returns (address)
0x102f9f8759432549a1c78afa4dd4b77757b0bc26
feeWalletDev() view returns (address)
0x102f9f8759432549a1c78afa4dd4b77757b0bc26
gasForProcessing() view returns (uint256)
300000
hasBlacklist() view returns (bool)
true
isPaused() view returns (bool)
false
lastProcessedIndex() view returns (uint256)
0
maxBurnFee() view returns (uint8)
10
maxBuybackFee() view returns (uint8)
10
maxExtraSellFee() view returns (uint8)
10
maxLiqFee() view returns (uint8)
10
maxTaxFee() view returns (uint8)
10
maxWalletFee() view returns (uint8)
10
minMxTxPercentage() view returns (uint8)
1
minMxWalletPercentage() view returns (uint8)
1
minimumTokenBalanceForDividends() view returns (uint256)
1000000000000000000000000000000000000
name() view returns (string)
Twitch Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
pcsV2Pair() view returns (address)
0xb2a37770cf64ccc2b62c9f8614e7b80d3678bbc5
pcsV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
rewardToken() view returns (address)
0x0000000000000000000000000000000000000000
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapAmount() view returns (uint256)
100000000000000000000000000
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
TWITCH
totalDividendsDistributed() view returns (uint256)
0
totalFees() view returns (uint256)
59315182703874546033841167817
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
_isBlacklisted(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedFromDividends(address) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
lastClaimTimes(address) view returns (uint256)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistAddress(address account, bool value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account, bool isExcluded)
excludeFromMaxWallet(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverBEP20(address tokenAddress, uint256 tokenAmount)
recoverFunds()
renounceOwnership()
setAllFeePercent(uint8 taxFee, uint8 liquidityFee, uint8 burnFee, uint8 marketingFee, uint8 charityFee, uint8 devFee, uint8 extraSellFee)
setCharityFeeToken(address feeToken)
setDevFeeToken(address feeToken)
setDevWallet(address _newWallet)
setFeeWallet(address newFeeWallet)
setFeeWalletCharity(address newFeeWallet)
setMarketingFeeToken(address feeToken)
setMaxWalletPercent(uint256 maxWalletPercent)
setSwapAmount(uint256 amount)
setSwapAndLiquifyEnabled(bool _enabled)
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)
Claim(address indexed account, uint256 amount, bool indexed automatic)
ClaimWaitUpdated(uint256 indexed newValue, uint256 indexed oldValue)
DividendWithdrawn(address indexed to, uint256 weiAmount)
DividendsDistributed(uint256 weiAmount)
ExcludeFromDividends(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessedDividendTracker(uint256 iterations, uint256 claims, uint256 lastProcessedIndex, bool indexed automatic, uint256 gas, address indexed processor)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tokenName, string tokenSymbol, uint8 decimal, uint256 amountOfTokenWei, uint16 setMxTxPer, uint16 setMxWalletPer, struct ProTokenFeeWallet wallet, address _rewardToken, uint256 _minimumTokenBalanceForDividends, struct ProTokenFee fee, address[] _addrs)
receive()
This contract contains no error objects.