PermanentOwnerPresaleUpgradeable
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "PermanentOwnerPresaleUpgradeable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PermanentOwnerPresaleUpgradeable"
ABI
ABI objects
Getter at block 23066687 getEthUsdPrice() view returns (uint256)
PRICE_PRECISION() view returns (uint256)
1000000000000000000
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
UPGRADE_TIMELOCK() view returns (uint256)
86400
autoTransferThreshold() view returns (uint256)
0
ethUsdPriceFeed() view returns (address)
0x0000000000000000000000000000000000000000
fundReceiver() view returns (address)
0x0000000000000000000000000000000000000000
lastUpgradeTimestamp() view returns (uint256)
0
minInvestment() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
pendingEthTransfers() view returns (uint256)
0
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
token() view returns (address)
0x0000000000000000000000000000000000000000
tokenPrice() view returns (uint256)
0
totalDistributed() view returns (uint256)
0
Read-only
balanceOf(address) view returns (uint256)
getInvestorOrderIds(address investor) view returns (uint256[])
getOrderInfo(uint256 orderId) view returns (address beneficiary, uint256 amount, bool claimed)
isOrderClaimed(uint256 orderId) view returns (bool)
orderIds(address, uint256) view returns (uint256)
supportedTokens(address) view returns (address priceFeed, uint256 rate, uint8 decimals, uint256 raisedAmount)
State-modifying
Events addSupportedToken(address _token, address _priceFeed)
claim(uint256 orderId)
initialize(address _token, address _fundReceiver, uint256 _autoTransferThreshold)
orderToken(address fundsAddress, uint256 fundsAmount)
pause()
placeOrder() payable
prepareUpgrade()
renounceOwnership()
setAutoTransferThreshold(uint256 _newThreshold)
setFundReceiver(address _newReceiver)
setTokenPrice(uint256 _newPriceInWei)
transferOwnership(address newOwner)
unpause()
updateTokenPrice(address _token)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawEth()
withdrawFunds(address _token)
AutoTransferThresholdUpdated(uint256 oldThreshold, uint256 newThreshold)
EthWithdrawn(uint256 amount)
FundReceiverUpdated(address indexed oldReceiver, address indexed newReceiver)
FundsWithdrawn(address token, uint256 amount)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PriceUpdated(uint256 newPrice)
SupportedTokenAdded(address token, address priceFeed)
TokensClaimed(address indexed receiver, uint256 indexed id, uint256 amount)
TokensLocked(address indexed sender, uint256 indexed id, uint256 amount, uint256 lockTime)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor()
receive()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)