Tia Token
Verified contract
Active on
Ethereum with 5,201 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,062.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LCX | ERC-20 | 8.957425K | $0.118035 |
$1,057.29 | |
USDC | ERC-20 | 5 | $1.001 |
$5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157735 | 12 hours ago | | | 0 | 0.0017764239 | |
| 21157695 | 12 hours ago | | | 0 | 0.00053106121 | |
| 21154386 | a day ago | | | 0 | 0.00038486061 | |
| 21154167 | a day ago | | | 0 | 0.00090754177 | |
| 21153448 | a day ago | | | 0 | 0.0020875190 | |
| 21153376 | a day ago | | | 0 | 0.00030021517 | |
| 21153202 | a day ago | | | 0 | 0.00026973847 | |
| 21153199 | a day ago | | | 0 | 0.00024582677 | |
| 21152030 | a day ago | | | 0 | 0.00090187110 | |
| 21149324 | 2 days ago | | | 0 | 0.00048835969 |
ABI
ABI objects
Getter at block 21161421
UniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
burningFee() view returns (uint256)
25
decimals() pure returns (uint8)
9
name() pure returns (string)
Tia Token
owner() view returns (address)
0xb7f64bf67c8dedebb5d859751929676df7d173df
rebalancingFee() view returns (uint256)
25
reflectionFee() view returns (uint256)
50
symbol() pure returns (string)
TIA
totalFees() view returns (uint256)
10259276158771299
totalSupply() pure returns (uint256)
1010000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveTiamondSC() returns (bool)
changeBurnFee(uint256 _newFee) returns (bool)
changeReBalancingFee(uint256 _newFee) returns (bool)
changeReflectionFee(uint256 _newFee) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
excludeFromFee(address account) returns (bool)
includeAccount(address account)
includeInFee(address account) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebalanceAndBurn() returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
setTiamondsAddress(address _tiamonds)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ApproveTiamondsAddress(address arg0, address arg1, uint256 arg2)
ChangeBurnFee(uint256 arg0)
ChangeReBalancingFee(uint256 arg0)
ChangeReflectionFee(uint256 arg0)
ExcludeAccount(address arg0)
ExcludeFromFee(address arg0)
IncludeAccount(address arg0)
IncludeInFee(address arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RebalanceAndBurn(uint256 arg0, uint256 arg1, uint256 arg2)
SetTiamondsAddress(address arg0)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _lcxAddress, address _uniswapV2Address)
This contract contains no fallback and receive objects.
This contract contains no error objects.