TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 7,699 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x5f4e…8419
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 1 additional slot
5 additional
variables
Balances ($227.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 226.54 | $0.999693 |
$226.47 | |
MEMAGX | ERC-20 | 500 | $0.00146 |
$0.73 | |
MEMAG | ERC-20 | 500 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19969921 | 6 months ago | | | 0 | 0.0010084800 | |
| 19102606 | 10 months ago | | | 0 | 0.00023956791 | |
| 18340091 | a year ago | | | 0.036353968 | 0.00063193977 | |
| 18328505 | a year ago | | | 0.014422707 | 0.0016344790 | |
| 18285609 | a year ago | | | 0.03467858 | 0.0016344790 | |
| 18261864 | a year ago | | | 0.012963105 | 0.0014858900 | |
| 18235596 | a year ago | | | 0.013570494 | 0.0040119030 | |
| 18209823 | a year ago | | | 0.028538745 | 0.0010401230 | |
| 18191980 | a year ago | | | 0.040231603 | 0.0019316570 | |
| 18172880 | a year ago | | | 0.068512282 | 0.0016344790 |
ABI
ABI objects
Getter at block 21276328 getLatestPrice() view returns (uint256)
NINE_MONTHS() view returns (uint256)
23328000
USDTInterface() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
aggregatorInterface() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
baseDecimals() view returns (uint256)
1000000000000000000
claimStart() view returns (uint256)
0
currentStep() view returns (uint256)
1
endTime() view returns (uint256)
1699192469
maxTokensToBuy() view returns (uint256)
6750000
owner() view returns (address)
0x041696e7c9085f5562145ce02e5f4e913a8faced
paused() view returns (bool)
false
reInit() view returns (bool)
true
saleToken() view returns (address)
0x0000000000000000000000000000000000000000
startTime() view returns (uint256)
1667399041
totalTokensSold() view returns (uint256)
64959288
Read-only
ethBuyHelper(uint256 amount) view returns (uint256 ethAmount)
getClaimableAmount(address _user) view returns (uint256 claimableAmount)
rounds(uint256, uint256) view returns (uint256)
token_amount(uint256) view returns (uint256)
token_price(uint256) view returns (uint256)
usdtBuyHelper(uint256 amount) view returns (uint256 usdPrice)
userInfo(address) view returns (uint256 boughtAmount, uint256 initialClaim, uint256 claimedAmount)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
buyWithEth(uint256 amount) payable returns (bool)
buyWithUSDT(uint256 amount) returns (bool)
changeClaimStart(uint256 _claimStart) returns (bool)
changeRoundsData(uint256[][2] _rounds)
changeSaleTimes(uint256 _startTime, uint256 _endTime)
claim() returns (bool)
newRounds(uint256[][2] _rounds, uint256 _maxTokensToBuy)
pause()
renounceOwnership()
startClaim(uint256 _claimStart, uint256 noOfTokens, address _saleToken) returns (bool)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ClaimStartUpdated(uint256 prevValue, uint256 newValue, uint256 timestamp)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SaleTimeSet(uint256 _start, uint256 _end, uint256 timestamp)
SaleTimeUpdated(bytes32 indexed key, uint256 prevValue, uint256 newValue, uint256 timestamp)
TokensAdded(address indexed token, uint256 noOfTokens, uint256 timestamp)
TokensBought(address indexed user, uint256 indexed tokensBought, address indexed purchaseToken, uint256 amountPaid, uint256 timestamp)
TokensClaimed(address indexed user, uint256 amount, uint256 timestamp)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.