AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 2,202 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
14 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FNSP | ERC-20 | 31.4447K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11475467 | 4 years ago | | | 0 | 0.0028995600 | |
| 11475467 | 4 years ago | | | 0 | 0.0042582930 | |
| 11375734 | 4 years ago | | | 0 | 0.018414240 | |
| 11234985 | 4 years ago | | | 0 | 0.00075622407 | |
| 11207037 | 4 years ago | | | 0 | 0.0055703078 | |
| 11160118 | 4 years ago | | | 0 | 0.0026470470 | |
| 11074515 | 4 years ago | | | 0 | 0.0044884710 | |
| 11024212 | 4 years ago | | | 0 | 0.0041432040 | |
| 11021941 | 4 years ago | | | 0 | 0.0062148060 | |
| 11006155 | 4 years ago | | | 0 | 0.0075751005 |
ABI
ABI objects
Getter at block 21162604
finalEndTime() view returns (uint256)
1600201070
finalEth() view returns (uint256)
3500000000000000000000
getMaxWhitelistedDeposit() view returns (uint256)
50000000000000000000
hardcap() view returns (uint256)
3500000000000000000000
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)
50000000000000000000
owner() view returns (address)
0x4735581201f4cad63cca0716ab4ac7d6d9cfb0ed
paused() view returns (bool)
false
presaleTokenBP() view returns (uint256)
3000
referralBP() view returns (uint256)
250
totalTokens() view returns (uint256)
10000000000000000000000000
uniswapEthBP() view returns (uint256)
6000
uniswapTokenBP() view returns (uint256)
1350
Read-only
accountEthDeposit(address) view returns (uint256)
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 _referralBP, 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()
topUpRefundFund() payable
transferOwnership(address newOwner)
unpause()
updateHardcap(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.