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 "Tate 2.0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20566641 | 3 months ago | | | 0 | 0.000095524809 | |
| 19823843 | 7 months ago | | | 0 | 0.00025751191 | |
| 18428329 | a year ago | | | 0 | 0.0025005941 | |
| 18428324 | a year ago | | | 0 | 0.0039777473 | |
| 18428312 | a year ago | | | 0 | 0.0027807921 | |
| 17835037 | a year ago | | | 0 | 0.0046300694 | |
| 17835036 | a year ago | | | 0 | 0.0044006386 | |
| 17796680 | a year ago | | | 0 | 0.0016419403 | |
| 17796606 | a year ago | | | 0 | 0.0013531619 | |
| 17796606 | a year ago | | | 0 | 0.0032178819 |
ABI
ABI objects
Getter at block 21299916
buyTaxPercentage() view returns (uint256)
1
cexWallet() view returns (address)
0x247f4a781341ab26963cc5df867553d42d3aa9c5
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0x7503683049d85c92a78942bf7d3c0d260375ca8b
maxBuy() view returns (uint256)
2
name() view returns (string)
Tate 2.0
owner() view returns (address)
0x0000000000000000000000000000000000000000
partnershipWallet() view returns (address)
0xd04b58b3bea1112ae78327b22d76f70f241fb593
sellTaxPercentage() view returns (uint256)
1
symbol() view returns (string)
TATE2.0
taxWallet() view returns (address)
0xe18aca438d2949069d47e1c8a8f70927c0b4f87b
totalSupply() view returns (uint256)
101010101000000000000000000
tradingEnabled() view returns (bool)
true
uniswapPair() view returns (address)
0x9ad37afd7b8c0bab93135bfa99f007d94a3add2a
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addLiquidity()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyTaxPercentage(uint256 _buyTaxPercentage)
setMaxBuy(uint256 _maxBuy)
setSellTaxPercentage(uint256 _sellTaxPercentage)
setUniswapPair(address _uniswapPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _marketingWallet, address _cexWallet, address _taxWallet, address _partnershipWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.