TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 6,887 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
0xdac1…1ec7
0x5f4e…8419
-
variable spans 1 additional slot
15 additional
variables
Balances ($104.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 104.513272 | $0.999629 |
$104.47 | |
ALGT | ERC-20 | 181.355 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19899390 | 6 months ago | | | 0.001857548 | 0.00010015568 | |
| 19749445 | 7 months ago | | | 0 | 0.00052385805 | |
| 19693057 | 7 months ago | | | 0 | 0.00061395194 | |
| 19185188 | 9 months ago | | | 0 | 0.0035335872 | |
| 19185164 | 9 months ago | | | 0.04284 | 0.014054513 | |
| 19185087 | 9 months ago | | | 0 | 0.014207618 | |
| 19184766 | 9 months ago | | | 0.1938 | 0.016977833 | |
| 19184679 | 9 months ago | | | 0.031113349 | 0.0092628253 | |
| 19184622 | 9 months ago | | | 0.21001766 | 0.0088128590 | |
| 19184603 | 9 months ago | | | 0.066762716 | 0.012231544 |
ABI
ABI objects
Getter at block 21209967
MONTH() view returns (uint256)
2592000
USDCInterface() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDTInterface() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
claimStart() view returns (uint256)
0
decimal() view returns (uint256)
1000000000000000000
default_lockup() view returns (uint256)
0
endTime() view returns (uint256)
1700294400
getLatestPrice() view returns (uint256)
3078840000000000000000
initialClaimPercent() view returns (uint256)
0
linearPriceUsdRaised() view returns (uint256)
17301660000000000000000
maxTotalSold() view returns (uint256)
120000000000000000000000000
oracleInterface() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
owner() view returns (address)
0x0ccc8673ca64a9ff4172496c529d64eb96e12c87
paused() view returns (bool)
false
saleAccessOn() view returns (bool)
false
saleToken() view returns (address)
0x0000000000000000000000000000000000000000
stagePrice() view returns (uint256)
100000000000000000
startTime() view returns (uint256)
1684915200
totalBonus() view returns (uint256)
945668460000000000000000
totalTokensSold() view returns (uint256)
8650830
totalTokensSoldInStage() view returns (uint256)
445859914
whitelistClaimOnly() view returns (bool)
false
Read-only
deposits(address user) view returns (struct PresaleEthV2UserDeposits[])
ethBuyHelper(uint256 amount) view returns (uint256 ethAmount)
isBlacklisted(address) view returns (bool)
isSaleAccess(address) view returns (bool)
isWhitelisted(address) view returns (bool)
lockup_bonus(uint256) view returns (uint256)
newUser(address, uint256) view returns (bool)
token_quantity_bonus(uint256, uint256) view returns (uint256)
usdtBuyHelper(uint256 amount) view returns (uint256 usdPrice)
userDeposits(address, uint256) view returns (uint256 depositAmount, uint256 bonusAmount, uint256 initialClaim, uint256 claimedAmount, uint256 claimTime)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
buyWithCoin(uint256 amount, uint256 lockup_months) payable returns (bool)
buyWithCoinDirectPay(uint256 amount, address buyer) payable returns (bool)
buyWithUSDC(uint256 amount, uint256 lockup_months) returns (bool)
buyWithUSDT(uint256 amount, uint256 lockup_months) returns (bool)
changeUSDC(address _usdc)
renounceOwnership()
setPriceAndTotal(uint256 _maxTotalSold, uint256 _stagePrice, bool resetTotal)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensBought(address indexed user, uint256 indexed tokensBought, address indexed purchaseToken, uint256 bonus, uint256 amountPaid, uint256 usdEq, uint256 timestamp)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.