Grift Token
Verified contract
Active on
Ethereum with 192 txns
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 |
---|---|---|---|---|---|
GRIFT | ERC-20 | 90.400213K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787219 | 2 months ago | | | 0 | 0.00087698093 | |
| 19851120 | 7 months ago | | | 0 | 0.00041179063 | |
| 18172428 | a year ago | | | 0 | 0.00087511163 | |
| 17413874 | a year ago | | | 0 | 0.00051912208 | |
| 17210272 | 2 years ago | | | 0 | 0.0038415390 | |
| 17145344 | 2 years ago | | | 0 | 0.0020226525 | |
| 17138224 | 2 years ago | | | 0 | 0.0015642125 | |
| 17132710 | 2 years ago | | | 0 | 0.0019313142 | |
| 17131506 | 2 years ago | | | 0 | 0.0021450482 | |
| 17128418 | 2 years ago | | | 0 | 0.0016217939 |
ABI
ABI objects
Getter at block 21320545
Optimization() view returns (uint256)
4031200595071840711563400014894
_liquidityFee() view returns (uint256)
3
_maxTxAmount() view returns (uint256)
10000000000000000
_owner() view returns (address)
0xb595071840711c5dffeca6f3400bc01edc48de94
_taxFee() view returns (uint256)
2
decimals() view returns (uint256)
9
geUnlockTime() view returns (uint256)
0
name() view returns (string)
Grift Token
numTokensSellToAddToLiquidity() view returns (uint256)
0
owner() view returns (address)
0xb595071840711c5dffeca6f3400bc01edc48de94
swapAndLiquifyEnabled() view returns (bool)
false
symbol() view returns (string)
GRIFT
totalFees() view returns (uint256)
435343329661579
totalSupply() view returns (uint256)
10000000000000000
uniswapV2Pair() view returns (address)
0x9befc7243cf1ba1302f012d21e3af2e18b2145d6
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)
claimTokens()
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)
setMaxTxPercent(uint256 maxTxPercent)
setNumTokensSellToAddToLiquidity(uint256 swapNumber)
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 _DECIMALS, uint256 _supply, uint256 _txFee, uint256 _lpFee, uint256 _MAXAMOUNT, uint256 SELLMAXAMOUNT, address routerAddress, address tokenOwner, address service)
receive()
This contract contains no error objects.