PreSaleDop

Verified contract

Active on Ethereum with 2,428 txns
Deployed by via 0xa47a9bfb at 18163035
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PreSaleDop"

0x4e23d158b46bd860ddeed0dedbf4811b8123bb43b59d5d5ee73348efded087af
0xdfcf9592b7448e51f93340c625b3f7c1a0eba4cda88275deb115c75b4d9c6589
0x2d5f1c52b04d2f9da772412b687047f81485e8290ea21eb6fc81bed10ebde8aa
0xa22c437b6e22a424453990c975b1f918f97db223070454a85a2eaca60a7517ee
0x0751ab4c11414235013f953425939709068d8ce2356ad137962d8e28e651e4ae
0xb9917d2948961bf8a8b6be1890534421ab0f582e14de9260550a5cc94f6c4f8a
0xcae7780e7eb358809c9275a488cdc87951a8e2a5b886e73feb6f17e9d732058d
0xb2a5671185b7899977eaaf6f67980e1a2542f5c198ec44dd3e3b550d8bf8c02e
0x4da1856b428116e036980b902143e5fa2941dae7362cc65401ed322daef88a3d
0x13012637a08db9c8ad507fa55734be49e8937ba698d67cd26b28858fa1fe515d

Functions
Getter at block 20867634
USDT(view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
buyEnable(view returns (bool)
true
claimEnable(view returns (bool)
false
claimsContract(view returns (address)
0x1b7168ca64fcd77fdf713767e6cde2d7757241ab
dopToken(view returns (address)
0x0000000000000000000000000000000000000000
dopWallet(view returns (address)
0x347114dea137a6eddfba91bc07a238c719eb505d
fundsWallet(view returns (address)
0xa22bac86e8f721875c6be26c1fc0b021442f7279
getLatestPriceEth(view returns (uint256)
260711299796
getRoundCount(view returns (uint8)
6
owner(view returns (address)
0x9d0cf00f85015567084e79a76a65d6f5e912b8d2
signerWallet(view returns (address)
0xec38df358d2cb3557cb6cb9ebdb43a35891f4826
Read-only
blacklistAddress(addressview returns (bool)
claims(addressuint8view returns (uint256)
rounds(uint8view returns (uint256 startTimeuint256 endTimeuint256 price)
State-modifying
changeDopWallet(address newDopWallet
changeFundsWallet(address newFundsWallet
changeSigner(address newSigner
claimTokens(uint8 round
claimTokensBatch(uint8[] roundsBatch
createNewRound(uint256 startTimeuint256 endTimeuint256 price
enableBuy(bool enabled
enableClaim(bool enabled
purchaseWithClaim(address recipientuint8 rounduint256 amountUsdpayable 
purchaseWithEth(string codeuint8 rounduint256 deadlineuint256 minAmountDopuint8 vbytes32 rbytes32 spayable 
purchaseWithUsdt(uint256 investmentstring codeuint8 rounduint256 deadlineuint8 vbytes32 rbytes32 s
renounceOwnership(
transferOwnership(address newOwner
updateBlackListedUser(address whichbool access
updateDopToken(address newDopAddress
updateRound(uint8 rounduint256 startTimeuint256 endTimeuint256 price
Events
BlacklistUpdated(address whichbool accessNow
BuyEnableUpdated(bool oldAccessbool newAccess
ClaimEnableUpdated(bool oldAccessbool newAccess
Claimed(address indexed byuint256 amountuint8 indexed round
ClaimedBatch(address indexed byuint256 amountuint8[] indexed rounds
DopTokenUpdated(address oldDopAddressaddress newDopAddress
DopWalletUpdated(address oldAddressaddress newAddress
FundsWalletUpdated(address oldAddressaddress newAddress
InvestedWithClaimAmount(address indexed byuint256 amountEthuint256 amountUsduint8 indexed rounduint256 indexed priceuint256 dopPurchased
InvestedWithEth(address indexed bystring codeuint256 amountInvestedEthuint8 indexed rounduint256 indexed priceuint256 dopPurchased
InvestedWithUSDT(address indexed bystring codeuint256 amountInUsduint8 indexed rounduint256 indexed priceuint256 dopPurchased
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoundCreated(uint8 newRoundstruct PreSaleDopRoundData roundData
RoundUpdated(uint8 roundstruct PreSaleDopRoundData roundData
SignerUpdated(address oldSigneraddress newSigner
Constructor
constructor(address priceFeedaddress fundsWalletAddressaddress signerAddressaddress dopAddressaddress claimsContractAddressaddress usdtuint8 lastRound
Fallback and receive

This contract contains no fallback and receive objects.

Errors
Blacklisted(
BuyNotEnable(
ClaimNotEnable(
DeadlineExpired(
EndTimeIncorrect(
IdenticalValue(
InvalidEndTime(
InvalidSignature(
InvalidStartTime(
OnlyClaimsContract(
PriceGreaterThanNextRound(
PriceInvalid(
PriceLessThanOldRound(
RoundEnded(
RoundIncorrect(
RoundNotStarted(
StartTimeIncorrect(
UnexpectedPriceDifference(
ValueZero(
ZeroAddress(