Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FRENSTER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17141106 | 2 years ago | | | 0 | 0.0025460724 | |
| 17078594 | 2 years ago | | | 0 | 0.0039656787 | |
| 17071601 | 2 years ago | | | 0 | 0.0026278886 | |
| 17001537 | 2 years ago | | | 0 | 0.00092322271 | |
| 16817139 | 2 years ago | | | 0 | 0.0015801038 | |
| 15946349 | 2 years ago | | | 0 | 0.0014960722 | |
| 15937230 | 2 years ago | | | 0 | 0.0020047397 | |
| 15936606 | 2 years ago | | | 0 | 0.0011248151 | |
| 15904709 | 2 years ago | | | 0 | 0.00061813203 | |
| 15898478 | 2 years ago | | | 0 | 0.00095990103 |
ABI
ABI objects
Getter at block 21209206
_liquidityFee() view returns (uint256)
1
_taxFee() view returns (uint256)
0
decimals() view returns (uint8)
18
geUnlockTime() view returns (uint256)
0
maxTxAmount() view returns (uint256)
1000000000000000000000000000000000
name() view returns (string)
FRENSTER
owner() view returns (address)
0x23218f4a284814da40bca5b7c39f82865167597c
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
FRENS
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000000000000
uniswapV2Pair() view returns (address)
0x3ff87541e446514605468606fb7a19d9c7706266
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.