Ledgity
Verified contract
Active on
Ethereum with 1,499 txns
The storage layout for this contract could not be retrieved.
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LTY | ERC-20 | 194.335249K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213757 | 15 days ago | | | 0 | 0.00055322254 | |
| 21203152 | 16 days ago | | | 0 | 0.00050644004 | |
| 21200762 | 16 days ago | | | 0 | 0.0019997535 | |
| 21200716 | 16 days ago | | | 0 | 0.00060012445 | |
| 21187185 | 18 days ago | | | 0 | 0.00070242399 | |
| 21187184 | 18 days ago | | | 0 | 0.00070546846 | |
| 21092347 | a month ago | | | 0 | 0.00019318429 | |
| 20997136 | a month ago | | | 0 | 0.00020144878 | |
| 20997134 | a month ago | | | 0 | 0.00020795368 | |
| 20797550 | 2 months ago | | | 0 | 0.00062935216 |
ABI
ABI objects
Getter at block 21318258
buyAccumulationFee() view returns (uint128 numerator, uint128 denominator)
(numerator=0, denominator=100)
decimals() view returns (uint8)
18
feeDestination() view returns (uint8)
0
getDexes() view returns (address[])
[0xbe5b2c7D8E990B71767CF6d95573386e1d3d1995]
getExcluded() view returns (address[])
[0x85Ffb35957203dfD12061eAeCD708dB623Bd567C, 0xCa2483727292bA552AEc12DfEE4dc105CB1376B9, 0xbe5b2c7D8E990B71767CF6d95573386e1d3d1995, 0x21C2f323B3420b9C309A653336683762f90f99d7]
getExcludedFromDexFee() view returns (address[])
[0x47D6466449fF0A70AAabBE78Fb5F9D461A0ab17B, 0x85Ffb35957203dfD12061eAeCD708dB623Bd567C, 0xCa2483727292bA552AEc12DfEE4dc105CB1376B9, 0x21C2f323B3420b9C309A653336683762f90f99d7, 0x64E1215B320A4d6788E4ad8332F61eEB4b72e66c]
getExcludedFromLimits() view returns (address[])
[0x47D6466449fF0A70AAabBE78Fb5F9D461A0ab17B, 0x85Ffb35957203dfD12061eAeCD708dB623Bd567C, 0xCa2483727292bA552AEc12DfEE4dc105CB1376B9, 0x21C2f323B3420b9C309A653336683762f90f99d7, 0x64E1215B320A4d6788E4ad8332F61eEB4b72e66c]
inSwapAndLiquify() view returns (bool)
false
initialBuyAccumulationFee() view returns (uint128 numerator, uint128 denominator)
(numerator=4, denominator=100)
initialPrice() view returns (uint256)
8425
initialSellAccumulationFee() view returns (uint128 numerator, uint128 denominator)
(numerator=6, denominator=100)
initialSellAtSmallPriceAccumulationFee() view returns (uint128 numerator, uint128 denominator)
(numerator=21, denominator=100)
initialSellReflectionFee() view returns (uint128 numerator, uint128 denominator)
(numerator=4, denominator=100)
initialTotalSupply() view returns (uint256)
2760000000000000000000000000
maxTransactionSize() view returns (uint256)
0
maxTransactionSizePercent() view returns (uint128 numerator, uint128 denominator)
(numerator=0, denominator=100)
name() view returns (string)
Ledgity
numTokensToSwap() view returns (uint256)
1000000000000000000000000
owner() view returns (address)
0x21c2f323b3420b9c309a653336683762f90f99d7
priceOracle() view returns (address)
0x6f373eed27b6c7ed6acd79222c0c062f2337941c
reserve() view returns (address)
0xca2483727292ba552aec12dfee4dc105cb1376b9
sellAccumulationFee() view returns (uint128 numerator, uint128 denominator)
(numerator=0, denominator=100)
sellAtSmallPriceAccumulationFee() view returns (uint128 numerator, uint128 denominator)
(numerator=0, denominator=100)
sellReflectionFee() view returns (uint128 numerator, uint128 denominator)
(numerator=0, denominator=100)
symbol() view returns (string)
LTY
totalBurn() view returns (uint256)
0
totalFees() view returns (uint256)
3478516995988896895590897
totalSupply() view returns (uint256)
2760000000000000000000000000
uniswapV2Pair() view returns (address)
0xbe5b2c7d8e990b71767cf6d95573386e1d3d1995
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
firstSellAt(address) view returns (uint256)
isDex(address account) view returns (bool)
isExcluded(address account) view returns (bool)
isExcludedFromDexFee(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
soldPerPeriod(address) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initializePriceOracle(address priceOracleAddress)
initializeReserve(address reserveAddress)
reflect(uint256 tAmount)
renounceOwnership()
setBuyAccumulationFee(uint128 numerator, uint128 denominator)
setDex(address target, bool dex)
setFeeDestination(uint8 fd)
setIsExcludedFromDexFee(address account, bool isExcluded)
setIsExcludedFromLimits(address account, bool isExcluded)
setMaxTransactionSizePercent(uint128 numerator, uint128 denominator)
setNumTokensToSwap(uint256 _numTokensToSwap)
setSellAccumulationFee(uint128 numerator, uint128 denominator)
setSellAtSmallPriceAccumulationFee(uint128 numerator, uint128 denominator)
setSellReflectionFee(uint128 numerator, uint128 denominator)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.