TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 6,175 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FROP | ERC-20 | 1.105941B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159629 | 6 hours ago | | | 0 | 0.0019791124 | |
| 21152521 | a day ago | | | 0 | 0.00062784178 | |
| 21152095 | a day ago | | | 0 | 0.00068844030 | |
| 21149735 | 2 days ago | | | 0 | 0.00070405282 | |
| 21146227 | 2 days ago | | | 0 | 0.00061152611 | |
| 21145999 | 2 days ago | | | 0 | 0.0010384150 | |
| 21143189 | 3 days ago | | | 0 | 0.0011874360 | |
| 21142200 | 3 days ago | | | 0 | 0.00078999209 | |
| 21141022 | 3 days ago | | | 0 | 0.00070137708 | |
| 21138607 | 3 days ago | | | 0 | 0.0014290405 |
ABI
ABI objects
Getter at block 21161392 trackRemainingTokens() view returns (uint256[])
DAItoken() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
USDCtoken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDTtoken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
aggregatorInterface() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
baseDecimals() view returns (uint256)
1000000000000000000
baseScale() view returns (uint256)
18
checkPoint() view returns (uint256)
27372845656
claimStart() view returns (uint256)
1727697480
currentStep() view returns (uint256)
39
dynamicTimeFlag() view returns (bool)
false
getLatestPrice() view returns (uint256)
3201494309000000000000
maxTokensToBuy() view returns (uint256)
300000000
minTokensToBuy() view returns (uint256)
1000
owner() view returns (address)
0x94ad5aafa398250eef68632bede5c0196fd4d5bc
paused() view returns (bool)
false
saleToken() view returns (address)
0x4dc507440ef8fe7e80eefd0951fbbb13fec0d7a7
timeConstant() view returns (uint256)
604800
totalTokensSold() view returns (uint256)
1113269268
usdRaised() view returns (uint256)
626108939617655000000000
Read-only
calculatePrice(uint256 _amount) view returns (uint256)
ethBuyHelper(uint256 amount) view returns (uint256 ethAmount)
roundDetails(uint256 _no) view returns (uint256[])
usdBuyHelper(uint256 amount, uint256 purchaseToken) view returns (uint256 usdPrice)
usdTokenDecimals(uint256) view returns (uint256)
userDeposits(address) view returns (uint256)
State-modifying
Events buyWithETH(uint256 amount) payable
buyWithUSD(uint256 amount, uint256 purchaseToken)
changeClaimStart(uint256 _claimStart)
changeMaxTokensToBuy(uint256 _maxTokensToBuy)
changeMinTokensToBuy(uint256 _minTokensToBuy)
changeOracle(address _newOracle)
changePaymentWallet(address _newPaymentWallet)
changeRoundsData(uint256[][3] _rounds)
claim()
incrementCurrentStep()
initialize(address _oracle, address _usdt, address _usdc, address _dai, uint256[][3] _rounds, uint256 _timeConstant, uint256 _maxTokensToBuy, uint256 _minTokensToBuy, address _paymentWallet)
pause()
renounceOwnership()
setCurrentStep(uint256 _step, uint256 _checkpoint)
setDynamicTimeFlag(bool _dynamicTimeFlag)
setRemainingTokensArray(uint256[] _unsoldTokens)
setTimeConstant(uint256 _timeConstant)
startClaim(uint256 _claimStart, uint256 amountOfTokens, address _saleToken)
transferOwnership(address newOwner)
unpause()
updateUserDeposits(address[] _users, uint256[] _userDeposits)
withdrawEthers()
withdrawTokens(address token, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
StepIncremented(uint256 newStep, uint256 timestamp)
TokensAdded(address indexed token, uint256 noOfTokens, uint256 timestamp)
TokensBought(address indexed user, uint256 indexed tokensBought, address indexed purchaseToken, uint256 amountPaid, uint256 usdEq, uint256 timestamp)
TokensBoughtByDirectPayment(address indexed user, uint256 indexed tokensBought, uint256 usdEq, uint256 timestamp)
TokensClaimed(address indexed user, uint256 amount, uint256 timestamp)
Unpaused(address account)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
EnforcedPause()
ExpectedPause()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()