TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 87,206 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
1 additional
variable
Balances ($684.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 430.244552 | $1.00 |
$430.24 | |
WBTC | ERC-20 | 0.00263 | $96,550.00 |
$253.95 | |
TKX | ERC-20 | 0.000056 | $13.48 |
$0 | |
TAMA | ERC-20 | 23.026079M | -- | -- | |
TRIX | ERC-20 | 15.446381M | -- | -- | |
TAMASHI | ERC-20 | 5.138944M | -- | -- | |
GCR | ERC-20 | 1.057037M | -- | -- | |
BABYTAMA | ERC-20 | 69 | -- | -- | |
EHIVE | ERC-20 | 2 | -- | -- | |
HQG | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21231048 | 8 days ago | | | 0 | 0.0018901991 | |
| 20661919 | 3 months ago | | | 0 | 0.00029766513 | |
| 20613393 | 3 months ago | | | 0 | 0.00059238536 | |
| 20453390 | 4 months ago | | | 0 | 0.000037657000 | |
| 20452657 | 4 months ago | | | 0 | 0.000094618000 | |
| 20425935 | 4 months ago | | | 0 | 0.00074173534 | |
| 20264429 | 5 months ago | | | 0 | 0.00051495670 | |
| 20213413 | 5 months ago | | | 0 | 0.0013270487 | |
| 20145286 | 5 months ago | | | 0 | 0.000075314000 | |
| 20144880 | 5 months ago | | | 0 | 0.000075314000 |
ABI
ABI objects
Getter at block 21290528 getLatestPrice() view returns (uint256)
USDTInterface() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
baseDecimals() view returns (uint256)
1000000000000000000
claimStart() view returns (uint256)
1664200800
endTime() view returns (uint256)
1664026940
inSale() view returns (uint256)
0
owner() view returns (address)
0x7efe7cbc1522a3ae877d5878ce38fc784f8de1a5
paused() view returns (bool)
false
salePrice() view returns (uint256)
10000000000000000
saleToken() view returns (address)
0x12b6893ce26ea6341919fe289212ef77e51688c8
startTime() view returns (uint256)
1658509200
totalTokens() view returns (uint256)
1000000000
Read-only
calculatePrice(uint256 _amount) view returns (uint256 totalValue)
ethBuyHelper(uint256 amount) view returns (uint256 ethAmount)
hasClaimed(address) view returns (bool)
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
buyWithEth(uint256 amount) payable returns (bool)
buyWithUSDT(uint256 amount) returns (bool)
changeClaimStart(uint256 _claimStart) returns (bool)
changeSaleTimes(uint256 _startTime, uint256 _endTime)
claim() returns (bool)
initialize(address _oracle, address _usdt, uint256 _startTime, uint256 _endTime)
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.