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 |
---|---|---|---|---|---|
LARRY | ERC-20 | 185.337737B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21063838 | a month ago | | | 0 | 0.00088954382 | |
| 21050813 | a month ago | | | 0 | 0.00018564092 | |
| 21046346 | a month ago | | | 0 | 0.00018985938 | |
| 21025668 | a month ago | | | 0 | 0.00014222182 | |
| 21014635 | a month ago | | | 0 | 0.0010309396 | |
| 20931826 | 2 months ago | | | 0 | 0.00089625538 | |
| 20828567 | 2 months ago | | | 0 | 0.0019174826 | |
| 20360025 | 4 months ago | | | 0 | 0.000056146150 | |
| 20360019 | 4 months ago | | | 0 | 0.000061572237 | |
| 20280598 | 5 months ago | | | 0 | 0.00012071262 |
ABI
ABI objects
Getter at block 21275126
decimals() view returns (uint8)
18
dexPair() view returns (address)
0x1d3ab7e088d95dabfb59696d174d7172811b8453
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
distributeAndLiquifyStatus() view returns (bool)
true
feesStatus() view returns (bool)
true
launchedAt() view returns (uint256)
1698441695
marketingFeeOnBuying() view returns (uint256)
1
marketingFeeOnSelling() view returns (uint256)
1
marketingWallet() view returns (address)
0x52b57c10a683dbacc305f13b02427966fbe5bb35
maxHoldLimit() view returns (uint256)
420690000000000000000000000000000
maxTxnLimit() view returns (uint256)
420690000000000000000000000000000
minTokenToSwap() view returns (uint256)
1069696696696000000000000000000
name() view returns (string)
Llama
owner() view returns (address)
0x0000000000000000000000000000000000000000
percentDivider() view returns (uint256)
100
symbol() view returns (string)
LARRY
totalSupply() view returns (uint256)
420690000000000000000000000000000
trading() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isExcludedFromMaxTxn(address) view returns (bool)
isExcludedFromMaxWallet(address) view returns (bool)
totalBuyFeePerTx(uint256 amount) view returns (uint256)
totalSellFeePerTx(uint256 amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableOrDisableFees(bool _value)
enableTrading()
includeOrExcludeFromFee(address account, bool value)
includeOrExcludeFromMaxTxn(address account, bool value)
includeOrExcludeFromMaxWallet(address account, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeStuckEth(address _receiver)
renounceOwnership()
setBuyFeePercent(uint256 _marketingFee)
setDistributionStatus(bool _value)
setMaxHoldLimit(uint256 _amount)
setMaxTxnLimit(uint256 _amount)
setMinTokenToSwap(uint256 _amount)
setSellFeePercent(uint256 _marketingFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateAddresses(address _marketingWallet)
withdrawETH(uint256 _amount)
withdrawToken(address _token, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.