Presale01
Verified contract
Active on
Ethereum with 167 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 13 additional slots
-
variable spans 5 additional slots
-
variable spans 6 additional slots
0xca07…4042
0x2a89…6c41
0x5c69…aa6f
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Presale01"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12302906 | 4 years ago | | | 0 | 0.0051993557 | |
| 12302898 | 4 years ago | | | 0 | 0.0043851000 | |
| 12302893 | 4 years ago | | | 0 | 0.013006500 | |
| 12302893 | 4 years ago | | | 0 | 0.012190200 | |
| 12302890 | 4 years ago | | | 0 | 0.0034132560 | |
| 12302885 | 4 years ago | | | 0 | 0.0091426500 | |
| 12302884 | 4 years ago | | | 0 | 0.0037789620 | |
| 12302884 | 4 years ago | | | 0 | 0.0042665700 | |
| 12302882 | 4 years ago | | | 0 | 0.0048760800 | |
| 12302881 | 4 years ago | | | 0 | 0.0032395456 |
ABI
ABI objects
Getter at block 21099643 PRESALE_INFO() view returns (address PRESALE_OWNER, address S_TOKEN, address B_TOKEN, uint256 TOKEN_PRICE, uint256 MAX_SPEND_PER_BUYER, uint256 AMOUNT, uint256 HARDCAP, uint256 SOFTCAP, uint256 LIQUIDITY_PERCENT, uint256 LISTING_RATE, uint256 START_BLOCK, uint256 END_BLOCK, uint256 LOCK_PERIOD, bool PRESALE_IN_ETH)
CONTRACT_VERSION() view returns (uint256)
1
PRESALE_FEE_INFO() view returns (uint256 UNICRYPT_BASE_FEE, uint256 UNICRYPT_TOKEN_FEE, uint256 REFERRAL_FEE, address BASE_FEE_ADDRESS, address TOKEN_FEE_ADDRESS, address REFERRAL_FEE_ADDRESS)
(UNICRYPT_BASE_FEE=18, UNICRYPT_TOKEN_FEE=18, REFERRAL_FEE=100, BASE_FEE_ADDRESS=0xaa3d85ad9d128dfecb55424085754f6dfa643eb1, TOKEN_FEE_ADDRESS=0x0d9b1e53cbb251572d982d9f96520e8d40d22bb0, REFERRAL_FEE_ADDRESS=0x0000000000000000000000000000000000000000)
PRESALE_GENERATOR() view returns (address)
0x499df38a3be830a4c21611a7d3fcf78c189db36d
PRESALE_LOCK_FORWARDER() view returns (address)
0xca07e89e9674e9bc5bb9cade6771fec8e14e4042
PRESALE_SETTINGS() view returns (address)
0x2a8977e2a829be0dd8c94fc7886b15937a376c41
STATUS() view returns (bool WHITELIST_ONLY, bool LP_GENERATION_COMPLETE, bool FORCE_FAILED, uint256 TOTAL_BASE_COLLECTED, uint256 TOTAL_TOKENS_SOLD, uint256 TOTAL_TOKENS_WITHDRAWN, uint256 TOTAL_BASE_WITHDRAWN, uint256 ROUND1_LENGTH, uint256 NUM_BUYERS)
(WHITELIST_ONLY=false, LP_GENERATION_COMPLETE=true, FORCE_FAILED=false, TOTAL_BASE_COLLECTED=150000000000000000000, TOTAL_TOKENS_SOLD=375000000000000000000000, TOTAL_TOKENS_WITHDRAWN=375000000000000000000000, TOTAL_BASE_WITHDRAWN=0, ROUND1_LENGTH=533, NUM_BUYERS=38)
UNI_FACTORY() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
getWhitelistedUsersLength() view returns (uint256)
0
presaleStatus() view returns (uint256)
2
Read-only
BUYERS(address) view returns (uint256 baseDeposited, uint256 tokensOwed)
getUserWhitelistStatus(address _user) view returns (bool)
getWhitelistedUserAtIndex(uint256 _index) view returns (address)
State-modifying
Events addLiquidity()
editWhitelist(address[] _users, bool _add)
forceFailByUnicrypt()
forceFailIfPairExists()
init1(address _presaleOwner, uint256 _amount, uint256 _tokenPrice, uint256 _maxEthPerBuyer, uint256 _hardcap, uint256 _softcap, uint256 _liquidityPercent, uint256 _listingRate, uint256 _startblock, uint256 _endblock, uint256 _lockPeriod)
init2(address _baseToken, address _presaleToken, uint256 _unicryptBaseFee, uint256 _unicryptTokenFee, uint256 _referralFee, address _baseFeeAddress, address _tokenFeeAddress, address _referralAddress)
ownerWithdrawTokens()
setWhitelistFlag(bool _flag)
updateBlocks(uint256 _startBlock, uint256 _endBlock)
updateMaxSpendLimit(uint256 _maxSpend)
userDeposit(uint256 _amount) payable
userWithdrawBaseTokens()
userWithdrawTokens()
This contract contains no event objects.
constructor(address _presaleGenerator)
This contract contains no fallback and receive objects.
This contract contains no error objects.