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
-
variable spans 2 additional slots
19 additional
variables
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 21249077 getLatestPrice() view returns (uint256)
USDTInterface() view returns (address)
0x0000000000000000000000000000000000000000
admin() view returns (address)
0x0000000000000000000000000000000000000000
aggregatorInterface() view returns (address)
0x0000000000000000000000000000000000000000
baseDecimals() view returns (uint256)
0
chainId() view returns (uint256)
0
checkPoint() view returns (uint256)
0
claimStart() view returns (uint256)
0
currentStep() view returns (uint256)
0
dynamicTimeFlag() view returns (bool)
false
endTime() view returns (uint256)
0
maxTokensToBuy() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
paymentWallet() view returns (address)
0x0000000000000000000000000000000000000000
releaseTokens() view returns (bool)
false
saleToken() view returns (address)
0x0000000000000000000000000000000000000000
signer() view returns (address)
0x0000000000000000000000000000000000000000
stakeingWhitelistStatus() view returns (bool)
false
stakingManagerInterface() view returns (address)
0x0000000000000000000000000000000000000000
startTime() view returns (uint256)
0
timeConstant() view returns (uint256)
0
totalBoughtAndStaked() view returns (uint256)
0
totalTokensSold() view returns (uint256)
0
trackRemainingTokens() view returns (uint256[])
[]
usdRaised() view returns (uint256)
0
wertBuyRestrictionStatus() view returns (bool)
false
whitelistClaimOnly() view returns (bool)
false
Read-only
calculatePrice(uint256 _amount) view returns (uint256)
checkSignature(address user, uint256 tokensToRelease, bytes signature) view returns (bool)
ethBuyHelper(uint256 amount) view returns (uint256 ethAmount)
isBlacklisted(address) view returns (bool)
isWhitelisted(address) view returns (bool)
percentages(uint256) view returns (uint256)
prevCheckpoints(uint256) view returns (uint256)
remainingTokensTracker(uint256) view returns (uint256)
roundDetails(uint256 _no) view returns (uint256[])
rounds(uint256, uint256) view returns (uint256)
usdtBuyHelper(uint256 amount) view returns (uint256 usdPrice)
userClaimed(address) view returns (uint256)
userDeposits(address) view returns (uint256)
wallets(uint256) view returns (address)
wertWhitelisted(address) view returns (bool)
State-modifying
Events blacklistUsers(address[] _usersToBlacklist)
buyWithETHWert(address _user, uint256 _amount, bool stake) payable returns (bool)
buyWithEth(uint256 amount, bool stake) payable returns (bool)
buyWithUSDT(uint256 amount, bool stake) returns (bool)
changeClaimStart(uint256 _claimStart) returns (bool)
changeMaxTokensToBuy(uint256 _maxTokensToBuy)
changePaymentWallet(address _newPaymentWallet)
changeRoundsData(uint256[][3] _rounds)
changeSaleTimes(uint256 _startTime, uint256 _endTime)
claim() returns (bool)
claimAndStake() returns (bool)
claimWithSign(uint256 tokensToRelease, bytes signature, bool stake) returns (bool)
incrementCurrentStep(uint256 nextStep)
pause()
removeFromBlacklist(address[] _userToRemoveFromBlacklist)
removeFromWhitelist(address[] _userToRemoveFromWhitelist)
removeFromWhitelistForWERT(address[] _addressesToRemoveFromWhitelist)
renounceOwnership()
setAdmin(address _admin)
setClaimWhitelistStatus(bool _status)
setCurrentStep(uint256 _step, uint256 _checkpoint)
setDynamicTimeFlag(bool _dynamicTimeFlag)
setPrevCheckpointsArray(uint256[] _prevCheckpoints)
setReleaseTokensStatus(bool _status)
setRemainingTokensArray(uint256[] _unsoldTokens)
setSigner(address newSigner)
setSplits(address[] _wallets, uint256[] _percentages)
setStakeingWhitelistStatus(bool _status)
setStakingManager(address _stakingManagerAddress)
setTimeConstant(uint256 _timeConstant)
setWertBuyRestrictionStatus(bool _status)
startClaim(uint256 _claimStart, bool _releaseTokens, uint256 noOfTokens, address _saleToken, address _stakingManagerAddress, bool _takeTokens) returns (bool)
transferOwnership(address newOwner)
unpause()
updateFromBSC(address[] _users, uint256[] _userDeposits)
whitelistUsers(address[] _usersToWhitelist)
whitelistUsersForWERT(address[] _addressesToWhitelist)
ClaimStartUpdated(uint256 prevValue, uint256 newValue, uint256 timestamp)
Initialized(uint8 version)
MaxTokensUpdated(uint256 prevValue, uint256 newValue, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ReleaseTokensUpdated(bool prevValue, bool newValue, uint256 timestamp)
SaleTimeSet(uint256 _start, uint256 _end, uint256 timestamp)
SaleTimeUpdated(bytes32 indexed key, uint256 prevValue, uint256 newValue, uint256 timestamp)
SignerUpdated(address signer)
TokensBought(address indexed user, uint256 indexed tokensBought, address indexed purchaseToken, uint256 amountPaid, uint256 usdEq, uint256 timestamp)
TokensBoughtAndStaked(address indexed user, uint256 indexed tokensBought, address indexed purchaseToken, uint256 amountPaid, uint256 usdEq, uint256 timestamp)
TokensClaimed(address indexed user, uint256 amount, uint256 timestamp)
TokensClaimedAndStaked(address indexed user, uint256 amount, uint256 timestamp)
Unpaused(address account)
UserBlacklistChanged(address indexed account, bool status)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.