Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($51.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 51 | $1.00 |
$51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16287777 | 2 years ago | | | 0 | 0.0010438904 | |
| 16236633 | 2 years ago | | | 0 | 0.00090047682 | |
| 16236613 | 2 years ago | | | 0 | 0.00079275448 | |
| 16236608 | 2 years ago | | | 0 | 0.0010551192 | |
| 16236475 | 2 years ago | | | 0 | 0.0011015755 | |
| 16236466 | 2 years ago | | | 0 | 0.00085985986 | |
| 16236459 | 2 years ago | | | 0 | 0.00029066180 | |
| 16236456 | 2 years ago | | | 0 | 0.00083822925 | |
| 16236448 | 2 years ago | | | 0 | 0.0016240044 | |
| 16236448 | 2 years ago | | | 0 | 0.00094609741 |
ABI
ABI objects
Getter at block 21333155
COVID_USER() view returns (address)
0xabb865a9cb95b77600e532e0871e5e4438946525
DEAD_USER() view returns (address)
0x000000000000000000000000000000000000dead
LIQUIDITY_USER() view returns (address)
0x85680bec68530a5d93fa9a7f2bc04047e247e3f3
TAX_USER() view returns (address)
0x0816072326946d0664944f484d1c3977502b2b88
_covidFee() view returns (uint256)
1
_liquidityFee() view returns (uint256)
2
_previousLiquidityFee() view returns (uint256)
2
_previouscovidFee() view returns (uint256)
1
_previousredistributionFee() view returns (uint256)
2
_redistributionFee() view returns (uint256)
2
decimals() view returns (uint8)
9
name() view returns (string)
eKart Inu
owner() view returns (address)
0x7a7d2710149e060785c57c6edb360de4098d5ae0
symbol() view returns (string)
EKARTINU
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
extractLostCrypto()
extractLostToken(address tokenToExtract)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setCovidFee(uint256 covidFee)
setLiquidityFee(uint256 liquidityFee)
setRedistributionFee(uint256 redistributionFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw() payable
withdrawTokens(address tokenContract)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.