PresaleEthV2
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 1 additional slot
11 additional
variables
Balances ($0.00)
No balances found for "PresaleEthV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PresaleEthV2"
ABI
ABI objects
Getter at block 21211414 getLatestPrice() view returns (uint256)
MONTH() view returns (uint256)
0
USDCInterface() view returns (address)
0x0000000000000000000000000000000000000000
USDTInterface() view returns (address)
0x0000000000000000000000000000000000000000
claimStart() view returns (uint256)
0
decimal() view returns (uint256)
0
default_lockup() view returns (uint256)
0
endTime() view returns (uint256)
0
initialClaimPercent() view returns (uint256)
0
linearPriceUsdRaised() view returns (uint256)
0
maxTotalSold() view returns (uint256)
0
oracleInterface() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
saleAccessOn() view returns (bool)
false
saleToken() view returns (address)
0x0000000000000000000000000000000000000000
stagePrice() view returns (uint256)
0
startTime() view returns (uint256)
0
totalBonus() view returns (uint256)
0
totalTokensSold() view returns (uint256)
0
totalTokensSoldInStage() view returns (uint256)
0
whitelistClaimOnly() view returns (bool)
false
Read-only
deposits(address user) view returns (struct PresaleEthV2UserDeposits[])
ethBuyHelper(uint256 amount) view returns (uint256 ethAmount)
isBlacklisted(address) view returns (bool)
isSaleAccess(address) view returns (bool)
isWhitelisted(address) view returns (bool)
lockup_bonus(uint256) view returns (uint256)
newUser(address, uint256) view returns (bool)
token_quantity_bonus(uint256, uint256) view returns (uint256)
usdtBuyHelper(uint256 amount) view returns (uint256 usdPrice)
userDeposits(address, uint256) view returns (uint256 depositAmount, uint256 bonusAmount, uint256 initialClaim, uint256 claimedAmount, uint256 claimTime)
State-modifying
Events buyWithCoin(uint256 amount, uint256 lockup_months) payable returns (bool)
buyWithCoinDirectPay(uint256 amount, address buyer) payable returns (bool)
buyWithUSDC(uint256 amount, uint256 lockup_months) returns (bool)
buyWithUSDT(uint256 amount, uint256 lockup_months) returns (bool)
changeUSDC(address _usdc)
renounceOwnership()
setPriceAndTotal(uint256 _maxTotalSold, uint256 _stagePrice, bool resetTotal)
transferOwnership(address newOwner)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensBought(address indexed user, uint256 indexed tokensBought, address indexed purchaseToken, uint256 bonus, uint256 amountPaid, uint256 usdEq, uint256 timestamp)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.