Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($367,409.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RENQ | ERC-20 | 121.971645M | $0.003011 |
$367,309.07 | |
CRO | ERC-20 | 530.120482 | $0.18921 |
$100.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243876 | 4 hours ago | | | 0 | 0.0019261347 | |
| 21236581 | a day ago | | | 0 | 0.0059760467 | |
| 21228884 | 2 days ago | | | 0 | 0.0022586046 | |
| 21227607 | 2 days ago | | | 0 | 0.00070403190 | |
| 21224805 | 3 days ago | | | 0 | 0.0023424379 | |
| 21215474 | 4 days ago | | | 0 | 0.0028409241 | |
| 21215464 | 4 days ago | | | 0 | 0.0018619042 | |
| 21212634 | 5 days ago | | | 0 | 0.0011021353 | |
| 21195441 | 7 days ago | | | 0 | 0.0030316341 | |
| 21175839 | 10 days ago | | | 0 | 0.0043493329 |
ABI
ABI objects
Getter at block 21244967
ETH_MULTIPLIER() view returns (uint256)
1000000000000000000
MinTokenTobuy() view returns (uint256)
1000000000000000000
SaleToken() view returns (address)
0xff8c479134a18918059493243943150776cf8cf2
USDTInterface() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
USDT_MULTIPLIER() view returns (uint256)
1000000
fundReceiver() view returns (address)
0x7957913ac43308e7d569db2e6825dd5cc4875c13
getLatestPrice() view returns (uint256)
3297454400000000000000
owner() view returns (address)
0xfd0ed37cab86c79d5fbe8c721eb11fda60cf1a07
presaleId() view returns (uint256)
8
Read-only
claimableAmount(address user, uint256 _id) view returns (uint256)
ethBuyHelper(uint256 _id, uint256 amount) view returns (uint256 ethAmount)
ethToTokens(uint256 _id, uint256 amount) view returns (uint256 _tokens)
isExcludeMinToken(address) view returns (bool)
paused(uint256) view returns (bool)
presale(uint256) view returns (uint256 startTime, uint256 endTime, uint256 price, uint256 nextStagePrice, uint256 Sold, uint256 tokensToSell, uint256 UsdtHardcap, uint256 amountRaised, bool Active, bool isEnableClaim)
unlockToken(uint256 _id) view
usdtBuyHelper(uint256 _id, uint256 amount) view returns (uint256 usdPrice)
usdtToTokens(uint256 _id, uint256 amount) view returns (uint256 _tokens)
userClaimData(address, uint256) view returns (uint256 claimAt, uint256 totalAmount, uint256 claimedAmount)
State-modifying
Events ChangeTokenToSell(address _token)
EditMinTokenToBuy(uint256 _amount)
ExcludeAccouctFromMinBuy(address _user, bool _status)
WithdrawContractFunds(uint256 amount)
WithdrawTokens(address _token, uint256 amount)
buyWithEth() payable returns (bool)
buyWithUSDT(uint256 usdAmount) returns (bool)
changeFundWallet(address _wallet)
changeUSDTToken(address _newAddress)
claimAmount(uint256 _id) returns (bool)
claimMultiple(uint256[] _id) returns (bool)
createPresale(uint256 _price, uint256 _nextStagePrice, uint256 _tokensToSell, uint256 _UsdtHardcap)
enableClaim(uint256 _id, bool _status)
endPresale()
pausePresale(uint256 _id)
renounceOwnership()
startPresale()
transferOwnership(address newOwner)
unPausePresale(uint256 _id)
updatePresale(uint256 _id, uint256 _price, uint256 _nextStagePrice, uint256 _tokensToSell, uint256 _Hardcap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleCreated(uint256 indexed _id, uint256 _totalTokens, uint256 _startTime, uint256 _endTime)
PresalePaused(uint256 indexed id, uint256 timestamp)
PresaleTokenAddressUpdated(address indexed prevValue, address indexed newValue, uint256 timestamp)
PresaleUnpaused(uint256 indexed id, uint256 timestamp)
PresaleUpdated(bytes32 indexed key, uint256 prevValue, uint256 newValue, uint256 timestamp)
TokensBought(address indexed user, uint256 indexed id, address indexed purchaseToken, uint256 tokensBought, uint256 amountPaid, uint256 timestamp)
TokensClaimed(address indexed user, uint256 indexed id, uint256 amount, uint256 timestamp)
constructor(address _oracle, address _usdt, address _SaleToken, uint256 _MinTokenTobuy)
This contract contains no fallback and receive objects.
This contract contains no error objects.