StraightSale

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x3e4f403c at 18914743
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "StraightSale"

No transactions found for "StraightSale"


Functions
Getter at block 21060563
beneficiary(view returns (address)
0x0000000000000000000000000000000000000000
checkWhitelistEnabled(view returns (bool)
false
ethPricePerFung(view returns (uint256)
0
fungToken(view returns (address)
0x0e4e7f2aecf408aff4f82f067677050239bdc58a
implementation(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x43a314183c0033528827be7cf426523bac412780
perWalletCap(view returns (uint256)
0
totalCommitments(view returns (uint256)
0
whitelistCap(view returns (uint256)
0
Read-only
commitments(address userview returns (uint256 amountCommitted)
maxPurchaseAllowed(address userview returns (uint256 maxAllowed)
maxPurchasePossible(address userview returns (uint256)
whitelist(address userview returns (uint256 allocationWhitelist)
State-modifying
_updateSettings(address _beneficiaryuint256 _ethPricePerFunguint256 _whitelistCap
decreaseWhitelist(address[] usersuint256[] subtractedAmounts
increaseWhitelist(address[] usersuint256[] addedAmounts
initialize(address _beneficiaryuint256 _ethPricePerFunguint256 _whitelistCap
purchaseToken(payable 
renounceOwnership(
rescue(address _token
rescueETH(
setPerWalletCap(uint256 _value
transferOwnership(address newOwner
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PurchaseToken(address indexed whouint256 ethAmountuint256 tokenAmount
WalletCapUpdated(uint256 ethAmount
Constructor
constructor(address _fungToken
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
BelowZero(
CountMismatch(
EthTransferFailed(
FailedInnerCall(
InsufficientTokens(
InvalidPrice(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
PleaseSendETH(
PurchaseTooMuch(
SafeERC20FailedOperation(address token
Unauthorized(