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 |
---|---|---|---|---|---|
Greek | ERC-20 | 1.182431M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16019387 | 2 years ago | | | 0 | 0.00036941516 | |
| 15785209 | 2 years ago | | | 0 | 0.0025070310 | |
| 15768575 | 2 years ago | | | 0 | 0.0012270341 | |
| 15768495 | 2 years ago | | | 0 | 0.0012721417 | |
| 15768486 | 2 years ago | | | 0 | 0.0011223620 | |
| 15762051 | 2 years ago | | | 0 | 0.0013014015 | |
| 15760298 | 2 years ago | | | 0 | 0.00053549711 | |
| 15754773 | 2 years ago | | | 0 | 0.00081724018 | |
| 15752906 | 2 years ago | | | 0 | 0.0012288171 | |
| 15752905 | 2 years ago | | | 0 | 0.0013772653 |
ABI
ABI objects
Getter at block 21201545
_liquidityFee() view returns (uint256)
6
_taxFee() view returns (uint256)
4
decimals() view returns (uint8)
18
geUnlockTime() view returns (uint256)
0
maxTxAmount() view returns (uint256)
21000000000000000000000000
name() view returns (string)
Greeks
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
Greek
totalFees() view returns (uint256)
890518533603368642053962
totalSupply() view returns (uint256)
21000000000000000000000000
uniswapV2Pair() view returns (address)
0xba54cdb74e1d6f2ab4c3386bbf500aa4ba7dc3ee
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
renounceOwnership()
setLiquidityFeePercent(uint256 liquidityFee)
setMaxTxAmount(uint256 _amount)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(uint256 taxFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 supply_, uint8 decimals_, uint256 taxFee_, uint256 liquidityFee_, uint256 maxTxAmount_, uint256 numTokensSellToAddToLiquidity_, address uniswapV2Router_, address addr_)
receive()
This contract contains no error objects.