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 "LWF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4367628 | 7 years ago | | | 0 | 0.0078704400 | |
| 4365788 | 7 years ago | | | 0 | 0.0078704400 | |
| 4365765 | 7 years ago | | | 0 | 0.0027546540 | |
| 4365707 | 7 years ago | | | 0 | 0.0043581510 | |
| 4361910 | 7 years ago | | | 0 | 0.0043594950 | |
| 4359370 | 7 years ago | | | 0 | 0.0027546540 | |
| 4359335 | 7 years ago | | | 0 | 0.0027546540 | |
| 4359331 | 7 years ago | | | 0 | 0.0043594950 | |
| 4308242 | 7 years ago | | | 0 | 0.00040968900 | |
| 4308232 | 7 years ago | | | 0 | 0.000044155000 |
ABI
ABI objects
Getter at block 21266966
accountsListLength() view returns (uint256)
16
burnAllowed() view returns (bool)
true
decimals() view returns (uint256)
2
lockExpiration() view returns (uint256)
1535760000
maintenance() view returns (bool)
false
name() view returns (string)
LWF
owner() view returns (address)
0x927dc9f1520ca2237638d0d3c6910c14d9a285a8
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LWF
totalSupply() view returns (uint256)
3000000000
version() view returns (string)
release-1.1
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceAt(address _owner, uint256 _block) view returns (uint256 balance)
balanceOf(address _owner) view returns (uint256 balance)
getAccountAddress(uint256 _index) view returns (address)
isBurner(address _address) view returns (bool)
isLocked(address _address) view returns (bool)
isSet(address _address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address _address, uint256 _amount) returns (bool)
burnFeatureDeactivation() returns (bool)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
maintenanceDeactivateUser(address _user) returns (bool)
maintenanceSetAccountsList(address[] _accountsList) returns (bool)
setBurner(address _address, bool _auth) returns (bool)
setMaintenance(bool _state) returns (bool)
transfer(address _recipient, 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)
Burn(address who, uint256 amount)
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.