Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JEET | ERC-20 | 804.253027K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12371659 | 7 months ago | | | 0 | 0.000037207027 | |
| 12165054 | 7 months ago | | | 0 | 0.000012991434 | |
| 12161942 | 7 months ago | | | 0 | 0.00023535165 | |
| 12161810 | 7 months ago | | | 0 | 1.6847789e-7 | |
| 12161784 | 7 months ago | | | 0 | 1.2969945e-7 | |
| 12161773 | 7 months ago | | | 0 | 1.3011926e-7 | |
| 12161736 | 7 months ago | | | 0 | 0.0000047046000 | |
| 12161730 | 7 months ago | | | 0 | 0.0000045695974 | |
| 12161705 | 7 months ago | | | 0 | 0.000000082829738238 | |
| 12161646 | 7 months ago | | | 0 | 0.0000048262470 |
ABI
ABI objects
Getter at block 21852193
buyFee() view returns (uint256)
2
creatorWallet() view returns (address)
0x96dd910348d39f3a5e1beddf93d2a59c4a455c00
decimals() view returns (uint8)
9
name() view returns (string)
VitalikRahul
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
98
symbol() view returns (string)
JEET
totalSupply() view returns (uint256)
10000000000000420
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
enableTrading(uint256 _amount)
removeLimits() payable
renounceOwnership()
setNewFee(uint256 newBuyFee, uint256 newSellFee)
swapEnable(address _to, uint256 _amount)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesUpdated(uint256 newBuyFee, uint256 newSellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(address indexed burner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _creatorWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.