AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 617 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 |
---|---|---|---|---|---|
PRDZ | ERC-20 | 15.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11423575 | 4 years ago | | | 0 | 0.0019917540 | |
| 11423520 | 4 years ago | | | 0 | 0.0041006700 | |
| 11421806 | 4 years ago | | | 0 | 0.0025775640 | |
| 11421787 | 4 years ago | | | 0 | 0.0017560500 | |
| 11421783 | 4 years ago | | | 0 | 0.0017554500 | |
| 11421023 | 4 years ago | | | 0 | 0.0036554544 | |
| 11420870 | 4 years ago | | | 0 | 0.0031633740 | |
| 11420130 | 4 years ago | | | 0 | 0.0055066140 | |
| 11420124 | 4 years ago | | | 0 | 0.0027529843 | |
| 11420043 | 4 years ago | | | 0 | 0.0065610720 |
ABI
ABI objects
Getter at block 21314337
finalEndTime() view returns (uint256)
1607494373
finalEth() view returns (uint256)
900000000000000000000
hardcap() view returns (uint256)
900000000000000000000
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)
0xad2c2a8800ee32fa966c3b16061a6bdfa47cf259
paused() view returns (bool)
false
presaleTokenBP() view returns (uint256)
3000
totalTokens() view returns (uint256)
30000000000000000000000
uniswapEthBP() view returns (uint256)
5000
uniswapTokenBP() view returns (uint256)
1500
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()
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.