AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 293 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0xeeee…8603
0x7a25…488d
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 60K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10420229 | 4 years ago | | | 0 | 0.0018920370 | |
| 10413697 | 4 years ago | | | 0 | 0.0023468670 | |
| 10400068 | 4 years ago | | | 0 | 0.0040410101 | |
| 10396980 | 4 years ago | | | 0.01 | 0.00071061000 | |
| 10396969 | 4 years ago | | | 0 | 0.00046200000 | |
| 10389320 | 4 years ago | | | 0.1 | 0.0012057515 | |
| 10385216 | 4 years ago | | | 0 | 0.0027443600 | |
| 10384999 | 4 years ago | | | 0 | 0.0022670800 | |
| 10384436 | 4 years ago | | | 0 | 0.0012378800 | |
| 10384436 | 4 years ago | | | 0 | 0.0012688270 |
ABI
ABI objects
Getter at block 21166206
calculateRate() view returns (uint256)
200000
endTime() view returns (uint256)
0
etherPoolBuyback() view returns (uint256)
0
etherPoolDevfund() view returns (uint256)
0
etherPoolUniswap() view returns (uint256)
0
hasSentToUniswap() view returns (bool)
true
isClosedByOwner() view returns (bool)
false
isOwner() view returns (bool)
false
maxBuyPerAddress() view returns (uint256)
5000000000000000000
maximumPresaleEther() view returns (uint256)
200000000000000000000
owner() view returns (address)
0xf142e06408972508619ee93c2b8bff15ef7c2cb3
requiresWhitelisting() view returns (bool)
true
startTime() view returns (uint256)
1593696600
totalPresaleEther() view returns (uint256)
200000000000000000000
totalPresaleTokens() view returns (uint256)
40000000000000000000000000
totalUniswapTokens() view returns (uint256)
0
Read-only
depositAccounts(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.