Shiba Lisa
Verified contract
Active on
Ethereum with 187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Shiba Lisa"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159768 | 22 days ago | | | 0 | 0.0014575054 | |
| 20873501 | 2 months ago | | | 0 | 0.00027152071 | |
| 20838490 | 2 months ago | | | 0 | 0.00065313822 | |
| 18452324 | a year ago | | | 0 | 0.00023275992 | |
| 18452323 | a year ago | | | 0 | 0.00042156064 | |
| 18320045 | a year ago | | | 0 | 0.00055648350 | |
| 18317327 | a year ago | | | 0 | 0.00024941027 | |
| 18248044 | a year ago | | | 0 | 0.00037397765 | |
| 18145626 | a year ago | | | 0 | 0.00037993617 | |
| 18013538 | a year ago | | | 0 | 0.0019414782 |
ABI
ABI objects
Getter at block 21317832
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
1000000000000000000000000000000000
isPublic() view returns (bool)
true
isSellTaxEnabled() view returns (bool)
true
name() view returns (string)
Shiba Lisa
owner() view returns (address)
0xc7f9798c55cfbd0475736045a54999f34d7522c8
sellTax() view returns (uint256)
50
symbol() view returns (string)
LISA
totalSupply() view returns (uint256)
464196563426505195563292307287577
tresuryWallet() view returns (address)
0xd35be7069b9d1885cf024239413898e6f6abdd77
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableSellTax()
enableIsPublic()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setSellTax(uint256 newTax)
setTresuryWallet(address newWallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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(address _tresury)
This contract contains no fallback and receive objects.
AlreadyDisabled()
AlreadyEnabled()
InvalidAmount()
OnlyWhiteListWallet()
ZeroAddress()