PresaleContract

Verified contract

Active on Ethereum with 78 txns
Deployed by via 0x4b676af1 at 21315614
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xb78477445f43f6a975f37fc603e798c37c97fd27e51e7b2edf607c034413a0cd
0x86ec19aabfcb3852121ccef51ce60f319cb672eaf246ccdb68a0270ca262d242
0x00bac65902d496a11c6f5195aba2ebfa5a44e07dec758e47959339b8d95ff059
0x26de0bf4f241f3b84e2a793c41ec8fed7004210368ab4327551c525993d7eadd
0xa400756cee9229e9bf60250ed4ed025aaecb67f9f1f716fd7f7ba6de2927ceb7
0xf897d61ee075c1359692458969324ecf531f40bddee4c1d8889e19ba51460364
0x8ce9b2ea2ebde17fb5c507270aedeaf3de8755186557042dbf3f78ac59829364
0x4b893f286c855fd128667675645f5430c85deab6c7051b0c21aff64cc5b5ea31
0x8fa57c7463f9b52815f4bbba41274e22ce3cea18bc658f3fff43f2f74ea4f92f
0xf1b8d1f69190f0c814661cf7fb6ade9000af7654b8ea69f389d6088fcf229671

Functions
Getter at block 21403213
allForPresale(view returns (uint256)
499999992000000000000000000
allSoldTokens(view returns (uint256)
604200856650000000000000
allow_extract_at(view returns (uint256)
0
allow_renounce_ownership_at(view returns (uint256)
0
allow_transfer_ownership_at(view returns (uint256)
0
currentPrice(view returns (uint256)
20000
currentRound(view returns (uint256)
1
getEthPrice(view returns (uint256)
3847650000
getTimestamp(view returns (uint256)
1734208991
initial_multisig_admin(view returns (address)
0x453f55b3ac1c4377a8bad6bb7efe55bae982124f
nst_token_address(view returns (address)
0x44c73a753108e28da896f8f17da2273a9f5c0538
owner(view returns (address)
0x453f55b3ac1c4377a8bad6bb7efe55bae982124f
paused(view returns (bool)
false
payout_address(view returns (address)
0xa796029f1887b28545dc61f30a67d4661ec18cdb
potential_owner(view returns (address)
0x0000000000000000000000000000000000000000
presale_ended(view returns (bool)
false
price_feed_address(view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
remainingForRound(view returns (uint256)
20229132143350000000000000
 
renounceOwnership(view 
scheduled_new_owner(view returns (address)
0x0000000000000000000000000000000000000000
timelock_period(view returns (uint256)
172800
usdt_token_address(view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
calcBaseAmountFromQuote(uint256 usdt_amountuint256 priceuint256 output_decimals_countpure returns (uint256)
calcBuyPrice(uint256 base_amountuint256 quote_amountuint256 decimal_amountpure returns (uint256)
calcQuoteAmountFromBase(uint256 eth_amountuint256 priceuint256 input_decimals_countpure returns (uint256)
quote(bool is_usdtuint256 initial_payment_amountview returns (uint256uint256)
quoteFromNST(bool to_usdtuint256 nst_amountview returns (uint256uint256)
quoteFromNSTtoUSDT(uint256 nst_amountview returns (uint256uint256)
quoteFromUSDTtoNST(uint256 payment_amountview returns (uint256uint256uint256uint256booluint256[4][])
transferOwnership(address newOwnerview 
State-modifying
acceptOwnership(
buyForETH(uint256 eth_amountuint256 nst_amount_with_slippageuint256 valid_untilpayable returns (uint256)
buyForUSDT(uint256 usdt_amountuint256 nst_amount_with_slippageuint256 valid_untilreturns (uint256)
cancelExtractNst(
cancelRenounceOwnership(
cancelTransferOwnership(
executeExtractNst(
executeRenounceOwnership(
executeTransferOwnership(
pause(
scheduleExtractNst(
scheduleRenounceOwnership(
scheduleTransferOwnership(address newOwner
setNstAddress(address nst_address_
unPause(
Events
AcquiredForOrder(address indexed buyer_addressuint256 usdt_amountuint256 nst_priceuint256 payment_token_amountuint256 payment_token_exchange_rateuint256 rounduint256 nst_amount
CurrentRoundAmount(uint256 amount
IncreaseRound(uint256 round
OwnerNominated(address newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PresaleEnded(bool ended
PresaleInitialized(address nst_address
ScheduleExtractNST(uint256 allow_execute_atbool canceledbool executed
ScheduleRenounceOwnership(uint256 allow_execute_atbool canceledbool executed
ScheduleTransferOwnership(address new_owner_candidateuint256 allow_execute_atbool canceledbool executed
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
EnforcedPause(
ExpectedPause(
FailedCall(
InsufficientBalance(uint256 balanceuint256 needed
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(