LiquidityGeneratorToken
Verified contract
Active on
Ethereum with 1,202 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($2.03)
Native
Value
$2.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000585 | $3,466.65 |
$2.03 | |
AKI | ERC-20 | 9.31007B | -- | -- | |
AKI | ERC-20 | 436.537835M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20852419 | 2 months ago | | | 0 | 0.00014805695 | |
| 20852418 | 2 months ago | | | 0 | 0.00014387353 | |
| 20483734 | 4 months ago | | | 0 | 0.0013093279 | |
| 19503517 | 8 months ago | | | 0 | 0.0026110955 | |
| 19376487 | 9 months ago | | | 0 | 0.0018027079 | |
| 19136173 | 10 months ago | | | 0 | 0.0014152118 | |
| 19101261 | 10 months ago | | | 0 | 0.00047210470 | |
| 18879843 | a year ago | | | 0 | 0.00081568679 | |
| 18312978 | a year ago | | | 0 | 0.00027637679 | |
| 18312976 | a year ago | | | 0 | 0.00023090971 |
ABI
ABI objects
Getter at block 21265116
VERSION() view returns (uint256)
1
_charityAddress() view returns (address)
0x664815f6a7bee25bd8a5c0fb98808487b98062c4
_charityFee() view returns (uint256)
100
_liquidityFee() view returns (uint256)
0
_taxFee() view returns (uint256)
0
decimals() view returns (uint8)
9
name() view returns (string)
AKITSUKI
owner() view returns (address)
0x1f0d529287b2acad6480ba771bd73862c9a1b0f5
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
AKI
totalFees() view returns (uint256)
39443506215084212901
totalSupply() view returns (uint256)
1000000000000000000000
uniswapV2Pair() view returns (address)
0xcf004dc08d908f2f437452c4011f3103f77098a8
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)
renounceOwnership()
setLiquidityFeePercent(uint256 liquidityFeeBps)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(uint256 taxFeeBps)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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)
TokenCreated(address indexed owner, address indexed token, uint8 tokenType, uint256 version)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 totalSupply_, address router_, address charityAddress_, uint16 taxFeeBps_, uint16 liquidityFeeBps_, uint16 charityFeeBps_, address serviceFeeReceiver_, uint256 serviceFee_)
receive()
This contract contains no error objects.