Presale01
Verified contract
Active on
Ethereum with 470 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
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AFTRBRN | ERC-20 | 34.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13057622 | 3 years ago | | | 0 | 0.0089238310 | |
| 13048935 | 3 years ago | | | 0 | 0.0053911200 | |
| 13048711 | 3 years ago | | | 0 | 0.0091091326 | |
| 13048672 | 3 years ago | | | 0 | 0.0012606972 | |
| 13048668 | 3 years ago | | | 0 | 0.0081355689 | |
| 13048659 | 3 years ago | | | 0 | 0.0094632780 | |
| 13048406 | 3 years ago | | | 0 | 0.010699063 | |
| 13048387 | 3 years ago | | | 0 | 0.0074559160 | |
| 13048289 | 3 years ago | | | 0 | 0.011183874 | |
| 13047700 | 3 years ago | | | 0 | 0.0043673516 |
ABI
ABI objects
Getter at block 21162011 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)
2
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)
0x05e5a82ad97caf832ca3e53b154f84a8b69dc1eb
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=60000000000000000000, TOTAL_TOKENS_SOLD=52199999999999983, TOTAL_TOKENS_WITHDRAWN=52165199999999983, TOTAL_BASE_WITHDRAWN=0, ROUND1_LENGTH=533, NUM_BUYERS=194)
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.