WorldLibertyFinancialSale

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x978128fe at 20936225
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots

No balances found for "WorldLibertyFinancialSale"

No transactions found for "WorldLibertyFinancialSale"


Functions
Getter at block 20985264
ETH(view returns (address)
0x0000000000000000000000000000000000000000
USDC(view returns (address)
0x0000000000000000000000000000000000000000
USDT(view returns (address)
0x0000000000000000000000000000000000000000
WETH(view returns (address)
0x0000000000000000000000000000000000000000
 
calculateMaxContribution(view returns (uint256 maxEthuint256 maxUsd)
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=, version=, chainId=1, verifyingContract=0x4a142d62fb33e21a081863ae19ce3fc4ecf9c3ca, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
 
getAggregatedSaleData(view returns (uint256 _tokensCapuint256 _priceuint256 _availableTokensToBuyuint256 maxEthuint256 maxUsdbool _paused)
 
getCurrentPrice(view returns (uint256)
 
getLatestETHPrice(view returns (uint256)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
signer(view returns (address)
0x0000000000000000000000000000000000000000
tokensCap(view returns (uint256)
0
tokensPrice(view returns (uint256)
0
tokensSold(view returns (uint256)
0
treasury(view returns (address)
0x0000000000000000000000000000000000000000
wlfiToken(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculateBuy(address tokenuint256 amountview returns (uint256 wlfiAmountuint256 costUSD)
counter(addressview returns (uint256)
isGuardian(address guardianview returns (bool guardianStatus)
purchases(addressview returns (uint256)
State-modifying
acceptOwnership(
buy(address tokenuint256 amountbytes signaturepayable 
initialize(address _ETHaddress _WETHaddress _USDCaddress _USDTaddress _wlfiTokenaddress _ethPriceFeedaddress _signeraddress _treasuryuint256 _tokensCapuint256 _tokensPrice
pause(
renounceOwnership(
rescueTokens(address recipientaddress tokenuint256 value
setGuardian(address _guardianbool _status
setSigner(address _signer
setTreasury(address _treasury
transferOwnership(address newOwner
unPause(
Events
Buy(address indexed buyeraddress indexed tokenuint256 amountuint256 costuint256 wlfiPriceuint256 amountContributed
EIP712DomainChanged(
Initialized(uint64 version
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
SetGuardian(address indexed guardianbool status
SetTreasury(address indexed treasury
SignerChanged(address indexed signer
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AMOUNT_MUST_BE_POSITIVE(
AMOUNT_MUST_BE_ZERO(
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
EnforcedPause(
ExpectedPause(
FailedInnerCall(
INVALID_TOKEN(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
SOLD_OUT(
SafeERC20FailedOperation(address token