Ledger Ai
Verified contract
Active on
Ethereum with 1,777 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 5 additional slots
-
variable spans 5 additional slots
-
variable spans 5 additional slots
-
variable spans 5 additional slots
-
variable spans 5 additional slots
-
variable spans 5 additional slots
11 additional
variables
Balances ($13,006.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LEDGER | ERC-20 | 3.393139M | $0.003833 |
$13,006.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160439 | an hour ago | | | 0 | 0.00086192880 | |
| 21159630 | 3 hours ago | | | 0 | 0.0019614031 | |
| 21158971 | 6 hours ago | | | 0 | 0.0013932873 | |
| 21158967 | 6 hours ago | | | 0 | 0.0013555172 | |
| 21158950 | 6 hours ago | | | 0 | 0.0014934985 | |
| 21158947 | 6 hours ago | | | 0 | 0.0015392698 | |
| 21158941 | 6 hours ago | | | 0 | 0.0015380416 | |
| 21158178 | 8 hours ago | | | 0 | 0.0011602497 | |
| 21158066 | 9 hours ago | | | 0 | 0.0028755226 | |
| 21157699 | 10 hours ago | | | 0 | 0.0012034179 |
ABI
ABI objects
Getter at block 21160666
CURRENT_TAX_STRUCTURE() view returns (uint256 operationsBuyFee, uint256 operationsSellFee, uint256 marketingBuyFee, uint256 marketingSellFee, uint256 totalBuyFee, uint256 totalSellFee)
(operationsBuyFee=36, operationsSellFee=36, marketingBuyFee=4, marketingSellFee=4, totalBuyFee=40, totalSellFee=40)
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
false
marketingAddress() view returns (address)
0x77dd447517d7d43a2eaf4bf13293505e539b3dea
maxBuyAmount() view returns (uint256)
3141592654000000000000000000
maxSellAmount() view returns (uint256)
3141592654000000000000000000
maxSwapsPerBlock() view returns (uint256)
1
name() view returns (string)
Ledger Ai
oncePerBlockEnabled() view returns (bool)
true
operationsAddress() view returns (address)
0xded7e188a5f9e166ba7aa0c9370dbb11f33d529d
owner() view returns (address)
0xefec3b2a546b15dd1a690255b1753dc1f008d36d
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
3141592654000000000000000000
symbol() view returns (string)
LEDGER
tokensForMarketing() view returns (uint256)
359431237462773296886121
tokensForOperations() view returns (uint256)
3234881137164959671975984
totalSupply() view returns (uint256)
3141592654000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
20794955
uniswapV2Pair() view returns (address)
0x60af8cf92e5aa9ead4a592d657cd6debecfbc616
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
uniswapV3Pair() view returns (address)
0xaa8c9005651ad5603112d3d9010b623638e2600c
uniswapV3Router() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
getExpectedEthForTokens(uint256 tokenAmount) view returns (uint256)
markedAsSniper(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
disableV3LPProtection()
enableTrading()
excludeFromFees(address account, bool excluded)
flagSniper(address wallet)
massFlagSnipers(address[] wallets)
massUnflagSnipers(address[] wallets)
prepareForMigration()
prepareLaunch()
recoverETH()
removeLimits()
renounceOwnership()
restoreLimits()
setAutomatedMarketMakerPair(address pair, bool value)
setMarketingAddress(address _marketingAddress)
setOperationsAddress(address _operationsAddress)
setSwapRestrictions(bool _enabled, uint256 _maxSwaps)
transfer(address to, uint256 value) returns (bool)
transferForeignToken(address _token, address _to) returns (bool _sent)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unflagSniper(address wallet)
updateTaxStructure(uint8 _structure)
Approval(address indexed owner, address indexed spender, uint256 value)
EnabledTrading()
ExcludeFromFees(address indexed account, bool isExcluded)
MaxTransactionExclusion(address _address, bool excluded)
OwnerForcedSwapBack(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferForeignToken(address token, uint256 amount)
UpdatedMarketingAddress(address indexed newWallet)
UpdatedOperationsAddress(address indexed newWallet)
UpdatedTaxStructure(uint8 structure)
constructor(address _operationsWallet, address _marketingWallet)
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)