TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 21,070 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 1 additional slot
-
variable spans 1 additional slot
-
variable spans 2 additional slots
13 additional
variables
Balances ($38,262.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MEMAGX | ERC-20 | 27.79472M | $0.001374 |
$38,190.5 | |
USDT | ERC-20 | 55.444 | $1.00 |
$55.44 | |
MATIC | ERC-20 | 40.674076 | $0.407387 |
$16.57 | |
MEMAG | ERC-20 | 29.40523M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20947680 | a month ago | | | 0 | 0.0011292658 | |
| 20736352 | 2 months ago | | | 0 | 0.00029877600 | |
| 20736352 | 2 months ago | | | 0 | 0.00072553600 | |
| 20678166 | 2 months ago | | | 0 | 0.00084441924 | |
| 20621722 | 2 months ago | | | 0 | 0.00021832679 | |
| 20620115 | 2 months ago | | | 0 | 0.00018382685 | |
| 20338495 | 4 months ago | | | 0 | 0.00080349394 | |
| 20204368 | 4 months ago | | | 0 | 0.00031694866 | |
| 20144665 | 5 months ago | | | 0.02 | 0.000054875305 | |
| 20116800 | 5 months ago | | | 0 | 0.00044020562 |
ABI
ABI objects
Getter at block 21160786
USDTInterface() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
aggregatorInterface() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
baseDecimals() view returns (uint256)
1000000000000000000
blacklister() view returns (address)
0xa81cd79b3600f07ad7c65d25ca1a78c77c5ef8f5
checkPoint() view returns (uint256)
0
claimStart() view returns (uint256)
1677601260
claimWhitelistStatus() view returns (bool)
false
currentStep() view returns (uint256)
6
endTime() view returns (uint256)
1676649600
endTimeFlag() view returns (bool)
true
getLatestPrice() view returns (uint256)
3187900000000000000000
maxTokensToBuy() view returns (uint256)
35000000
owner() view returns (address)
0x7292d2aee96d0babf747f1a371bc5cf8322eb863
paused() view returns (bool)
false
pauser() view returns (address)
0xa81cd79b3600f07ad7c65d25ca1a78c77c5ef8f5
saleToken() view returns (address)
0x857de36f92330e1b9a21e8745c692f2ce13866cb
startTime() view returns (uint256)
1672761600
totalTokensSold() view returns (uint256)
349999188
whitelister() view returns (address)
0xa81cd79b3600f07ad7c65d25ca1a78c77c5ef8f5
Read-only
calculatePrice(uint256 _amount) view returns (uint256)
ethBuyHelper(uint256 amount) view returns (uint256 ethAmount)
hasClaimed(address) view returns (bool)
isBlacklisted(address) view returns (bool)
isWhitelisted(address) view returns (bool)
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)
userDeposits(address) view returns (uint256)
wertWhitelisted(address) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
blacklistUsers(address[] _usersToBlacklist)
buyWithETHWert(address user, uint256 amount) payable returns (bool)
buyWithEth(uint256 amount) payable returns (bool)
buyWithUSDT(uint256 amount) returns (bool)
changeClaimStart(uint256 _claimStart) returns (bool)
changeEndTime(uint256 _endTime, uint256[][3] _rounds)
changeMaxTokensToBuy(uint256 _maxTokensToBuy)
changeRoundsData(uint256[][3] _rounds)
changeSaleTimes(uint256 _startTime, uint256 _endTime)
claim() returns (bool)
pause()
reinitialize(address _pauser, address _whitelister, address _blacklister, address _saleToken)
removeFromBlacklist(address[] _userToRemoveFromBlacklist)
removeFromWhitelist(address[] _userToRemoveFromWhitelist)
removeFromWhitelistForWERT(address[] _addressesToRemoveFromWhitelist)
renounceBlacklister()
renounceOwnership()
renouncePauser()
renounceWhitelister()
setClaimWhitelistStatus(bool _status)
startClaim(uint256 _claimStart, uint256 noOfTokens, address _saleToken) returns (bool)
transferOwnership(address newOwner)
unpause()
updateBlacklister(address _newBlacklister)
updatePauser(address _newPauser)
updateSaleToken(address _token)
updateWhitelister(address _newWhitelister)
whitelistUsers(address[] _usersToWhitelist)
whitelistUsersForWERT(address[] _addressesToWhitelist)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BlacklisterRenounced(address indexed by, uint256 timestamp)
BlacklisterUpdated(address indexed by, address indexed oldBlacklister, address indexed newBlacklister, uint256 timestamp)
ClaimStartUpdated(uint256 prevValue, uint256 newValue, uint256 timestamp)
Initialized(uint8 version)
MaxTokensUpdated(uint256 prevValue, uint256 newValue, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserRenounced(address indexed by, uint256 timestamp)
PauserUpdated(address indexed by, address indexed oldPauser, address indexed newPauser, uint256 timestamp)
SaleTimeSet(uint256 _start, uint256 _end, uint256 timestamp)
SaleTimeUpdated(bytes32 indexed key, uint256 prevValue, uint256 newValue, uint256 timestamp)
SaleTokenUpdated(address indexed by, address indexed oldToken, address indexed newToken, 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)
WhitelisterRenounced(address indexed by, uint256 timestamp)
WhitelisterUpdated(address indexed by, address indexed oldWhitelister, address indexed newWhitelister, uint256 timestamp)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.