OPZSale

Verified contract

Active on Ethereum with 72 txns
Deployed by via 0xf00902cc at 20012754
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OPZSale"

0x377166f7354b10df5127df3028ed2ae119b3c14f390b4721610b85fdbd7ae0d1
0x6ac2b4413ab8793615586432ca53bcca7c08d79aa24817f321da4a188844714e
0x406bac6ce2d6f251a34a1ae5abaa2121867904e1bbda3bdb1d303a30d153f562
0x50f1f915c8a1c1b074d87c77cb32ece66105b4a2cea72d7b2cac300971c9ecee
0xb8bac8197de6b531b772f0df2f3c1bc74f8f4656dd7c1001c069c470227926a4
0x3f344f70f3788a074a49b8ef13530858386d2882f52a11e6c4deb679f09b0ea5
0xaebd6925254c451247efeb166c8dd05df51ccf842daa7df4b2c57fa4a15faa18
0xc815425660dec0cc290fca4e7843770a49b31ce0628af598d08f64fa7973c47b
0x06c26d933518b6f94bb48684dea7b33f1548269f929efbe28c09d4b2f25b662b
0x137fefeb55ad49d55bc904c6dcadb1a4eb88eead708880caa848d07a97ae5fdf

Functions
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(addressview returns (uint256)
State-modifying
buyTokens(address useruint256 amountuint256 pricepayable 
buyTokensNative(payable 
buyTokensUSDT(uint256 amount
pause(
renounceOwnership(
transferOwnership(address newOwner
unpause(
updateMaxInvestment(uint256 amount
updateMinInvestment(uint256 amount
withdrawERC20(address _tokenAddressuint256 _amount
withdrawNative(uint256 _amount
Events
Bought(address _useruint256 _amountuint256 _price
BoughtNative(address useruint256 amountuint256 time
BoughtUSDT(address useruint256 amountuint256 time
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(address _usdtaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
EnforcedPause(
ExpectedPause(
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token