PreSaleDop

Verified contract

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

No balances found for "PreSaleDop"

0x5a24d0c3c511b46b7ae6cf729679a28f7e5f49164a915553d2cea42e9d0e814d
0xd2917835c480656d71d90bd26dd8da7934af73c8873ba009d0c0f179066bb902
0xd341c5a054998ac226c7b33f15ecc72f3ef592015db431843fc0e1b765a48094
0xb25a6be8c7fa1340338e1ecedb90cf42379992e58608941176a525c404e2e4e2
0xbf1accbb2aef19d992c7150c3095b712e57cb6327146a484a10bd1c4d4256aee
0x0c2105332d6f904d9bfa26a4e2b57d320a05147708b0dfd73e02a5bb34902e91
0x8bae230d226655c70d9ca5bb774970d646709b302ca11040d8f3cb337a474206
0x12f219b1522ccf5c512d6c768c594d712da4afc0f41dcae0edaabe08896f4dda
0xffef3da69fb38c4e5b9223d5380d317b6a00e366f04eb6961025d67db77848f0
0xf13849889c700e24a7c9b69d6d9a9652acf572e1df496ed931211d2bc93612c5

Functions
Getter at block 21162060
USDT(view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
buyEnable(view returns (bool)
true
claimEnable(view returns (bool)
false
claimsContract(view returns (address)
0x08669b18fe3a661400ac8dddf837e90861bff5b6
dopToken(view returns (address)
0x0000000000000000000000000000000000000000
dopWallet(view returns (address)
0x347114dea137a6eddfba91bc07a238c719eb505d
fundsWallet(view returns (address)
0xa22bac86e8f721875c6be26c1fc0b021442f7279
getLatestPriceEth(view returns (uint256)
317508160000
getRoundCount(view returns (uint8)
2
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
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
InvestedWithEth(address indexed bystring codeuint256 amountInvestedEthuint8 indexed rounduint256 priceuint256 dopPurchased
InvestedWithUSDT(address indexed bystring codeuint256 amountInUsduint8 indexed rounduint256 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 usdt
Fallback and receive

This contract contains no fallback and receive objects.

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