Proof Of TAMA
Verified contract
Active on
Ethereum with 596 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
6 additional
variables
Balances ($0.01)
Native
Value
$0.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000003 | $3,358.70 |
$0.01 | |
POT | ERC-20 | 71.979307K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19722587 | 7 months ago | | | 0 | 0.00025742152 | |
| 16268392 | 2 years ago | | | 0 | 0.00027304922 | |
| 16261817 | 2 years ago | | | 0 | 0.00027866360 | |
| 15900207 | 2 years ago | | | 0 | 0.00036844318 | |
| 15872180 | 2 years ago | | | 0 | 0.00050369213 | |
| 15855567 | 2 years ago | | | 0 | 0.00070645031 | |
| 15839868 | 2 years ago | | | 0 | 0.00093257333 | |
| 15829026 | 2 years ago | | | 0 | 0.00030138608 | |
| 15811103 | 2 years ago | | | 0 | 0.0011184767 | |
| 15785613 | 2 years ago | | | 0 | 0.0011870154 |
ABI
ABI objects
Getter at block 21262063
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 liquidity, uint16 marketing, uint16 development, uint16 burn, uint16 buyback, uint16 totalSwap)
(liquidity=100, marketing=150, development=150, burn=300, buyback=300, totalSwap=700)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=600, sellFee=600, transferFee=600)
_taxWallets() view returns (address marketing, address development, address liquidity, address buyback)
(marketing=0xd27035cdc13cdb87f51c59dfac85949be509c24e, development=0x7c2f93ee85a1993ccb35312c002d17543a423952, liquidity=0x21b618efbbbf5da90a6f3ba503428b9bd1dccacc, buyback=0x21b618efbbbf5da90a6f3ba503428b9bd1dccacc)
_totalBurned() view returns (uint256)
109049674718887
_totalBuyback() view returns (uint256)
3863362449824606563
buyback() view returns (address)
0xcd078955cb64f1c4f4e2465a7b411617b72ef470
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
890950325281113
getMaxTX() view returns (uint256)
19951
getMaxWallet() view returns (uint256)
20000
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
getTotalBoughtBack() view returns (uint256 buybackBoughtTotal)
3863362449824606563
getTotalBurned() view returns (uint256 burnedTotal)
109049674718887
lpPair() view returns (address)
0xb833dfcbf0d5a90cdbfe84b2fe8cefe79d8ac63f
maxBuyTaxes() view returns (uint256)
2000
maxRoundtripTax() view returns (uint256)
4000
maxSellTaxes() view returns (uint256)
2000
maxTransferTaxes() view returns (uint256)
2000
name() pure returns (string)
Proof Of TAMA
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
10
swapAmount() view returns (uint256)
3000000000000
swapThreshold() view returns (uint256)
1000000000000
symbol() pure returns (string)
POT
taxesAreLocked() view returns (bool)
false
totalSupply() view returns (uint256)
890950325281113
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getIsBlacklistedStatus(address _address) view returns (bool)
getTokenAmountAtPriceImpact(uint256 priceImpactInHundreds) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address)
enableTrading()
removeFromBlacklist(address _address)
renounceOwnership()
setContractSwapEnabled(bool swapEnabled, bool priceImpactSwapEnabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setPriceImpactSwapAmount(uint256 priceImpactSwapPercent)
setPurchaseDestinations(address _buyBack)
setRatios(uint16 liquidity, uint16 marketing, uint16 development, uint16 burn, uint16 _buyBack)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing, address development, address liquidity)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountCurrency, uint256 amountTokens)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.