Lemon Token
Verified contract
Active on
Ethereum with 2,225 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Lemon Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10261243 | 5 years ago | | | 0 | 0.0010862670 | |
| 9190824 | 5 years ago | | | 0 | 0.00029362400 | |
| 9186602 | 5 years ago | | | 0 | 0.000096661400 | |
| 9186597 | 5 years ago | | | 0 | 0.000077101500 | |
| 8847091 | 5 years ago | | | 0 | 0.00010627500 | |
| 8847089 | 5 years ago | | | 0 | 0.000085020000 | |
| 8847014 | 5 years ago | | | 0 | 0.00020502000 | |
| 8847014 | 5 years ago | | | 0 | 0.00020502000 | |
| 8802083 | 5 years ago | | | 0 | 0.00043582800 | |
| 8695763 | 5 years ago | | | 0 | 0.00061506000 |
ABI
ABI objects
Getter at block 21403759
decimals() view returns (uint8)
0
name() view returns (string)
Lemon Token
symbol() view returns (string)
Lemon
totalSupply() view returns (uint256)
7777777777
version() view returns (string)
H1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.