This contract is being backfilled. You may encounter incomplete storage history.

PreSaleDop

Verified contract

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

No balances found for "PreSaleDop"

0x2efe754b0bca29fdb707d0c0223318dcd764a6607d747cf4dc48ad7d845a11e8
0x23e588a8dbe11962451406e581212856f7166333a32ebf801a803e078177f3a5
0xc9f39d45496c9c1720983943c8120d453d8cf4c576c2fd29c32cdf48d7f7c0cb
0xb8bb1f461e5d8f032ba3259aeb1d3443096bf505021cb5aa4f09783490f3a595
0xb51cd90c59ac1aef5374692373be1be361c89b24d73cf05db1e9950400d750b6
0xf83ad6accc9f619b979922e8407c617a3c6e474852483bdc339d051fdf3b857d
0x3bd8bc3f1090a55ce856eadca62e4e78ca86b2535ad15de34faff343ac76ead0
0xf036f7164a9035620f260038423412037929a47e7321a8c364f5cce2742871ab
0x07b762addbc2d8b7f36cc6760e30440a6922f7d08d12af860aa897a6a3d95576
0xbc65590cca63a7f2b4bb82e046b215b18bf8181e7d310b04ff5fd3b0863a87c3

Functions
Getter at block 20792768
PRICE_UPDATE_TIMEOUT(view returns (uint256)
7200
fundsWallet(view returns (address)
0xf95844e82447eba0ce9ede88810fdeab7b051d62
getLatestPrice(view returns (uint256)
254641000000
isPurchaseEnabled(view returns (bool)
true
maxAllowed(view returns (uint256)
500000000000000000
minAllowed(view returns (uint256)
100000000000000000
owner(view returns (address)
0x9d0cf00f85015567084e79a76a65d6f5e912b8d2
purchaseEndTime(view returns (uint256)
1711638000
purchaseStartTime(view returns (uint256)
1711440000
signerWallet(view returns (address)
0x80a931fc0fdb0062548e46cbc60a69d3b7383fdd
tokenPrice(view returns (uint256)
82000000000000000
Read-only
blacklistAddress(addressview returns (bool)
claims(addressview returns (uint256)
getClaims(address userview returns (uint256)
purchases(addressview returns (uint256)
State-modifying
changeFundsWallet(address newFundsWallet
changeSigner(address newSigner
enablePurchase(bool enabled
purchaseTokenWithEth(uint256 deadlineuint256 minAmountDopuint8 vbytes32 rbytes32 spayable 
renounceOwnership(
transferOwnership(address newOwner
updateBlackListedUser(address whichbool access
Events
BlacklistUpdated(address whichbool accessNow
FundsWalletUpdated(address oldAddressaddress newAddress
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PurchaseCreated(uint256 indexed startTimeuint256 indexed endTimeuint256 indexed price
PurchaseEnableUpdated(bool oldStatusbool newStatus
PurchasedWithETH(address indexed byuint256 amountPurchasedEthuint256 dopPurchased
SignerUpdated(address oldSigneraddress newSigner
Constructor
constructor(address fundsWalletAddressaddress signerAddressaddress owneraddress priceFeeduint8 normalizationFactoruint256 startTimeuint256 endTimeuint256 priceuint256 minimumDifferenceuint256 maxPurchasePerUseruint256 minPurchasePerUser
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressInsufficientBalance(address account
Blacklisted(
DeadlineExpired(
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
FailedInnerCall(
IdenticalValue(
InvalidEndTime(
InvalidSignature(
InvalidStartTime(
MinValueExceedsMaxValue(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
PriceNotFound(
PriceNotUpdated(
PurchaseBelowMinimum(
PurchaseDisabled(
PurchaseEnded(
PurchaseNotStarted(
ReentrancyGuardReentrantCall(
RoundIdNotUpdated(
UnexpectedPriceDifference(
ZeroAddress(
ZeroValue(