SuperLaunch
Verified contract
Active on
Ethereum with 631 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3d32…95e8
0xfd22…9f78
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15218260 | 2 years ago | | | 0 | 0.00082946938 | |
| 10337100 | 4 years ago | | | 0 | 0.0011826560 | |
| 10118862 | 4 years ago | | | 0 | 0.00047691860 | |
| 10043518 | 5 years ago | | | 0 | 0.00030741200 | |
| 10040628 | 5 years ago | | | 0 | 0.00026349600 | |
| 10023669 | 5 years ago | | | 0 | 0.00032474400 | |
| 10023669 | 5 years ago | | | 0 | 0.00028545400 | |
| 10023598 | 5 years ago | | | 0 | 0.00032937000 | |
| 10020547 | 5 years ago | | | 0 | 0.00041720200 | |
| 9976105 | 5 years ago | | | 0 | 0.00014272700 |
ABI
ABI objects
Getter at block 21203756
AMOUNT_OF_FREE_TOKENS() view returns (uint256)
0
REFERRER_COMMISSION_PERCENTAGE() view returns (uint256)
10
ROOT_COMMISSION_PERCENTAGE() view returns (uint256)
10
TOKEN_PRICE_USD_CENTS() view returns (uint256)
10000
amountOfFreeTokensAvailable() view returns (uint256)
0
amountOfTokensForSale() view returns (uint256)
447
bank() view returns (address)
0x3d320078c83a65841b7046eff6ca049092e795e8
decimals() view returns (uint8)
0
getTokenPriceETH() view returns (uint256)
376633648450152536
name() view returns (string)
SuperLaunch
priceWatcher() view returns (address)
0xfd2211fca84d335c9a79acc63b0c1cb5a6df9f78
root() view returns (address)
0xcbb4d0ffe7254dcff4ec7d46ee5782e900a6fa78
symbol() view returns (string)
SLX
totalSupply() view returns (uint256)
1000
Read-only
address_to_referrals(address, uint256) view returns (address)
address_to_referrer(address) view returns (address)
allowance(address _owner, address _spender) view returns (uint256)
amountOfReferralsMade(address _byReferrer) view returns (uint256)
balanceOf(address _who) view returns (uint256)
participants(uint256) view returns (address)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
buyTokens(address _referrer) payable
decreaseAllowance(address _spender, uint256 _subtractedAmount) returns (bool)
increaseAllowance(address _spender, uint256 _addedAmount) returns (bool)
transfer(address _to, uint256 _amount) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(address _priceWatcherContract, uint256 _tokenPriceUSDcents, uint256 _totalSupply, uint256 _amountOfFreeTokens, address _root, address _bank, uint256 _referrerCommissionPercentage, uint256 _rootCommissionPercentage)
This contract contains no fallback and receive objects.
This contract contains no error objects.