PresaleV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "PresaleV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PresaleV2"
ABI
ABI objects
Getter at block 21274831 getLatestPrice() view returns (uint256)
USDTInterface() view returns (address)
0x0000000000000000000000000000000000000000
admin() view returns (address)
0x0000000000000000000000000000000000000000
aggregatorInterface() view returns (address)
0x0000000000000000000000000000000000000000
baseDecimals() view returns (uint256)
0
directTotalTokensSold() view returns (uint256)
0
discountedPrice() view returns (uint256)
0
dynamicSaleState() view returns (bool)
false
maxTokensToSell() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
paymentWallet() view returns (address)
0x0000000000000000000000000000000000000000
percent() view returns (uint256)
0
quoter() view returns (address)
0x0000000000000000000000000000000000000000
saleToken() view returns (address)
0x0000000000000000000000000000000000000000
stakingManagerInterface() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
fetchDiscountedPrice(uint256 amountOut) view returns (uint256)
percentages(uint256) view returns (uint256)
wallets(uint256) view returns (address)
wertWhitelisted(address) view returns (bool)
State-modifying
Events buyWithEth(uint256 amount) payable returns (bool)
buyWithEthWert(address _user, uint256 amount) payable returns (bool)
buyWithUSDT(uint256 amount) returns (bool)
fetchPrice(uint256 amountOut) returns (uint256)
pause()
renounceOwnership()
setAdmin(address _admin)
setDiscountedPrice(uint256 _discountedPrice)
setDynamicSaleState(bool state, address _quoter)
setMaxTokensToSell(uint256 _maxTokensToSell)
setPercent(uint256 _percent)
setSplits(address[] _wallets, uint256[] _percentages)
setStakingManager(address _stakingManagerAddress)
transferOwnership(address newOwner)
unpause()
whitelistUsersForWERT(address[] _addressesToWhitelist)
withdrawTokens()
Amount(uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensBought(address indexed user, uint256 indexed tokensBought, address indexed purchaseToken, uint256 amountPaid, uint256 usdEq, uint256 timestamp)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.