Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOM | ERC-20 | 25.495753K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18952068 | 10 months ago | | | 0 | 0.00038059737 | |
| 18396911 | a year ago | | | 0 | 0.00033275915 | |
| 18396868 | a year ago | | | 0 | 0.00028890824 | |
| 18394781 | a year ago | | | 0 | 0.00039258800 | |
| 18377027 | a year ago | | | 0 | 0.00059089997 | |
| 18371712 | a year ago | | | 0 | 0.00042578571 | |
| 18370901 | a year ago | | | 0 | 0.00072512130 | |
| 18369867 | a year ago | | | 0 | 0.00040432881 | |
| 18347947 | a year ago | | | 0 | 0.00025529677 | |
| 18340600 | a year ago | | | 0 | 0.00025744564 |
ABI
ABI objects
Getter at block 21230313
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
delayBlocks() view returns (uint256)
10
discountTaxPercentage() view returns (uint256)
20
finalTaxPercentage() view returns (uint256)
40
getCirculatingSupply() view returns (uint256)
1000000000000000000000000
getLpPrice() view returns (uint256)
3106395
getMarketCap() view returns (uint256)
3106395000000000000
initialTaxPercentage() view returns (uint256)
300
name() view returns (string)
Tom
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xacbd84e57fa2ece87fb9d749d36b3a7679fda414
startBlock() view returns (uint256)
18029528
symbol() view returns (string)
TOM
taxAllocation() view returns (uint256 marketing, uint256 liquidity, uint256 rewards)
(marketing=300, liquidity=200, rewards=500)
taxCollected() view returns (uint256)
25495753370865148566791
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
taxPercentage(bool isBuy) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initLiquidity() payable
initPair()
initTrading(address[] accounts)
renounceOwnership()
renounceRole(bytes32 role, address account)
rescueETH()
rescueTokens(address _token)
revokeRole(bytes32 role, address account)
setIsDiscounted(bool active)
setTaxAllocation(uint256 _marketing, uint256 _liquidity, uint256 _rewards)
setTaxPercentage(uint256 _finalTaxPercentage, uint256 _discountTaxPercentage)
setWallets(address _marketingWallet, address _liquidityWallet, address _rewardsWallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _admin)
receive()
This contract contains no error objects.