SDAOLaunchpad
Verified contract
Active on
Ethereum with 18,728 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,917,315.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HyPC | ERC-20 | 8.260944M | $0.232094 |
$1,917,315.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161717 | 3 minutes ago | | | 0 | 0.0019820723 | |
| 21160966 | 3 hours ago | | | 0 | 0.0015187790 | |
| 21160962 | 3 hours ago | | | 0 | 0.0017393625 | |
| 21160188 | 5 hours ago | | | 0 | 0.0017809966 | |
| 21158561 | 11 hours ago | | | 0 | 0.0029990581 | |
| 21157855 | 13 hours ago | | | 0 | 0.0032190616 | |
| 21157852 | 13 hours ago | | | 0 | 0.0030357170 | |
| 21157850 | 13 hours ago | | | 0 | 0.0030978944 | |
| 21157030 | 16 hours ago | | | 0 | 0.0015183127 | |
| 21157027 | 16 hours ago | | | 0 | 0.0014672676 |
ABI
ABI objects
Getter at block 21161729
MAX_BASIS_POINTS() view returns (uint256)
10000
MAX_POOLS_ALLOWED() view returns (uint256)
50
getSigner() view returns (address)
0xcd231d4ba7b15a4722ac057419d9cd7689e7b8db
launchToken() view returns (address)
0xea7b7dc089c9a4a916b5a7a37617f59fd54e37e4
launchTokenPrecision() view returns (uint256)
1000000
nrOfPools() view returns (uint256)
21
owner() view returns (address)
0xcd231d4ba7b15a4722ac057419d9cd7689e7b8db
reservedLaunchTokens() view returns (uint256)
8260921932318
Read-only
claimableTokens(uint256 _pid, address _user) view returns (uint256 claimableAmount)
getPoolDepositToken(uint256 _pid) view returns (address)
isValidSignature(string _salt, uint256 _poolId, address _wallet, bytes _signature) view returns (bool)
poolInfo(uint256) view returns (address depositToken, uint256 depositedAmount, uint256 minDeposit, uint256 maxDeposit, uint256 startOfDeposits, uint256 endOfDeposits, uint256 price, struct SDAOLaunchpadEmissionPeriod emissionPeriod, bool collected, uint256 cappedTotalDeposits, uint256 instantUnlockRatio, uint256 totalClaimed)
userInfo(uint256, address) view returns (uint256 deposited, uint256 claimed)
State-modifying
Events claim(uint256 _pid, address _to)
claimAll()
collectDeposits(uint256 _pid, address _to)
createPool(address _token, uint256 _minDeposit, uint256 _maxDeposit, uint256 _startOfDeposits, uint256 _endOfDeposits, uint256 _price, uint256 _cappedTotalDeposits, uint256 _instantUnlockRatio)
deposit(uint256 _pid, uint256 _amount, string _salt, bytes _signature)
depositFor(uint256 _pid, uint256 _amount, address _to, string _salt, bytes _signature)
recoverAnyTokens(address token)
renounceOwnership()
setEmission(uint256 _pid, uint256 _startOfEmissions, uint256 _endOfVestingCliff, uint256 _endOfEmissions, bool _vestingCliffAccrues)
setSigner(address signer)
transferOwnership(address newOwner)
Claimed(address indexed user, uint256 indexed pid, uint256 amount)
CollectedDeposits(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
Deposit(address indexed user, uint256 indexed pid, uint256 amount, address token, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolAdded(uint256 indexed pid, address indexed token)
SignerUpdated(address newSigner)
UpdatedEmissions(uint256 indexed pid, uint256 startOfEmissions, uint256 endOfEmissions)
constructor(address _launchToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.