Presale
Verified contract
Active on
Ethereum with 1,080 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0fee…967b
0x9a64…1314
0x5f4e…8419
Balances ($112.17)
Native
Value
$37.9
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.009746 | $3,888.70 |
$37.9 | |
USDC | ERC-20 | 73.447863 | $1.00 |
$73.45 | |
USDT | ERC-20 | 0.823041 | $0.999721 |
$0.82 | |
NFTFN | ERC-20 | 203.412699M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20974805 | 2 months ago | | | 0 | 0.00088521488 | |
| 20963182 | 2 months ago | | | 0 | 0.00046393203 | |
| 20918318 | 2 months ago | | | 0 | 0.00034713615 | |
| 20804404 | 3 months ago | | | 0 | 0.00031401622 | |
| 20751013 | 3 months ago | | | 0 | 0.00013773266 | |
| 20748145 | 3 months ago | | | 0 | 0.000057601807 | |
| 20663976 | 3 months ago | | | 0 | 0.00045208567 | |
| 20627754 | 4 months ago | | | 0 | 0.00014214954 | |
| 20578007 | 4 months ago | | | 0 | 0.00019625965 | |
| 20563609 | 4 months ago | | | 0.2 | 0.00045695635 |
ABI
ABI objects
Getter at block 21405090
currentStage() view returns (uint256)
2
ethDataFeed() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
getCurrentPresaleParamsData() view returns (struct PresaleDataPresaleParams)
(1711891571, 0, 25000000000000000000000000, 376057970593, 12534972000000000000000000, 30000, true)
getLatestPrice() view returns (uint256)
3889383100000000000000
maxDepositLimit() view returns (uint256)
1000000000000
minTransactionLimit() view returns (uint256)
50000000
nftfnToken() view returns (address)
0x9a64977ebf739dff35ed4281a4b5e833bfdb1314
owner() view returns (address)
0x605de7e4ff3f09ea52ad2fbaffae151648258495
presaleEnded() view returns (bool)
false
stalePriceDelay() view returns (uint256)
3600
totalTokensAllocated() view returns (uint256)
35000000000000000000000000
totalUsdRaised() view returns (uint256)
626062121006
treasuryWallet() view returns (address)
0x0feea8f4779767623f3c01c8eb796d1f8af1967b
usdSoftLimit() view returns (uint256)
1000000000000
vestingStartTimestamp() view returns (uint256)
0
vestingTimePeriod() view returns (uint256)
23328000
Read-only
acceptedTokens(address) view returns (bool)
calculateTokenAllocationEth(uint256 ethAmount) view returns (uint256)
calculateTokensAllocated(uint256 usdAmount) view returns (uint256)
calculateTokensAllocated(uint256 usdAmount, uint256 stage) view returns (uint256)
getClaimableTokens(address user) view returns (uint256 tokens)
getPresaleParamsData(uint256 stage) view returns (struct PresaleDataPresaleParams)
presaleParamsData(uint256) view returns (uint256 startTime, uint256 endTime, uint256 tokensAllocated, uint256 usdRaised, uint256 tokensBought, uint256 usdRate, bool isActive)
userDeposits(address) view returns (uint256 usdInvested, uint256 tokensAllocated, uint256 tokensClaimed)
State-modifying
Events buyTokens(uint256 usdtAmount, address token) returns (uint256)
buyTokensEth() payable returns (uint256)
claimTokens(address user)
endPreSale()
forwardFunds(address token, uint256 value)
forwardFundsEth(uint256 amount)
getUnallocatedTokens(uint256 tokens)
initNextPresaleStage(uint256 tokenAllocation, uint256 usdRate)
initPresale()
refundTokenAllocation(address user, address token)
renounceOwnership()
transferOwnership(address newOwner)
FundsTransferred(address token, uint256 value)
FundsTransferredEth(uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleActivated(uint256 timestamp, uint256 stage)
PresaleFinishied(uint256 timestamp)
PresaleStageActivated(uint256 stage, uint256 tokenAllocation, uint256 usdRate, uint256 timestamp)
PresaleStageFinished(uint256 stage, uint256 timestamp)
RefundClaimed(address user, uint256 timestamp)
TokensBought(address user, uint256 usdValue, uint256 stage, uint256 tokens)
TokensClaimed(address user, uint256 amount, uint256 timestamp)
TokensRefunded(address user, uint256 value)
constructor(address _treasuryWallet, address _nftfnToken, uint256 usdRates, uint256 tokenAllocation, address ethPriceFeed, address[] tokens)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InsufficientTokenBalance()
InvalidAccess()
InvalidBalance()
InvalidParams()
InvalidPriceFeedValue()
InvalidToken()
LowLevelCallFailed()
MaxDepositLimitReached()
NoTokenToClaim()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PresaleAlreadyActivated()
PresaleNotActive()
PresaleSoftLimitNotReached()
PresaleStageNotActive()
PresaleStageStillActive()
PresaleStillActive()
PresaleTimeLimitNotReached()
RefundNotActive()
SafeERC20FailedOperation(address token)
SoftLimitHit()