FifthScape_Ethereum

Verified contract

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

No balances found for "FifthScape_Ethereum"

0x2372cdf2b8250e31f631c8b9ef364d5fafe6fa4d14e3949ae8e1bdd350f6d890
0xb8aff6de24ab1f2c816e2768fb8edb0c362cbfbab29df049f96045b1af6cc59b
0x63aa16b01e9a7ba111d927b35355e46380b021ae78783205f0a3de008e9214c3
0xd19d9ffba37839066d820a92a679c16615679cdc3f375fc9e0ce11320f3a539d
0xec287adf4ca164e7d08582774fc94fcf4eb6ee66cd8cf7c966233f3a027ddc84
0xe0c879ab9dabb8516fed5bb35cad578c79a2d3b197315f55a4d0945cd6682d68
0xe534ce8953eaa97797169b4ba7ed05468e3b975a58fc10a5b33b32e666942bc4
0xed1756bf45937bea89dd16e6d2f31a0836a798402b325d5a78336332eb7d3834
0x4155d5c451bef49d2497288dbedaf710502365f4f2de29add48d7bfd49a6b3b9
0x9cb06b5930b66f2264c55d52eab955f031bd87a37f5dcfe481d2d7508c0e713b

Functions
Getter at block 21223679
i_eth_usd_priceFeed(view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
i_usdt_usd_priceFeed(view returns (address)
0x3e7d1eab13ad0104d2750b8863b489d65364e32d
owner(view returns (address)
0xc9099c3d0608bb6d1b02f44830e6437675dc0e5c
paused(view returns (bool)
false
s_maxAmountToInvest(view returns (uint256)
5000000000
s_minAmountToInvest(view returns (uint256)
10
s_tokenSold(view returns (uint256)
296165831697111704970603089
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(payable 
pause(
renounceOwnership(
transferOwnership(address newOwner
unpause(
updateMaxInvestment(uint256 amount
updateMinInvestment(uint256 amount
withdrawERC20(address _tokenAddressuint256 _amount
withdrawNative(uint256 _amount
Events
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