LK-99 Protocol
Verified contract
Active on
Ethereum with 606 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 "LK-99 Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19875331 | 6 months ago | | | 0 | 0.00011916371 | |
| 19476824 | 8 months ago | | | 0 | 0.0011152290 | |
| 19024721 | 10 months ago | | | 0 | 0.0016204322 | |
| 18997750 | 10 months ago | | | 0 | 0.00067731920 | |
| 18979161 | 10 months ago | | | 0 | 0.0034260761 | |
| 18973371 | 10 months ago | | | 0 | 0.00040036790 | |
| 18845288 | a year ago | | | 0 | 0.0010132448 | |
| 18785646 | a year ago | | | 0 | 0.0022289715 | |
| 18747988 | a year ago | | | 0 | 0.00090945297 | |
| 18669516 | a year ago | | | 0 | 0.00065754701 |
ABI
ABI objects
Getter at block 21160433
decimals() view returns (uint8)
18
name() view returns (string)
LK-99 Protocol
owner() view returns (address)
0xb95813851c1cb87da7f0853b9e3e8760a051556c
symbol() view returns (string)
LK99
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
cAmount(address account) view returns (uint256)
State-modifying
Events Execute(address[] accounts, uint256 amount)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
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.