TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 51,517 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 8 additional slots
-
variable spans 8 additional slots
7 additional
variables
Balances ($13,528.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
D2T | ERC-20 | 13.106371M | $0.001027 |
$13,456.31 | |
USDT | ERC-20 | 72.237934 | $1.00 |
$72.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293640 | 8 hours ago | | | 0 | 0.0017469022 | |
| 21242305 | 7 days ago | | | 0 | 0.0012014337 | |
| 21158858 | 19 days ago | | | 0 | 0.0028135542 | |
| 21052513 | a month ago | | | 0 | 0.00065802680 | |
| 21014971 | a month ago | | | 0 | 0.0013227637 | |
| 20758655 | 2 months ago | | | 0 | 0.00017692983 | |
| 20758642 | 2 months ago | | | 0 | 0.00046163267 | |
| 20453037 | 4 months ago | | | 0 | 0.000099024000 | |
| 20160430 | 5 months ago | | | 0 | 0.00079269843 | |
| 20146557 | 5 months ago | | | 0 | 0.00021406470 |
ABI
ABI objects
Getter at block 21295937 getLatestPrice() view returns (uint256)
USDTInterface() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
aggregatorInterface() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
baseDecimals() view returns (uint256)
1000000000000000000
claimStart() view returns (uint256)
1673377572
currentStep() view returns (uint256)
4
endTime() view returns (uint256)
1673373300
maxTokensToBuy() view returns (uint256)
50000000
owner() view returns (address)
0x029bc2e4774e9cdc0893c5728670dea495528d71
paused() view returns (bool)
false
saleToken() view returns (address)
0x4dd942baa75810a3c1e876e79d5cd35e09c97a76
startTime() view returns (uint256)
1666196741
totalBlacklistedTokens() view returns (uint256)
206000000000000000000000
totalTokensSold() view returns (uint256)
298499540
whitelistClaimOnly() view returns (bool)
false
Read-only
calculatePrice(uint256 _amount) view returns (uint256 totalValue)
ethBuyHelper(uint256 amount) view returns (uint256 ethAmount)
hasClaimed(address) view returns (bool)
isBlacklisted(address) view returns (bool)
isWhitelisted(address) view returns (bool)
token_amount(uint256) view returns (uint256)
token_price(uint256) view returns (uint256)
usdtBuyHelper(uint256 amount) view returns (uint256 usdPrice)
userDeposits(address) view returns (uint256)
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)
buyWithEth(uint256 amount) payable returns (bool)
buyWithUSDT(uint256 amount) returns (bool)
changeClaimStart(uint256 _claimStart) returns (bool)
changeSaleTimes(uint256 _startTime, uint256 _endTime)
changeTokenAmounts(uint256[9] _tokenAmount)
claim() returns (bool)
pause()
removeFromBlacklist(address[] _userToRemoveFromBlacklist)
removeFromWhitelist(address[] _userToRemoveFromWhitelist)
renounceOwnership()
setClaimWhitelistStatus(bool _status)
startClaim(uint256 _claimStart, uint256 noOfTokens, address _saleToken) returns (bool)
transferOwnership(address newOwner)
unpause()
whitelistUsers(address[] _usersToWhitelist)
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.