TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 25,809 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
-
variable spans 49 additional slots
Balances ($10.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 10 | $0.999753 |
$10 | |
WLFI | ERC-20 | 16.443891B | -- | -- | |
TrumpWins | ERC-20 | 40M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21287096 | 25 minutes ago | | | 0.015281542 | 0.0020192781 | |
| 21287074 | 29 minutes ago | | | 0.11644224 | 0.0022665906 | |
| 21287024 | 39 minutes ago | | | 0.042 | 0.0030777537 | |
| 21287004 | 43 minutes ago | | | 0.3 | 0.0024697811 | |
| 21286990 | an hour ago | | | 4.3 | 0.0036772310 | |
| 21286955 | an hour ago | | | 0 | 0.0025930224 | |
| 21286949 | an hour ago | | | 0.0705 | 0.0026614309 | |
| 21286913 | an hour ago | | | 0.14 | 0.0023867438 | |
| 21286888 | an hour ago | | | 0 | 0.0028825223 | |
| 21286843 | an hour ago | | | 0.144 | 0.0028099466 |
ABI
ABI objects
Getter at block 21287217 calculateMaxContribution() view returns (uint256 maxEth, uint256 maxUsd) getAggregatedSaleData() view returns (uint256 _tokensCap, uint256 _price, uint256 _availableTokensToBuy, uint256 maxEth, uint256 maxUsd, bool _paused)
ETH() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDT() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=WLFISale, version=1, chainId=1, verifyingContract=0xe217e15b3c19cc0427f9492dc3bcfe8220afad10, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getCurrentPrice() view returns (uint256)
15000000000000000
getLatestETHPrice() view returns (uint256)
354808711400
owner() view returns (address)
0x5be9a4959308a0d0c7bc0870e319314d8d957dbb
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
signer() view returns (address)
0x006dad584e68225dae2a45731224b3b48ac57184
tokensCap() view returns (uint256)
20000000000000000000000000000
tokensPrice() view returns (uint256)
15000000000000000
tokensSold() view returns (uint256)
3556108875827572207184550522
treasury() view returns (address)
0x5be9a4959308a0d0c7bc0870e319314d8d957dbb
wlfiToken() view returns (address)
0xda5e1988097297dcdc1f90d4dfe7909e847cbef6
Read-only
calculateBuy(address token, uint256 amount) view returns (uint256 wlfiAmount, uint256 costUSD)
counter(address) view returns (uint256)
isGuardian(address guardian) view returns (bool guardianStatus)
purchases(address) view returns (uint256)
State-modifying
Events acceptOwnership()
buy(address token, uint256 amount, bytes signature) payable
initialize(address _ETH, address _WETH, address _USDC, address _USDT, address _wlfiToken, address _ethPriceFeed, address _signer, address _treasury, uint256 _tokensCap, uint256 _tokensPrice)
pause()
renounceOwnership()
rescueTokens(address recipient, address token, uint256 value)
setGuardian(address _guardian, bool _status)
setSigner(address _signer)
setTreasury(address _treasury)
transferOwnership(address newOwner)
unPause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Buy(address indexed buyer, address indexed token, uint256 amount, uint256 cost, uint256 wlfiPrice, uint256 amountContributed)
EIP712DomainChanged()
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetGuardian(address indexed guardian, bool status)
SetTreasury(address indexed treasury)
SignerChanged(address indexed signer)
Unpaused(address account)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
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)