FifthScapeSaleEthereum

Verified contract

Active on Ethereum with 3,602 txns
Deployed by via 0x3b6bdf0e at 19955824
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FifthScapeSaleEthereum"

0x82027e48dcc99ff9380fe75a1702715bfe3e63ee4c4c5e3be742d26e3d532893
0x5ba24b4548d57955302ba27b822ece6e49640bd2255635c2f1416d9e707948c1
0xc9cc3055708d90d82f8bd09ce41bb3491ad97699aeda14db198da27b66b01c41
0x6c779958df1bb203e8c6b7a8b88451e9cbf40ebb3cb4f445cdae5d12885d842c
0xf8236d0b47d8a411bc8d4db1ee268d4f4726508738728a47b8d02a9f95d5a509
0x3ef52d7fb5024ee6b35635cafc05e3f2d6cbffe4d3cbf5419d52b9036e14620d
0x8ccc569c8c0b73345ee0e25c03c40131006caf5a4c98e18c335ee46699654557
0xbff155aa3c93afd02f767970141cecdba9b0ee1515b189675d8a2e83ce0d0d13
0x345b2dd4877e6d1c92e47815bab141b42eac9ca3162175c5be1be7559e0c0ef5
0x09f6cb5c6ed810331669c20bee5c97a9599435104e47a05df2a3535cb87d955e

Functions
Getter at block 20791835
i_eth_usd_priceFeed(view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
i_usdt_usd_priceFeed(view returns (address)
0x3e7d1eab13ad0104d2750b8863b489d65364e32d
owner(view returns (address)
0x2f893f7a0e15a6df9320cf0ae7087de228482c1f
paused(view returns (bool)
false
s_maxAmountToInvest(view returns (uint256)
5000000000
s_minAmountToInvest(view returns (uint256)
10
s_tokenSold(view returns (uint256)
0
s_usdt(view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
s_usdtPrice(view returns (uint256)
1871
Read-only
s_investemetByAddress(addressview returns (uint256)
State-modifying
buyTokensNative(payable 
buyTokensUSDT(uint256 amount
buyTokensWert(address useruint256 amountuint256 pricepayable 
pause(
renounceOwnership(
transferOwnership(address newOwner
unpause(
updateMaxInvestment(uint256 amount
updateMinInvestment(uint256 amount
withdrawERC20(address _tokenAddressuint256 _amount
withdrawNative(uint256 _amount
Events
BoughtTokensWithWert(address _useruint256 _amountuint256 _price
BoughtWithNativeToken(address useruint256 amountuint256 time
BoughtWithUSDT(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