Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LOVR Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6054145 | 6 years ago | | | 0 | 0.00026019500 | |
| 5900733 | 6 years ago | | | 0 | 0.0015133510 | |
| 5877881 | 6 years ago | | | 0 | 0.000052039000 | |
| 5749941 | 6 years ago | | | 0 | 0.00018519500 | |
| 5728219 | 6 years ago | | | 0 | 0.00036382500 | |
| 5708496 | 6 years ago | | | 0 | 0.0010928190 | |
| 5702489 | 6 years ago | | | 0 | 0.0021335990 | |
| 5702477 | 6 years ago | | | 0 | 0.0021335990 | |
| 5702216 | 6 years ago | | | 0 | 0.0021335990 | |
| 5702211 | 6 years ago | | | 0 | 0.0021309750 |
ABI
ABI objects
Getter at block 21223947
decimals() view returns (uint8)
18
name() view returns (string)
LOVR Token
symbol() view returns (string)
LVR
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
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 burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 totalSupply, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.