PreSaleDop
Verified contract
Active on
Ethereum with 2,095 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) |
---|---|---|---|---|---|---|---|
| 18140292 | a year ago | | | 0 | 0.00046366324 | |
| 18140291 | a year ago | | | 0.000615 | 0.0010279584 | |
| 18140291 | a year ago | | | 0.003 | 0.0010280782 | |
| 18140289 | a year ago | | | 0.03 | 0.0015113398 | |
| 18140286 | a year ago | | | 0.0388 | 0.0015632169 | |
| 18140284 | a year ago | | | 0.04 | 0.0012491310 | |
| 18140281 | a year ago | | | 0.00615 | 0.0010586247 | |
| 18140279 | a year ago | | | 0.1 | 0.0016356899 | |
| 18140277 | a year ago | | | 0 | 0.0013880723 | |
| 18140277 | a year ago | | | 0 | 0.0014663077 |
ABI
ABI objects
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(address) view returns (bool)
claims(address, uint8) view returns (uint256)
rounds(uint8) view returns (uint256 startTime, uint256 endTime, uint256 price)
State-modifying
Events changeDopWallet(address newDopWallet)
changeFundsWallet(address newFundsWallet)
changeSigner(address newSigner)
claimTokens(uint8 round)
claimTokensBatch(uint8[] roundsBatch)
createNewRound(uint256 startTime, uint256 endTime, uint256 price)
enableBuy(bool enabled)
enableClaim(bool enabled)
purchaseWithEth(string code, uint8 round, uint256 deadline, uint256 minAmountDop, uint8 v, bytes32 r, bytes32 s) payable
purchaseWithUsdt(uint256 investment, string code, uint8 round, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transferOwnership(address newOwner)
updateBlackListedUser(address which, bool access)
updateDopToken(address newDopAddress)
updateRound(uint8 round, uint256 startTime, uint256 endTime, uint256 price)
BlacklistUpdated(address which, bool accessNow)
BuyEnableUpdated(bool oldAccess, bool newAccess)
ClaimEnableUpdated(bool oldAccess, bool newAccess)
Claimed(address indexed by, uint256 amount, uint8 indexed round)
ClaimedBatch(address indexed by, uint256 amount, uint8[] indexed rounds)
DopTokenUpdated(address oldDopAddress, address newDopAddress)
DopWalletUpdated(address oldAddress, address newAddress)
FundsWalletUpdated(address oldAddress, address newAddress)
InvestedWithEth(address indexed by, string code, uint256 amountInvestedEth, uint8 indexed round, uint256 price, uint256 dopPurchased)
InvestedWithUSDT(address indexed by, string code, uint256 amountInUsd, uint8 indexed round, uint256 price, uint256 dopPurchased)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoundCreated(uint8 newRound, struct PreSaleDopRoundData roundData)
RoundUpdated(uint8 round, struct PreSaleDopRoundData roundData)
SignerUpdated(address oldSigner, address newSigner)
constructor(address pricefeed, address fundsWalletAddress, address signerAddress, address dopAddress, address claimsContractAddress, address usdt)
This contract contains no fallback and receive objects.
Blacklisted()
BuyNotEnable()
ClaimNotEnable()
DeadlineExpired()
EndTimeIncorrect()
IdenticalValue()
InvalidEndTime()
InvalidSignature()
InvalidStartTime()
PriceGreaterThanNextRound()
PriceInvalid()
PriceLessThanOldRound()
RoundEnded()
RoundIncorrect()
RoundNotStarted()
StartTimeIncorrect()
UnexpectedPriceDifference()
ValueZero()
ZeroAddress()