PresaleContract
Verified contract
Active on
Ethereum with 78 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NST | ERC-20 | 499.395799M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21401391 | 6 hours ago | | | 0.015 | 0.0011740786 | |
| 21401383 | 6 hours ago | | | 0.015 | 0.0013480379 | |
| 21400248 | 10 hours ago | | | 0.08 | 0.0013074063 | |
| 21399823 | 11 hours ago | | | 0 | 0.0013846725 | |
| 21397524 | 19 hours ago | | | 0.4 | 0.0018381185 | |
| 21392693 | a day ago | | | 0.002 | 0.0020014831 | |
| 21392302 | 2 days ago | | | 0 | 0.0016860168 | |
| 21389277 | 2 days ago | | | 0.248 | 0.0023775909 | |
| 21389114 | 2 days ago | | | 0 | 0.0032842586 | |
| 21388189 | 2 days ago | | | 0.0198 | 0.0036964875 |
ABI
ABI objects
Getter at block 21403213 renounceOwnership() view
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
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_amount, uint256 price, uint256 output_decimals_count) pure returns (uint256)
calcBuyPrice(uint256 base_amount, uint256 quote_amount, uint256 decimal_amount) pure returns (uint256)
calcQuoteAmountFromBase(uint256 eth_amount, uint256 price, uint256 input_decimals_count) pure returns (uint256)
quote(bool is_usdt, uint256 initial_payment_amount) view returns (uint256, uint256)
quoteFromNST(bool to_usdt, uint256 nst_amount) view returns (uint256, uint256)
quoteFromNSTtoUSDT(uint256 nst_amount) view returns (uint256, uint256)
quoteFromUSDTtoNST(uint256 payment_amount) view returns (uint256, uint256, uint256, uint256, bool, uint256[4][])
transferOwnership(address newOwner) view
State-modifying
Events acceptOwnership()
buyForETH(uint256 eth_amount, uint256 nst_amount_with_slippage, uint256 valid_until) payable returns (uint256)
buyForUSDT(uint256 usdt_amount, uint256 nst_amount_with_slippage, uint256 valid_until) returns (uint256)
cancelExtractNst()
cancelRenounceOwnership()
cancelTransferOwnership()
executeExtractNst()
executeRenounceOwnership()
executeTransferOwnership()
pause()
scheduleExtractNst()
scheduleRenounceOwnership()
scheduleTransferOwnership(address newOwner)
setNstAddress(address nst_address_)
unPause()
AcquiredForOrder(address indexed buyer_address, uint256 usdt_amount, uint256 nst_price, uint256 payment_token_amount, uint256 payment_token_exchange_rate, uint256 round, uint256 nst_amount)
CurrentRoundAmount(uint256 amount)
IncreaseRound(uint256 round)
OwnerNominated(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PresaleEnded(bool ended)
PresaleInitialized(address nst_address)
ScheduleExtractNST(uint256 allow_execute_at, bool canceled, bool executed)
ScheduleRenounceOwnership(uint256 allow_execute_at, bool canceled, bool executed)
ScheduleTransferOwnership(address new_owner_candidate, uint256 allow_execute_at, bool canceled, bool executed)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
EnforcedPause()
ExpectedPause()
FailedCall()
InsufficientBalance(uint256 balance, uint256 needed)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()