Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TIER | ERC-20 | 13.001367M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20386085 | 4 months ago | | | 0 | 0.000090242505 | |
| 16198949 | 2 years ago | | | 0 | 0.0013997861 | |
| 16198917 | 2 years ago | | | 0 | 0.00082072490 | |
| 16198908 | 2 years ago | | | 0 | 0.0011322278 | |
| 16198904 | 2 years ago | | | 0 | 0.0010952985 | |
| 16198887 | 2 years ago | | | 0 | 0.0011311408 | |
| 16198884 | 2 years ago | | | 0 | 0.0012399988 | |
| 16198875 | 2 years ago | | | 0 | 0.0010979336 | |
| 16198873 | 2 years ago | | | 0 | 0.0016536100 | |
| 16198871 | 2 years ago | | | 0 | 0.0011311575 |
ABI
ABI objects
Getter at block 21225447
buyTax() view returns (uint256)
3
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
getCirculatingSupply() view returns (uint256)
1000000000000000000000000000
limitsInEffect() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
10000000000000000000000000
maxWallet() view returns (uint256)
20000000000000000000000000
name() view returns (string)
The Tier
sellTax() view returns (uint256)
6
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
5000000000000000000000000
symbol() view returns (string)
TIER
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x181869863caee0769b78d15f247ffcdfe0de1189
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isOwnable(address account) view returns (bool)
State-modifying
Events addAdmin(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address uAddr, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits() returns (bool)
renounceOwnerShip()
setAutomatedMarketMakerPair(address pair, bool value)
startTrading()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
updateBuyTax(uint256 _buyTax)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellTax(uint256 _sellTax)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 _amount)
AdminAdded(address indexed account)
AdminRemoved(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _tierHierarchy)
receive()
This contract contains no error objects.