TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,720 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 ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TORA | ERC-20 | 600M | -- | -- | |
TORA | ERC-20 | 15.733498M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17481367 | a year ago | | | 0 | 0.00061423323 | |
| 17481367 | a year ago | | | 0 | 0.00063306173 | |
| 17481367 | a year ago | | | 0 | 0.00063306173 | |
| 17481367 | a year ago | | | 0 | 0.00063306173 | |
| 17481367 | a year ago | | | 0 | 0.00063306173 | |
| 17481367 | a year ago | | | 0 | 0.00061459108 | |
| 17481352 | a year ago | | | 0 | 0.00071825360 | |
| 17481352 | a year ago | | | 0 | 0.00066804501 | |
| 17481352 | a year ago | | | 0 | 0.00064467732 | |
| 17481099 | a year ago | | | 0 | 0.00079365919 |
ABI
ABI objects
Getter at block 21307334 getLatestPrice() view returns (uint256)
USDTInterface() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
baseDecimals() view returns (uint256)
1000000000000000000
claimStart() view returns (uint256)
1671118528
endTime() view returns (uint256)
1671082716
inSale() view returns (uint256)
427288895
owner() view returns (address)
0x7603c1674ecb606ee3feda82d37d99af9ebab979
paused() view returns (bool)
false
salePrice() view returns (uint256)
2500000000000000
saleToken() view returns (address)
0x7a3f7f6675514d4d611b442a4b76752f6ab77670
startTime() view returns (uint256)
1666202400
totalTokens() view returns (uint256)
600000000
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)
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.