AskoPresale
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "AskoPresale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AskoPresale"
ABI
ABI objects
Getter at block 21166206 calculateRate() view returns (uint256)
endTime() view returns (uint256)
0
etherPoolBuyback() view returns (uint256)
0
etherPoolDevfund() view returns (uint256)
0
etherPoolUniswap() view returns (uint256)
0
hasSentToUniswap() view returns (bool)
false
isClosedByOwner() view returns (bool)
false
isOwner() view returns (bool)
false
maxBuyPerAddress() view returns (uint256)
0
maximumPresaleEther() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
requiresWhitelisting() view returns (bool)
false
startTime() view returns (uint256)
0
totalPresaleEther() view returns (uint256)
0
totalPresaleTokens() view returns (uint256)
0
totalUniswapTokens() view returns (uint256)
0
Read-only
depositAccounts(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events deposit() payable
initialize(address sender)
initialize(uint256 _buybackBP, uint256 _devfundBP, uint256 _maxBuyPerAddress, uint256 _maximumPresaleEther, bool _requiresWhitelisting, uint256 _totalPresaleTokens, uint256 _totalUniswapTokens, address owner, address _askoToken)
redeem()
renounceOwnership()
sendToUniswap()
setEndTime(uint256 time)
setHasSentToUniswap(bool value)
setIsClosedByOwner(bool value)
setRequiresWhitelisting(bool value)
setStartTime(uint256 time)
setWhitelist(address account, bool value)
setWhitelistForAll(address[] account, bool value)
transferOwnership(address newOwner)
withdrawFromBuyback(uint256 amount, address receiver)
withdrawFromDevfund(uint256 amount, address receiver)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.