LivingTheDream
Verified contract
Active on
Ethereum with 5,130 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($214.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LTD | ERC-20 | 20.72189M | $0.00001 |
$214.47 | |
MGMES | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260781 | 6 hours ago | | | 0 | 0.00023250333 | |
| 21260778 | 6 hours ago | | | 0 | 0.00025244093 | |
| 21260776 | 6 hours ago | | | 0 | 0.00036358509 | |
| 21260005 | 9 hours ago | | | 0 | 0.00024141443 | |
| 21259998 | 9 hours ago | | | 0 | 0.00041813883 | |
| 21259243 | 11 hours ago | | | 0 | 0.00061280739 | |
| 21259006 | 12 hours ago | | | 0 | 0.00049096655 | |
| 21258306 | 15 hours ago | | | 0 | 0.00046783668 | |
| 21258212 | 15 hours ago | | | 0 | 0.00055187582 | |
| 21257538 | 17 hours ago | | | 0 | 0.00038097188 |
ABI
ABI objects
Getter at block 21262668
MAX_SUPPLY() view returns (uint256)
333333333333000000000000000000
buyFee() view returns (uint256)
3
decimals() view returns (uint8)
18
getCirculatingSupply() view returns (uint256)
330194000000000000000000000000
isTradingEnabled() view returns (bool)
true
name() view returns (string)
LivingTheDream
owner() view returns (address)
0xbb5342a1be4b1c52ee70409a4596aa3efdf2a17b
pair() view returns (address)
0x7cbacdee3d1f0306a2282985c2e371f1500104ec
sellFee() view returns (uint256)
5
swapTokensAtAmount() view returns (uint256)
25000000000000000000000000
swapping() view returns (uint256)
1
symbol() view returns (string)
LTD
totalFeeTokens() view returns (uint256)
20721890308720137126547370
totalSupply() view returns (uint256)
330194333333000000000000000000
treasuryWallet() view returns (address)
0xbb5342a1be4b1c52ee70409a4596aa3efdf2a17b
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
userInfo(address) view returns (bool isFeeExempt, bool isBlacklisted, bool isAMM)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
changeFees(uint256 buy, uint256 sell)
enableTrading(bool enable)
renounceOwnership()
setAMM(address account, bool value)
setBlacklisted(address account, bool value)
setBlacklistedMany(address[] accounts)
setFeeExempt(address account, bool value)
setFeeExemptMany(address[] accounts)
setSwapAtAmount(uint256 amount)
setTreasuryWallet(address newWallet)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawStuckTokens(address token)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesChanged(uint256 buy, uint256 sell)
FeesProcessed(uint256 swapTokensAtAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapThresholdAdjusted(uint256 amount)
TradingStatus(bool enable)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _treasuryWallet, address _router)
This contract contains no fallback and receive objects.
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)
InvalidConfiguration()
InvalidTransfer(address from, address to)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TradingNotEnabled()