Rexas_Presale
Verified contract
Active on
Ethereum with 23,964 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RXS | ERC-20 | 365.268697M | -- | -- | |
RXS | ERC-20 | 219.425175M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244536 | a minute ago | | | 0.10261 | 0.0028312080 | |
| 21244534 | 2 minutes ago | | | 0.03 | 0.0033132189 | |
| 21244534 | 2 minutes ago | | | 0.00891104 | 0.0033132189 | |
| 21244534 | 2 minutes ago | | | 0.2 | 0.0026807415 | |
| 21244532 | 2 minutes ago | | | 0.007 | 0.0031769496 | |
| 21244529 | 3 minutes ago | | | 0.03 | 0.0033363744 | |
| 21244519 | 5 minutes ago | | | 0.040871246 | 0.0037348759 | |
| 21244515 | 6 minutes ago | | | 0.02333 | 0.0029965118 | |
| 21244506 | 8 minutes ago | | | 0.9 | 0.0036484938 | |
| 21244504 | 8 minutes ago | | | 0.54501 | 0.0028462967 |
ABI
ABI objects
Getter at block 21244540
ETH_MULTIPLIER() view returns (uint256)
1000000000000000000
MinTokenTobuy() view returns (uint256)
1
SaleToken() view returns (address)
0x9eaebd7e73d97e78c77fab743e6ffa1b550e224c
USDCInterface() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDTInterface() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
USDT_MULTIPLIER() view returns (uint256)
1000000
blockTimeStamp() view returns (uint256)
1732293827
currentSale() view returns (uint256)
7
fundReceiver() view returns (address)
0x01fb3dcb4d5b3942ade0de7685fc86c7873f8721
getLatestPrice() view returns (uint256)
3302745107280000000000
overalllRaised() view returns (uint256)
12701938238397
owner() view returns (address)
0xf6be37a90e6c996a6f75f58067cb845c0c8d343d
presaleId() view returns (uint256)
11
uniqueBuyers() view returns (uint256)
13669
Read-only
ethBuyHelper(uint256 _id, uint256 amount) view returns (uint256 ethAmount)
ethToTokens(uint256 _id, uint256 amount) view returns (uint256 _tokens)
isBlackList(address) view returns (bool)
isExcludeMinToken(address) view returns (bool)
isExist(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)
usdBuyHelper(uint256 _id, uint256 amount) view returns (uint256 usdPrice)
usdToTokens(uint256 _id, uint256 amount) view returns (uint256 _tokens)
userData(address, uint256) view returns (uint256 investedAmount, uint256 receivedTokenAmount)
State-modifying
Events ChangeMinTokenToBuy(uint256 _amount)
ChangeOracleAddress(address _oracle)
ChangeSaleToken(address _token)
ExcludeAccouctFromMinBuy(address _user, bool _status)
WithdrawContractFunds(uint256 amount)
WithdrawTokens(address _token, uint256 amount)
blackListUser(address _user, bool _value)
buyWithEth() payable returns (bool)
buyWithUSDC(uint256 usdcAmount) returns (bool)
buyWithUSDT(uint256 usdAmount) returns (bool)
changeFundWallet(address _wallet)
changeUSDCToken(address _newAddress)
changeUSDTToken(address _newAddress)
createPresale(uint256 _price, uint256 _nextStagePrice, uint256 _tokensToSell, uint256 _UsdtHardcap)
pausePresale(uint256 _id)
renounceOwnership()
setPresaleStage(uint256 _id)
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)
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 _usdc, address _SaleToken, uint256 _MinTokenTobuy)
This contract contains no fallback and receive objects.
This contract contains no error objects.