Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($143.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JUICE | ERC-20 | 474.616582 | $0.302568 |
$143.6 | |
APU | ERC-20 | 1 | $0.000993 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244418 | 18 minutes ago | | | 0 | 0.0011432169 | |
| 21243841 | 2 hours ago | | | 0 | 0.0012313387 | |
| 21243832 | 2 hours ago | | | 0 | 0.0010978109 | |
| 21243698 | 3 hours ago | | | 0 | 0.0016727194 | |
| 21243692 | 3 hours ago | | | 0 | 0.0014156661 | |
| 21241277 | 11 hours ago | | | 0 | 0.00071934677 | |
| 21241137 | 11 hours ago | | | 0 | 0.00082561076 | |
| 21241137 | 11 hours ago | | | 0 | 0.00082561076 | |
| 21241137 | 11 hours ago | | | 0 | 0.00082561076 | |
| 21241137 | 11 hours ago | | | 0 | 0.00082561076 |
ABI
ABI objects
Getter at block 21244505
_taxWallets() view returns (address development)
0x3a5198c44e14c61c5af67c8b44dba19533fed23d
buyFee() view returns (uint256)
1
contractSwapEnabled() view returns (bool)
true
decimals() view returns (uint8)
18
isTradingEnabled() view returns (bool)
true
lpPair() view returns (address)
0xba8381ed6122829daa46b0038d980d1c6e17cd7c
name() view returns (string)
JUICE
owner() view returns (address)
0x3a5198c44e14c61c5af67c8b44dba19533fed23d
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
0
sellFee() view returns (uint256)
1
swapAmount() view returns (uint256)
1000000000000000000000
swapThreshold() view returns (uint256)
1000000000000000000000
symbol() view returns (string)
JUICE
totalSupply() view returns (uint256)
10000000000000000000000000
transferFee() view returns (uint256)
0
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
wethAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isPair(address) view returns (bool)
pairsList(uint256) view returns (address)
State-modifying
Events addOrRemovePairs(address pair, bool value)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeOrInclude(address user, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setContractSwapEnabled(bool swapEnabled, bool priceImpactSwapEnabled)
setPriceImpactSwapAmount(uint256 priceImpactSwapPercent)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
transfer(address recipient, uint256 amount) returns (bool)
transferAnyERC20Tokens(address tokenAddress, address recipient, uint256 amount)
transferEther()
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDevelopmentAddress(address development)
updateFees(uint256 transfer, uint256 buy, uint256 sell)
Approval(address indexed owner, address indexed spender, uint256 value)
ContractSwapEnabledUpdated(bool enabled)
LiquidityAdded(uint256 amountTokenA, uint256 amountETH)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapTokensForETH(uint256 tokenAmount, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _router)
receive()
This contract contains no error objects.