Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
THEATRON | ERC-20 | 428.396332 | -- | -- | |
HOPE | ERC-20 | 142.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21631264 | 2 months ago | | | 0 | 0.0000012585459 | |
| 21631220 | 2 months ago | | | 0 | 0.0000012595759 | |
| 21631204 | 2 months ago | | | 0 | 0.0000012595759 | |
| 21631182 | 2 months ago | | | 0 | 0.0000012588996 | |
| 21631164 | 2 months ago | | | 0 | 0.0000012595759 | |
| 21631144 | 2 months ago | | | 0 | 0.0000012595759 | |
| 21598442 | 2 months ago | | | 0 | 3.9951560e-7 | |
| 21598401 | 2 months ago | | | 0 | 0.000000404321505675 | |
| 21279287 | 2 months ago | | | 0 | 0.0000021426304 | |
| 21243815 | 2 months ago | | | 0 | 4.4373120e-7 |
ABI
ABI objects
Getter at block 23831857
FEE_DIVISOR() view returns (uint256)
1000
buyFee() view returns (uint256 marketing, uint256 autoLP)
(marketing=40, autoLP=0)
decimals() view returns (uint8)
18
lpReceiverWallet() view returns (address)
0x000000000000000000000000000000000000dead
marketingWallet() view returns (address)
0x0088da35343f90fea1922c97911bee72eaf96f93
name() view returns (string)
THEATRON
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256 marketing, uint256 autoLP)
(marketing=40, autoLP=0)
swapThreshold() view returns (uint256)
100000000000000000000000
symbol() view returns (string)
THEATRON
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapPair() view returns (address)
0x490e2c0c3174e6539def2b71218393a17e84c072
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isMarketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
claimStuckedERC20(address token, uint256 amount)
claimStuckedEth(address wallet)
excludeFromFees(address user, bool value)
renounceOwnership()
setFeeWallets(address _market, address _lp)
setMarketPairAddress(address pair, bool value)
setSwapThreshold(uint256 newThreshold)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyFeesUpdated(uint256 indexed marketing, uint256 indexed lp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeesUpdated(uint256 indexed marketing, uint256 indexed lp)
Transfer(address indexed from, address indexed to, uint256 value)
WalletsUpdated(address indexed marketing, address indexed lp)
constructor()
receive()
CannotClaimNativeToken()
CannotModifyMainPair()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
EthClaimFailed()
MaxWalletLimitExceeds()
OnlyMarketingWallet()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UpdateBoolValue()
ZeroAddress()