AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 2,887 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)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17897908 | a year ago | | | 0 | 0.0012236090 | |
| 17897908 | a year ago | | | 0 | 0.0014882988 | |
| 13406846 | 3 years ago | | | 0 | 0.0048524640 | |
| 13406846 | 3 years ago | | | 0 | 0.0050546500 | |
| 13406846 | 3 years ago | | | 0 | 0.0053560214 | |
| 13406846 | 3 years ago | | | 0 | 0.0057623011 | |
| 13406846 | 3 years ago | | | 0 | 0.0062677661 | |
| 13406846 | 3 years ago | | | 0 | 0.0046502781 | |
| 13404778 | 3 years ago | | | 0 | 0.0057491589 | |
| 12194440 | 4 years ago | | | 0 | 0.0086751600 |
ABI
ABI objects
Getter at block 21294675
finalEndTime() view returns (uint256)
1608071245
finalEth() view returns (uint256)
2500000000000000000000
hardcap() view returns (uint256)
2500000000000000000000
hasIssuedTokens() view returns (bool)
true
hasSentToUniswap() view returns (bool)
true
isOwner() view returns (bool)
false
isPresaleEnded() view returns (bool)
true
isRefunding() view returns (bool)
true
lidEthBP() view returns (uint256)
800
maxBuyPerAddress() view returns (uint256)
25000000000000000000
owner() view returns (address)
0xad2c2a8800ee32fa966c3b16061a6bdfa47cf259
paused() view returns (bool)
true
presaleTokenBP() view returns (uint256)
4500
totalTokens() view returns (uint256)
100000000000000000000000000
uniswapEthBP() view returns (uint256)
4250
uniswapTokenBP() view returns (uint256)
1912
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
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()
recoverTokens(address _receiver)
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)
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.