Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "OPZSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281858 | 3 hours ago | | | 0.02052 | 0.00079053873 | |
| 21252765 | 4 days ago | | | 0.05553 | 0.00058180989 | |
| 21249630 | 5 days ago | | | 0.03445 | 0.00043369824 | |
| 21249603 | 5 days ago | | | 0.05778 | 0.00047337660 | |
| 21243732 | 5 days ago | | | 0.04279 | 0.00062535080 | |
| 21239589 | 6 days ago | | | 0.56747 | 0.00062276842 | |
| 21239379 | 6 days ago | | | 0.02778 | 0.00051877699 | |
| 21228419 | 8 days ago | | | 0.02537 | 0.00038148420 | |
| 21224651 | 8 days ago | | | 0.03017 | 0.00068375820 | |
| 21215492 | 9 days ago | | | 0.03022 | 0.00061360804 |
ABI
ABI objects
Getter at block 21282663
i_ethFeed() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
i_usdtFeed() view returns (address)
0x3e7d1eab13ad0104d2750b8863b489d65364e32d
owner() view returns (address)
0x2280095a929522854d181c8e543de6b081d1a765
paused() view returns (bool)
false
s_maxInvest() view returns (uint256)
2500000000
s_minInvest() view returns (uint256)
25
s_usdtToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
s_investmentByAddress(address) view returns (uint256)
State-modifying
Events buyTokens(address user, uint256 amount, uint256 price) payable
buyTokensNative() payable
buyTokensUSDT(uint256 amount)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
updateMaxInvestment(uint256 amount)
updateMinInvestment(uint256 amount)
withdrawERC20(address _tokenAddress, uint256 _amount)
withdrawNative(uint256 _amount)
Bought(address _user, uint256 _amount, uint256 _price)
BoughtNative(address user, uint256 amount, uint256 time)
BoughtUSDT(address user, uint256 amount, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _usdt, address _owner)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)