Liquity Inu
Verified contract
Active on
Ethereum with 24 txns
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 |
---|---|---|---|---|---|
LINU | ERC-20 | 9.509764B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16985088 | 2 years ago | | | 0 | 0.0015009949 | |
| 16985087 | 2 years ago | | | 0 | 0.0015525657 | |
| 16985085 | 2 years ago | | | 0 | 0.0014624825 | |
| 16985084 | 2 years ago | | | 0 | 0.0015287550 | |
| 16985084 | 2 years ago | | | 0 | 0.0058213750 | |
| 16985079 | 2 years ago | | | 0 | 0.0023315500 | |
| 16985078 | 2 years ago | | | 0 | 0.0023315500 | |
| 16985076 | 2 years ago | | | 0 | 0.0015643506 | |
| 16985075 | 2 years ago | | | 0 | 0.0018562421 | |
| 16985075 | 2 years ago | | | 0 | 0.0018562421 |
ABI
ABI objects
Getter at block 21322890
LUSD() view returns (address)
0x5f98805a4e8be255a32880fdec7f6728c6568ba0
buyDevFee() view returns (uint256)
3
buyLiquidityFee() view returns (uint256)
2
buyTotalFees() view returns (uint256)
5
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
devWallet() view returns (address)
0x092bb82096e6799ae487111abb2a5be8f0942c53
limitsInEffect() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
20000000000000000000000000000
maxWallet() view returns (uint256)
20000000000000000000000000000
name() view returns (string)
Liquity Inu
owner() view returns (address)
0x092bb82096e6799ae487111abb2a5be8f0942c53
sellDevFee() view returns (uint256)
3
sellLiquidityFee() view returns (uint256)
2
sellTotalFees() view returns (uint256)
5
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
500000000000000000000000000
symbol() view returns (string)
LINU
totalSupply() view returns (uint256)
1000000000000000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x2b6cc1f1ca05f2047c56de31f006a5c6fa689443
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
removeLimits() returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _devFee, uint256 _liquidityFee)
updateDevWallet(address newDevWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _devFee, uint256 _liquidityFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
devWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.