TarotLandToken
Verified contract
Active on
Ethereum with 136 txns
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 |
---|---|---|---|---|---|
TLT | ERC-20 | 5.567416M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18905926 | a year ago | | | 0 | 0.00093259527 | |
| 16628479 | 2 years ago | | | 0 | 0.00072058465 | |
| 16545721 | 2 years ago | | | 0 | 0.0013722153 | |
| 16265900 | 2 years ago | | | 0 | 0.00048299864 | |
| 16102801 | 2 years ago | | | 0 | 0.00053902522 | |
| 16025010 | 2 years ago | | | 0 | 0.00031614392 | |
| 15995897 | 2 years ago | | | 0 | 0.00061192833 | |
| 15991511 | 2 years ago | | | 0 | 0.0013340997 | |
| 15941682 | 2 years ago | | | 0 | 0.0011806625 | |
| 15941666 | 2 years ago | | | 0 | 0.0012652770 |
ABI
ABI objects
Getter at block 21279520
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
buyDevFee() view returns (uint256)
2
buyLiquidityFee() view returns (uint256)
3
buyTotalFees() view returns (uint256)
5
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
devWallet() view returns (address)
0x78a238a12e40295acba375c52f083449d6d693cd
limitsInEffect() view returns (bool)
false
maxTransactionAmount() view returns (uint256)
100000000000000000000000000
maxWallet() view returns (uint256)
200000000000000000000000000
name() view returns (string)
TarotLandToken
owner() view returns (address)
0xc3c53d1ae6ba8fef3c6adb0eaa8a90ba05178f99
sellDevFee() view returns (uint256)
3
sellLiquidityFee() view returns (uint256)
4
sellTotalFees() view returns (uint256)
7
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
5000000000000000000000000
symbol() view returns (string)
TLT
tarot_NFT() view returns (address)
0x058db84c12d8a559f25b52e9ace34a97fdbbd5f0
totalSupply() view returns (uint256)
10000000000000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x7219ff9cd95fcf68b4a733786aa02c00bb511dd8
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
removeLimits() returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _devFee, uint256 _liquidityFee)
updateDevWallet(address newDevWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _devFee, uint256 _liquidityFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
devWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor(address _tarot_nft)
receive()
This contract contains no error objects.