Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Titter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21132867 | 12 days ago | | | 0 | 0.0010138887 | |
| 21045159 | 24 days ago | | | 0 | 0.00014187882 | |
| 20710031 | 2 months ago | | | 0 | 0.000060268560 | |
| 20679244 | 2 months ago | | | 0 | 0.00031038967 | |
| 20672463 | 2 months ago | | | 0 | 0.000062180566 | |
| 20672452 | 2 months ago | | | 0 | 0.000053729589 | |
| 20504214 | 3 months ago | | | 0 | 0.000088628220 | |
| 19894150 | 6 months ago | | | 0 | 0.00031494954 | |
| 19696339 | 7 months ago | | | 0 | 0.00031069207 | |
| 19683462 | 7 months ago | | | 0 | 0.00073172821 |
ABI
ABI objects
Getter at block 21217545
buyTax() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Titter
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
0
swapEnabled() view returns (bool)
true
symbol() view returns (string)
TITR
taxAddress() view returns (address)
0xc562963807792f589f039090dd3d34e504f9ec1d
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address blacklistAddress) view returns (bool)
isPool(address poolAddress) view returns (bool)
isWhitelisted(address userAddress) view returns (bool)
State-modifying
Events addBlacklist(address blacklistAddress)
addBuyWhitelist(address[] userAddresses)
addPool(address poolAddress)
addWhitelisted(address userAddress)
approve(address spender, uint256 amount) returns (bool)
changeBlockTime(uint256 mins)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBlacklist(address blacklistAddress)
removePool(address poolAddress)
removeWhitelisted(address userAddress)
renounceOwnership()
retrieveAll()
retrieveAll(address token)
setBuyTax(uint256 currentTaxAmount)
setSellTax(uint256 currentTaxAmount)
setSwapAddress(address swapRouter)
setSwapEnabled(bool _isEnabled)
setSwapPath(address[] swapPath)
setTaxAccount(address taxAccount)
swapAll()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddBlacklist(address userAddress)
AddPoolAddress(address poolAddress)
AddWhitelist(address userAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyTaxUpdated(uint256 buyTaxAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveBlacklist(address userAddress)
RemovePoolAddress(address poolAddress)
RemoveWhitelist(address userAddress)
SellTaxUpdated(uint256 sellTaxAmount)
TaxAddressUpdated(address taxAccount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address taxAccount, uint256 maxTaxAmount, uint256 buyTaxAmount, uint256 sellTaxAmount, address swapRouter, uint256 preMint, uint256 maxBuyAmount)
receive()
This contract contains no error objects.