DolzCrowdsale1
Verified contract
Active on
Ethereum with 4,663 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($92,947.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOLZ | ERC-20 | 12.754311M | $0.007288 |
$92,947.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208759 | a day ago | | | 0 | 0.00085235253 | |
| 21199814 | 2 days ago | | | 0 | 0.00069520815 | |
| 21157068 | 8 days ago | | | 0 | 0.0010606434 | |
| 21108431 | 15 days ago | | | 0 | 0.00026130990 | |
| 20847281 | 2 months ago | | | 0 | 0.00045618175 | |
| 20755347 | 2 months ago | | | 0 | 0.00015366190 | |
| 20668230 | 2 months ago | | | 0 | 0.000076340974 | |
| 20640656 | 3 months ago | | | 0 | 0.000087899598 | |
| 20326452 | 4 months ago | | | 0 | 0.00060447160 | |
| 20197135 | 5 months ago | | | 0 | 0.00011395892 |
ABI
ABI objects
Getter at block 21216130
getSaleSettings() view returns (struct SaleSettings)
(0xe939f011a3d8fc0aa874c97e8156053a903d7176, 0xd31b27dda1ea31b67ed67449cab07f89a50a1078, 1669208400, 1670418000, 1676034000, 2592000, 10, 250000000, 2500000000000000000000000, 125000000000000000000, 5, 140000000000000000000000000)
getSoldAmount() view returns (uint256)
66128860713750000000000000
owner() view returns (address)
0x09bf52fc457d5c4aa92b9453bf29c5831675687e
Read-only
getClaimableAmount(address account) view returns (uint256)
getReferralRewardsAmount(address account) view returns (uint256)
getWithdrewAmount(address account) view returns (uint256)
isAuthorizedPaymentCurrency(address paymentCurrency) view returns (bool)
State-modifying
Events authorizePaymentCurrencies(address[] tokens)
burnRemainingTokens()
buyToken(address stableCoin, uint256 value, address referral)
renounceOwnership()
revokeAuthorizationPaymentCurrencies(address[] tokens)
setAmountToSell(uint256 newAmountToSell)
setExchangeRate(uint256 newExchangeRate)
setMaxTokenAmountPerAddress(uint256 newMaxTokenAmountPerAddress)
setMinBuyValue(uint256 newMinBuyValue)
setReferralRewardPercentage(uint256 newReferralRewardPercentage)
setSaleEnd(uint256 newSaleEnd)
setSaleStart(uint256 newSaleStart)
setWallet(address newWallet)
setWithdrawPeriodDuration(uint256 newWithdrawPeriodDuration)
setWithdrawPeriodNumber(uint256 newWithdrawPeriodNumber)
setWithdrawalStart(uint256 newWithdrawalStart)
transferOwnership(address newOwner)
withdrawToken()
AmountToSellUpdated(uint256 newAmountToSell, address indexed updater)
ExchangeRateUpdated(uint256 newExchangeRate, address indexed updater)
MaxTokenAmountPerAddressUpdated(uint256 newMaxTokenAmountPerAddress, address indexed updater)
MinBuyValueUpdated(uint256 newMinBuyValue, address indexed updater)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentCurrenciesAuthorized(address[] tokens, address indexed updater)
PaymentCurrenciesRevoked(address[] tokens, address indexed updater)
ReferralRegistered(address newReferral)
ReferralRewardPercentageUpdated(uint256 newReferralRewardPercentage, address indexed updater)
RemainingTokensBurnt(uint256 remainingBalance)
SaleEndUpdated(uint256 newSaleEnd, address indexed updater)
SaleStartUpdated(uint256 newSaleStart, address indexed updater)
TokenBought(address indexed account, address indexed stableCoin, uint256 value, address indexed referral)
TokenWithdrew(address indexed account, uint256 amount)
WalletUpdated(address newWallet, address indexed updater)
WithdrawPeriodDurationUpdated(uint256 newWithdrawPeriodDuration, address indexed updater)
WithdrawPeriodNumberUpdated(uint256 newWithdrawPeriodNumber, address indexed updater)
WithdrawalStartUpdated(uint256 newWithdrawalStart, address indexed updater)
constructor(address _token, address _wallet, uint256 _saleStart, uint256 _saleEnd, uint256 _withdrawalStart, uint256 _withdrawPeriodDuration, uint256 _withdrawPeriodNumber, uint256 _minBuyValue, uint256 _maxTokenAmountPerAddress, uint256 _exchangeRate, uint256 _referralRewardPercentage, uint256 _amountToSell)
This contract contains no fallback and receive objects.
This contract contains no error objects.