Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TIA | ERC-20 | 41.189635M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18731769 | a year ago | | | 0 | 0.0014887434 | |
| 18731769 | a year ago | | | 0 | 0.0014887434 | |
| 18731769 | a year ago | | | 0 | 0.0014887434 | |
| 18731769 | a year ago | | | 0 | 0.0014887434 | |
| 18731768 | a year ago | | | 0 | 0.0014887434 | |
| 18731768 | a year ago | | | 0 | 0.0014887434 | |
| 18731768 | a year ago | | | 0 | 0.0014887434 | |
| 18731768 | a year ago | | | 0 | 0.0014887434 | |
| 18731768 | a year ago | | | 0 | 0.0014887434 | |
| 18731768 | a year ago | | | 0 | 0.0014887434 |
ABI
ABI objects
Getter at block 21328375
DEAD_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
antibotPeriod() view returns (uint128)
150
blacklistRenounced() view returns (bool)
false
buyTeamFeePct() view returns (uint16)
100
buyTotalFees() view returns (uint16)
0
decimals() view returns (uint8)
18
launchBlock() view returns (uint128)
18731186
limitsInEffect() view returns (bool)
false
maxTransactionAmount() view returns (uint256)
7500000000000000000000000
maxWallet() view returns (uint256)
7500000000000000000000000
name() view returns (string)
TiaTheFutureIsModular
owner() view returns (address)
0x265f3cd9656b9a368a271d59628053a4c039d658
sellTeamFeePct() view returns (uint16)
100
sellTotalFees() view returns (uint16)
0
swapTokensAtAmount() view returns (uint256)
500000000000000000000000
symbol() view returns (string)
TIA
teamWallet() view returns (address)
0x265f3cd9656b9a368a271d59628053a4c039d658
tokensForTeam() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x121c7dfb54864f95b60620586a292c8c6d53b320
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedMaxTransactionAmount(address) view returns (bool)
State-modifying
Events addMusas(address[] _musas)
approve(address spender, uint256 value) returns (bool)
blacklist(address _addr)
blacklistLiquidityPool(address lpAddress)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
launchToken(uint256 _ethAmount, uint128 _antibotPeriod)
removeLimits() returns (bool)
renounceBlacklist()
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unblacklist(address _addr)
updateBuyFees(uint16 _teamFeePercent, uint16 _buyTotalFees)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint16 _teamFeePercent, uint16 _sellTotalFees)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
updateTeamWallet(address newWallet)
withdrawStuckErc20(address _token, address _to)
withdrawStuckEth(address toAddr)
withdrawStuckToken()
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
TeamWalletUpdated(address indexed newWallet, address indexed oldWallet)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor(address _uniswapRouter, address[] _musas)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)