Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LAF | ERC-20 | 500K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12625148 | 3 years ago | | | 0 | 0.00027904200 | |
| 11904463 | 4 years ago | | | 0 | 0.0021768000 | |
| 11378804 | 4 years ago | | | 0 | 0.0016874660 | |
| 11371651 | 4 years ago | | | 0 | 0.00072745920 | |
| 11369362 | 4 years ago | | | 0 | 0.00055161600 | |
| 11365285 | 4 years ago | | | 0 | 0.0032417110 | |
| 11343405 | 4 years ago | | | 0 | 0.00073760027 | |
| 11315845 | 4 years ago | | | 0 | 0.0026644200 | |
| 11312377 | 4 years ago | | | 0 | 0.0026866235 | |
| 11302082 | 4 years ago | | | 0 | 0.0024626880 |
ABI
ABI objects
Getter at block 21261917
decimals() view returns (uint8)
18
name() view returns (string)
LEAF
symbol() view returns (string)
LAF
totalSupply() view returns (uint256)
4613936250000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getUnlockableTokens(address _of) view returns (uint256 unlockableTokens)
lockReason(address, uint256) view returns (bytes32)
locked(address, bytes32) view returns (uint256 amount, uint256 validity, bool claimed)
tokensLocked(address _of, bytes32 _reason) view returns (uint256 amount)
tokensUnlockable(address _of, bytes32 _reason) view returns (uint256 amount)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] _recipients, uint256[] _values) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferWithLock(address _to, bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
unlock(address _of) returns (uint256 unlockableTokens)
Approval(address indexed owner, address indexed spender, uint256 value)
Locked(address indexed _of, bytes32 indexed _reason, uint256 _amount, uint256 _validity)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address indexed _of, bytes32 indexed _reason, uint256 _amount)
constructor(string name, string symbol, uint256 amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.