Presale
Verified contract
Active on
Ethereum with 1,683 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1104…ff24
0x5f4e…8419
0xd0aa…0202
1 additional
variable
Balances ($0.00)
No balances found for "Presale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241735 | 14 minutes ago | | | 0.02 | 0.0017401738 | |
| 21241346 | 2 hours ago | | | 0.008 | 0.0019916148 | |
| 21241235 | 2 hours ago | | | 0.0653637 | 0.0017871988 | |
| 21240598 | 4 hours ago | | | 0.03 | 0.0033865385 | |
| 21240592 | 4 hours ago | | | 0.003 | 0.0024394257 | |
| 21240481 | 4 hours ago | | | 0 | 0.0020455333 | |
| 21240148 | 6 hours ago | | | 0.01 | 0.0026721747 | |
| 21239546 | 8 hours ago | | | 0.01 | 0.0012384502 | |
| 21239540 | 8 hours ago | | | 0.01 | 0.0025015222 | |
| 21239474 | 8 hours ago | | | 0.049 | 0.0027516144 |
ABI
ABI objects
Getter at block 21241803
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDT() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
amountRaised() view returns (uint256)
112629428617794001047
amountRaisedUSDC() view returns (uint256)
13362016200
amountRaisedUSDT() view returns (uint256)
0
cardboughtAmount() view returns (uint256)
11132924185140000000000000
currentStage() view returns (uint256)
4
fundReceiver() view returns (address)
0xd0aaf1a475c1927812832c51896fee248d3c0202
getLatestPrice() view returns (uint256)
3382704850670000000000
isPresaleEnded() view returns (bool)
false
mainToken() view returns (address)
0x110429d46bb2e1e731f390e74e045f86e524ff24
owner() view returns (address)
0x55de932e5654eaa12ce1a52e575c45ab942aa1e3
presaleStatus() view returns (bool)
true
priceFeed() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
soldToken() view returns (uint256)
19660596275467
tokenDecimals() view returns (uint8)
5
tokensToSell() view returns (uint256)
680000000000000
totalRaised() view returns (uint256)
346396108160
totalStages() view returns (uint256)
10
totalUsers() view returns (uint256)
0
totalUsersCount() view returns (uint256)
1188
uniqueBuyers() view returns (uint256)
1188
Read-only
UsersAddresses(uint256) view returns (address)
getPhaseDetail(uint256 phaseInd) view returns (uint256 priceUsd)
isExist(address) view returns (bool)
nativeToToken(uint256 _amount, uint256 phaseId) view returns (uint256)
phases(uint256) view returns (uint256 tokenPerUsdPrice)
tokenPerUsdPrice(uint256) view returns (uint256)
usdtToToken(uint256 _amount, uint256 phaseId) view returns (uint256)
users(address) view returns (uint256 native_balance, uint256 usdt_balance, uint256 usdc_balance, uint256 claimedAmount, uint256 claimAbleAmount, uint256 purchasedToken)
State-modifying
Events buyToken() payable
buyTokenCard(address _user, uint256 _tokenAmount) payable
buyTokenUSDC(uint256 amount)
buyTokenUSDT(uint256 amount)
changeFundReciever(address _addr)
claimTokens()
endPresale()
initiateTransfer(uint256 _value)
renounceOwnership()
setCurrentStage(uint256 _stageNum)
setPresaleStatus(bool _status)
transferOwnership(address newOwner)
transferTokens(address token, uint256 _value)
updateInfos(uint256 _sold, uint256 _raised, uint256 _raisedInUsdt)
updatePresale(uint256 _phaseId, uint256 _tokenPerUsdPrice)
updatePriceFeed(address _priceFeed)
updateStableTokens(address _USDT, address _USDC)
updateToken(address _token)
whitelistAddresses(address[] _addresses, uint256[] _tokenAmount)
BuyToken(address indexed _user, uint256 indexed _amount)
ClaimToken(address _user, uint256 indexed _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdatePrice(uint256 _oldPrice, uint256 _newPrice)
constructor(address _token, address _fundReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.