Lympo Market Token
Verified contract
Active on
Ethereum with 10,403 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LYM | ERC-20 | 12.693295K | $0.000591 |
$7.51 | |
LMT | ERC-20 | 4.168K | $0.000147 |
$0.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21205165 | 7 days ago | | | 0 | 0.00025420272 | |
| 21165765 | 13 days ago | | | 0 | 0.0010910982 | |
| 21162396 | 13 days ago | | | 0 | 0.00041888870 | |
| 21162395 | 13 days ago | | | 0 | 0.00041641204 | |
| 21162393 | 13 days ago | | | 0 | 0.00044409928 | |
| 21106827 | 21 days ago | | | 0 | 0.00010031112 | |
| 21094842 | 23 days ago | | | 0 | 0.00018076253 | |
| 21041402 | a month ago | | | 0 | 0.00040394774 | |
| 21009734 | a month ago | | | 0 | 0.00036103528 | |
| 20842166 | 2 months ago | | | 0 | 0.00032795019 |
ABI
ABI objects
Getter at block 21258651
decimals() view returns (uint8)
18
distributionContract() view returns (address)
0xa7c4f9e0d22b4b6a79f375b8dd186c6b7457867c
firstUnlockDate() view returns (uint256)
1624381200
name() view returns (string)
Lympo Market Token
owner() view returns (address)
0x913bb6b20f04f6b36e2e835a25e1e065554435a4
saleFinishDate() view returns (uint256)
1616436000
secondUnlockDate() view returns (uint256)
1632330000
symbol() view returns (string)
LMT
totalSupply() view returns (uint256)
1250000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getLocked(address _userAddress) view returns (uint256)
locked(address) view returns (uint256)
pools(address) view returns (bool)
State-modifying
Events addLocked(address _userAddress, uint256 _locked)
addPools(address[] _pools)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removePools(address[] _pools)
renounceOwnership()
setDistributionContract(address _distributionContract)
setUnlockDates(uint256 _saleFinishDate, uint256 _firstUnlockDate, uint256 _secondUnlockDate)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
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.