Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
THEA | ERC-20 | 16.529954K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20958635 | 2 months ago | | | 0 | 0.0014675868 | |
| 20678307 | 3 months ago | | | 0 | 0.00063573411 | |
| 20678261 | 3 months ago | | | 0 | 0.0012514032 | |
| 20677976 | 3 months ago | | | 0 | 0.0010256444 | |
| 20677700 | 3 months ago | | | 0 | 0.00073109593 | |
| 20677698 | 3 months ago | | | 0 | 0.00073112731 | |
| 20677697 | 3 months ago | | | 0 | 0.00069448913 | |
| 20677693 | 3 months ago | | | 0 | 0.00069624160 | |
| 20677692 | 3 months ago | | | 0 | 0.00070147980 | |
| 20677689 | 3 months ago | | | 0 | 0.00074823589 |
ABI
ABI objects
Getter at block 21302571
decimals() view returns (uint8)
9
liquidityFeeonBuy() view returns (uint256)
0
liquidityFeeonSell() view returns (uint256)
0
marketingFeeonBuy() view returns (uint256)
2
marketingFeeonSell() view returns (uint256)
2
marketingWallet() view returns (address)
0xde16385a9888e4463fee9ec20c85b2e60e796221
name() view returns (string)
Theatron
owner() view returns (address)
0x84b1c806ce1bef715c2d1fbd9cae77a72420c03f
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
200000000000000
symbol() view returns (string)
THEA
taxFeeonBuy() view returns (uint256)
1
taxFeeonSell() view returns (uint256)
1
totalReflectionDistributed() view returns (uint256)
28125273898284149
totalSupply() view returns (uint256)
1000000000000000000
uniswapV2Pair() view returns (address)
0xa91f4eee7775126774ac0e1f595e3d6160af569c
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletToWalletTransferWithoutFee() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bots(address) view returns (bool)
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)
blackListAddress(address[] bots_)
changeMarketingWallet(address _marketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
enableWalletToWalletTransferWithoutFee(bool enable)
excludeFromFees(address account, bool excluded)
excludeFromReward(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyFeePercentages(uint256 _taxFeeonBuy, uint256 _liquidityFeeonBuy, uint256 _marketingFeeonBuy)
setSellFeePercentages(uint256 _taxFeeonSell, uint256 _liquidityFeeonSell, uint256 _marketingFeeonSell)
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockBlackList(address notbot)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyFeesChanged(uint256 taxFee, uint256 liquidityFee, uint256 marketingFee)
ExcludeFromFees(address indexed account, bool isExcluded)
MarketingWalletChanged(address marketingWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeesChanged(uint256 taxFee, uint256 liquidityFee, uint256 marketingFee)
SwapAndLiquify(uint256 tokensSwapped, uint256 bnbReceived, uint256 tokensIntoLiqudity)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 bnbSend)
SwapEnabledUpdated(bool enabled)
SwapTokensAtAmountUpdated(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
WalletToWalletTransferWithoutFeeEnabled(bool enabled)
constructor()
receive()
This contract contains no error objects.