PreSaleDop
Verified contract
Active on
Ethereum with 5,393 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PreSaleDop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19549436 | 8 months ago | | | 0.1 | 0.00061446903 | |
| 19544735 | 8 months ago | | | 0.125 | 0.00061181348 | |
| 19537520 | 8 months ago | | | 0.1 | 0.00062872511 | |
| 19534945 | 8 months ago | | | 0.15 | 0.00095308220 | |
| 19533342 | 8 months ago | | | 0.1 | 0.0059093050 | |
| 19533338 | 8 months ago | | | 0.3 | 0.0060785342 | |
| 19533337 | 8 months ago | | | 0.23 | 0.0070739581 | |
| 19533335 | 8 months ago | | | 0.1 | 0.0071123141 | |
| 19533334 | 8 months ago | | | 0.5 | 0.0071137484 | |
| 19533333 | 8 months ago | | | 0.1 | 0.0070824062 |
ABI
ABI objects
Getter at block 21269138
PRICE_UPDATE_TIMEOUT() view returns (uint256)
7200
fundsWallet() view returns (address)
0xf95844e82447eba0ce9ede88810fdeab7b051d62
getLatestPrice() view returns (uint256)
344984300000
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(address) view returns (bool)
claims(address) view returns (uint256)
getClaims(address user) view returns (uint256)
purchases(address) view returns (uint256)
State-modifying
Events changeFundsWallet(address newFundsWallet)
changeSigner(address newSigner)
enablePurchase(bool enabled)
purchaseTokenWithEth(uint256 deadline, uint256 minAmountDop, uint8 v, bytes32 r, bytes32 s) payable
renounceOwnership()
transferOwnership(address newOwner)
updateBlackListedUser(address which, bool access)
BlacklistUpdated(address which, bool accessNow)
FundsWalletUpdated(address oldAddress, address newAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseCreated(uint256 indexed startTime, uint256 indexed endTime, uint256 indexed price)
PurchaseEnableUpdated(bool oldStatus, bool newStatus)
PurchasedWithETH(address indexed by, uint256 amountPurchasedEth, uint256 dopPurchased)
SignerUpdated(address oldSigner, address newSigner)
constructor(address fundsWalletAddress, address signerAddress, address owner, address priceFeed, uint8 normalizationFactor, uint256 startTime, uint256 endTime, uint256 price, uint256 minimumDifference, uint256 maxPurchasePerUser, uint256 minPurchasePerUser)
This contract contains no fallback and receive objects.
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()