LGO Token
Verified contract
Active on
Ethereum with 26,596 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
-
variable spans 11 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
LGO | ERC-20 | 115.521285K | -- | -- | |
SEN | ERC-20 | 66.12K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
LGO | ERC-20 | 3.814356K | -- | -- | |
RAMEN | ERC-20 | 2.5K | -- | -- | |
PYRO | ERC-20 | 1K | -- | -- | |
ING | ERC-20 | 115 | -- | -- | |
RAMEN | ERC-20 | 115 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21205309 | 8 days ago | | | 0 | 0.00040362600 | |
| 19953300 | 6 months ago | | | 0 | 0.00018852667 | |
| 19742063 | 7 months ago | | | 0 | 0.00037556210 | |
| 18426317 | a year ago | | | 0 | 0.00072371451 | |
| 17067462 | 2 years ago | | | 0 | 0.0023114135 | |
| 17059843 | 2 years ago | | | 0 | 0.0013291356 | |
| 16929400 | 2 years ago | | | 0 | 0.0012245008 | |
| 16915303 | 2 years ago | | | 0 | 0.00056486619 | |
| 16903032 | 2 years ago | | | 0 | 0.00081152957 | |
| 16796768 | 2 years ago | | | 0 | 0.0010908710 |
ABI
ABI objects
Getter at block 21260592
advisorsAllocatedAmount() view returns (uint256)
907075260000000
decimals() view returns (uint8)
8
foundersAllocatedAmount() view returns (uint256)
2721225780000000
holdersAllocatedAmount() view returns (uint256)
14513204160000000
name() view returns (string)
LGO Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xc2f2bd26275ac3319479437891a036ae34d48215
symbol() view returns (string)
LGO
totalSupply() view returns (uint256)
21769806240000000
Read-only
ADVISORS_LOCK_DATES(uint256) view returns (uint256)
BONUS_DATES(uint256) view returns (uint256)
FOUNDERS_LOCK_DATES(uint256) view returns (uint256)
advisors(address) view returns (bool)
allocations(address) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
eligibleForBonus(uint256, address) view returns (bool)
founders(address) view returns (bool)
initialAllocations(address) view returns (uint256)
unspentAmounts(uint256) view returns (uint256)
State-modifying
Events acceptOwnership()
allocate(address _address, uint256 _amount, uint8 _type) returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
claimBonus(address _address, uint256 _bonusDate) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Allocate(address _address, uint256 _value)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.