AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 605 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
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
12 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HYPE | ERC-20 | 9.99999K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11386397 | 4 years ago | | | 0 | 0.0038583340 | |
| 11386397 | 4 years ago | | | 0 | 0.0030600580 | |
| 11386397 | 4 years ago | | | 0 | 0.0028604890 | |
| 11386397 | 4 years ago | | | 0 | 0.0028604890 | |
| 11386397 | 4 years ago | | | 0 | 0.0026609200 | |
| 11342932 | 4 years ago | | | 0 | 0.0026609200 | |
| 11338678 | 4 years ago | | | 0 | 0.0017562072 | |
| 11338662 | 4 years ago | | | 0 | 0.0021952590 | |
| 11338662 | 4 years ago | | | 0 | 0.0029270120 | |
| 11338662 | 4 years ago | | | 0 | 0.0029270120 |
ABI
ABI objects
Getter at block 21260735
finalEndTime() view returns (uint256)
1605935622
finalEth() view returns (uint256)
800000000000000000000
hardcap() view returns (uint256)
800000000000000000000
hasIssuedTokens() view returns (bool)
true
hasSentToUniswap() view returns (bool)
true
isOwner() view returns (bool)
false
isPresaleEnded() view returns (bool)
true
isRefunding() view returns (bool)
false
lidEthBP() view returns (uint256)
500
maxBuyPerAddress() view returns (uint256)
20000000000000000000
owner() view returns (address)
0x4735581201f4cad63cca0716ab4ac7d6d9cfb0ed
paused() view returns (bool)
false
presaleTokenBP() view returns (uint256)
5500
totalTokens() view returns (uint256)
10000000000000000000000
uniswapEthBP() view returns (uint256)
5500
uniswapTokenBP() view returns (uint256)
3025
Read-only
earnedReferrals(address) view returns (uint256)
getRefundableEth(address account) view returns (uint256)
isPauser(address account) view returns (bool)
referralCounts(address) view returns (uint256)
refundedEth(address) view returns (uint256)
tokenPoolBPs(uint256) view returns (uint256)
tokenPools(uint256) view returns (address)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addPauser(address account)
claimRefund(address account)
deposit() payable
deposit(address referrer) payable
emergencyStartRefund()
initialize()
initialize(address sender)
initialize(uint256 _maxBuyPerAddress, uint256 _uniswapEthBP, uint256 _lidEthBP, uint256 _hardcap, address owner, address _timer, address _redeemer, address _access, address _token, address _uniswapRouter, address _lidFund)
issueTokens()
pause()
redeem()
releaseEthToAddress(address receiver, uint256 amount) returns (uint256)
renounceOwnership()
renouncePauser()
sendToUniswap()
setTokenPools(uint256 _uniswapTokenBP, uint256 _presaleTokenBP, address[] _tokenPools, uint256[] _tokenPoolBPs)
startRefund()
transferOwnership(address newOwner)
unpause()
updateEthBP(uint256 _uniswapEthBP, uint256 _lidEthBP)
updateHardcap(uint256 valueWei)
updateMaxBuy(uint256 valueWei)
updateToken(address _token)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Unpaused(address account)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.