Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LPCoin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7019483 | 6 years ago | | | 0 | 0.00051988000 | |
| 6984345 | 6 years ago | | | 0 | 0.00037052000 | |
| 6913703 | 6 years ago | | | 0 | 0.00051988000 | |
| 6913443 | 6 years ago | | | 0 | 0.00051988000 | |
| 6896348 | 6 years ago | | | 0 | 0.00051924000 | |
| 6853135 | 6 years ago | | | 0 | 0.00037052000 | |
| 6852804 | 6 years ago | | | 0 | 0.00051988000 | |
| 6842230 | 6 years ago | | | 0 | 0.00051988000 | |
| 6700638 | 6 years ago | | | 0 | 0.00029590400 | |
| 6671270 | 6 years ago | | | 0 | 0.00022257362 |
ABI
ABI objects
Getter at block 21194820
INITIAL_SUPPLY() view returns (uint256)
10000000000
decimals() view returns (uint8)
18
name() view returns (string)
LPCoin
symbol() view returns (string)
LPCoin
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _burntAmount) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _from, uint256 _tokenDestroyed, uint256 _timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.