MoontaurusPresale
Verified contract
Active on
Ethereum with 1,672 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4799…25b1
0x6b17…1d0f
0x5f4e…8419
0x0df3…5ba5
2 additional
variables
Balances ($0.00)
No balances found for "MoontaurusPresale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198845 | 3 days ago | | | 0.01 | 0.0011622803 | |
| 21198837 | 3 days ago | | | 0.01 | 0.0012639016 | |
| 21186869 | 5 days ago | | | 0.015541637 | 0.0033750959 | |
| 21182321 | 5 days ago | | | 0 | 0.0051054242 | |
| 21140465 | 11 days ago | | | 0.006 | 0.0016083221 | |
| 21133196 | 12 days ago | | | 0 | 0.0025659669 | |
| 21029869 | a month ago | | | 0.012 | 0.0018155729 | |
| 21011621 | a month ago | | | 0.0028527435 | 0.00054478698 | |
| 20981539 | a month ago | | | 0.04 | 0.00078741098 | |
| 20979752 | a month ago | | | 0.0043381424 | 0.0027356901 |
ABI
ABI objects
Getter at block 21221139
DAI() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDT() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
amountRaised() view returns (uint256)
91928045723631198969
amountRaisedDAI() view returns (uint256)
155390000000000000000
amountRaisedOverall() view returns (uint256)
155390000426349402210
amountRaisedUSDC() view returns (uint256)
53170360983
amountRaisedUSDT() view returns (uint256)
122189742863
claimStartTime() view returns (uint256)
0
currentStage() view returns (uint256)
1
fundReceiver() view returns (address)
0x0df3b527e3f6fd227f76b406e927ce824ea75ba5
getLatestPrice() view returns (uint256)
310450000000
isClaimEnabled() view returns (bool)
false
isPresaleEnded() view returns (bool)
false
mainToken() view returns (address)
0x4799077125aa99483f535cd2e6f224160ed125b1
owner() view returns (address)
0xdb89deaa3cd62168957b41d1f03a159251537ab9
presaleStatus() view returns (bool)
true
priceFeed() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
soldToken() view returns (uint256)
72650478532665000000000000
totalStages() view returns (uint256)
10
totalUsersCount() view returns (uint256)
1024
uniqueBuyers() view returns (uint256)
1024
Read-only
UsersAddresses(uint256) view returns (address)
daiToToken(uint256 _amount, uint256 phaseId) view returns (uint256)
getPhaseDetail(uint256 phaseInd) view returns (uint256 tokenToSell, uint256 soldTokens, uint256 priceUsd)
isExist(address) view returns (bool)
nativeToToken(uint256 _amount, uint256 phaseId) view returns (uint256)
nativeToUsd(uint256 _amount) view returns (uint256)
phases(uint256) view returns (uint256 tokensToSell, uint256 totalSoldTokens, uint256 tokenPerUsdPrice)
tokenPerUsdPrice(uint256) view returns (uint256)
tokensToSell(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 dai_balance, uint256 token_balance, uint256 claimed_tokens)
State-modifying
Events buyToken() payable
buyTokenDAI(uint256 amount)
buyTokenUSDC(uint256 amount)
buyTokenUSDT(uint256 amount)
changeFundReciever(address _addr)
claimTokens()
endPresale()
initiateTransfer(uint256 _value)
renounceOwnership()
setCurrentStage(uint256 _stageNum)
setPresaleStatus(bool _status)
startClaim()
transferOwnership(address newOwner)
transferTokens(address token, uint256 _value)
updatePresale(uint256 _phaseId, uint256 _tokensToSell, uint256 _tokenPerUsdPrice)
updatePriceFeed(address _priceFeed)
updateStableTokens(address _USDT, address _USDC)
updateToken(address _token)
BuyToken(address indexed _user, uint256 indexed _amount)
ClaimToken(address indexed _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.