Sola Token
Verified contract
Active on
Ethereum with 6,483 txns
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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- | |
SOL | ERC-20 | 3.892004K | -- | -- | |
LINO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453269 | 3 months ago | | | 0 | 0.000047549000 | |
| 17716967 | a year ago | | | 0 | 0.00040008988 | |
| 17556380 | a year ago | | | 0 | 0.00071359500 | |
| 15596082 | 2 years ago | | | 0 | 0.00095868342 | |
| 15506852 | 2 years ago | | | 0 | 0.00034394976 | |
| 14624293 | 3 years ago | | | 0 | 0.0023159591 | |
| 14197549 | 3 years ago | | | 0 | 0.0017192750 | |
| 13820202 | 3 years ago | | | 0 | 0.0032330844 | |
| 13609709 | 3 years ago | | | 0 | 0.0062656984 | |
| 12285564 | 4 years ago | | | 0 | 0.0045954030 |
ABI
ABI objects
Getter at block 21163054
FUTURE_DEVELOPMENT_FUND() view returns (uint256)
55000000000000
INCENT_FUND_NON_VESTING() view returns (uint256)
3000000000000
INCENT_FUND_VESTING() view returns (uint256)
27000000000000
PUBLIC_START_TIME() view returns (uint64)
1514210400
SALE_FUND() view returns (uint256)
50000000000000
TEAM_FUND() view returns (uint256)
15000000000000
decimals() view returns (uint8)
6
fundsTokensHaveBeenMinted() view returns (bool)
true
futureDevelopmentFundAddress() view returns (address)
0x7319ab6fddf72e8e81acd790d235fce305a441d6
incentFundAddress() view returns (address)
0x155859d54157a2753d868e033cb61aa25cd7f9a7
name() view returns (string)
Sola Token
openLedgerAddress() view returns (address)
0xf14c93540c0ba28f1806a508ccd90d02edf95e50
saleTokensHaveBeenMinted() view returns (bool)
true
symbol() view returns (string)
SOL
teamFundAddress() view returns (address)
0xeca0af6b6d3e2ced813b83ec0bd8f09414e6cc65
totalSupply() view returns (uint256)
127864775000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
mintFundsTokens()
mintSaleTokens(uint256 _value)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _openLedger, address _futureDevelopmentFund, address _incentFund, address _teamFund)
This contract contains no fallback and receive objects.
This contract contains no error objects.