Mari Juana
Verified contract
Active on
Base with 17,499 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x874d…c457
15 additional
variables
Balances ($13.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 12.934346 | $1.001 |
$12.95 | |
VOID | ERC-20 | 100 | $0.000951 |
$0.1 | |
BOYS | ERC-20 | 0.4 | $0.012334 |
$0 | |
USA | ERC-20 | 1 | $0.000744 |
$0 | |
OHNO | ERC-20 | 2.966332K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 2.101K | -- | -- | |
NUNU | ERC-20 | 7.777778 | -- | -- | |
BLOOM | ERC-20 | 2.84138 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22754172 | 3 hours ago | | | 0 | 0.0000010498796 | |
| 22723163 | 20 hours ago | | | 0 | 1.2639587e-7 | |
| 22708720 | a day ago | | | 0 | 0.0000018219745 | |
| 22705775 | a day ago | | | 0 | 3.2818132e-7 | |
| 22681429 | 2 days ago | | | 0 | 0.0000019059069 | |
| 22681073 | 2 days ago | | | 0 | 5.2100437e-7 | |
| 22679529 | 2 days ago | | | 0 | 5.3328156e-7 | |
| 22675302 | 2 days ago | | | 0 | 6.2687232e-7 | |
| 22671869 | 2 days ago | | | 0 | 6.2429525e-7 | |
| 22671639 | 2 days ago | | | 0 | 6.2670999e-7 |
ABI
ABI objects
Getter at block 22759803
baseTokenForMarket() view returns (address)
0x4200000000000000000000000000000000000006
buyLiquidityFee() view returns (uint24)
0
buyMarketingFee() view returns (uint24)
0
buyRewardFee() view returns (uint24)
0
decimals() view returns (uint8)
18
isMarketingFeeBaseToken() view returns (bool)
true
mainPair() view returns (address)
0x4e89cc41adfeaf3f97f4657bc8a5cf50be570757
mainRouter() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
marketingWallet() view returns (address)
0x049ce31d4b60797ebddd80f5674943d46823289f
maxTransactionAmount() view returns (uint256)
17640000000000000000000000000
maxWallet() view returns (uint256)
420000000000000000000000000000
minAmountToTakeFee() view returns (uint256)
42000000000000000000000000
name() view returns (string)
Mari Juana
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellLiquidityFee() view returns (uint24)
0
sellMarketingFee() view returns (uint24)
0
sellRewardFee() view returns (uint24)
0
symbol() view returns (string)
Mari
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
420000000000000000000000000000
uniswapV2Caller() view returns (address)
0x874df407172138eaa3595b5fe994f790c65cc457
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isExcludedFromMaxTransactionAmount(address) 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)
excludeFromFee(address account, bool isEx)
excludeFromMaxTransactionAmount(address account, bool isEx)
excludeFromReward(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateLiquidityFee(uint24 _sellLiquidityFee, uint24 _buyLiquidityFee)
updateMainPair(address _mainRouter, address _baseTokenForMarket)
updateMarketingFee(uint24 _sellMarketingFee, uint24 _buyMarketingFee)
updateMarketingWallet(address _marketingWallet, bool _isMarketingFeeBaseToken)
updateMaxTransactionAmount(uint256 _maxTransactionAmount)
updateMaxWallet(uint256 _maxWallet)
updateMinAmountToTakeFee(uint256 _minAmountToTakeFee)
updateRewardFee(uint24 _sellRewardFee, uint24 _buyRewardFee)
withdrawETH()
withdrawToken(address token)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludedFromFee(address indexed account, bool isEx)
ExcludedFromMaxTransactionAmount(address indexed account, bool isExcluded)
MainRouterUpdated(address mainRouter, address mainPair, address baseTokenForMarket)
MarketingFeeTaken(uint256 marketingFeeTokens, uint256 marketingFeeBaseTokenSwapped)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool value)
SwapAndLiquify(uint256 tokensForLiquidity, uint256 baseTokenForLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateLiquidityFee(uint24 newSellLiquidityFee, uint24 newBuyLiquidityFee, uint24 oldSellLiquidityFee, uint24 oldBuyLiquidityFee)
UpdateMarketingFee(uint24 newSellMarketingFee, uint24 newBuyMarketingFee, uint24 oldSellMarketingFee, uint24 oldBuyMarketingFee)
UpdateMarketingWallet(address indexed newMarketingWallet, bool newIsMarketingFeeBaseToken, address indexed oldMarketingWallet, bool oldIsMarketingFeeBaseToken)
UpdateMaxTransactionAmount(uint256 newMaxTransactionAmount, uint256 oldMaxTransactionAmount)
UpdateMaxWallet(uint256 newMaxWallet, uint256 oldMaxWallet)
UpdateMinAmountToTakeFee(uint256 newMinAmountToTakeFee, uint256 oldMinAmountToTakeFee)
UpdateRewardFee(uint24 newSellRewardFee, uint24 newBuyRewardFee, uint24 oldSellRewardFee, uint24 oldBuyRewardFee)
constructor(struct ReflectionTokenArgs args, address[] autoApproveAddressList, address referrer)
receive()
This contract contains no error objects.