FifthScape_Ethereum
Verified contract
Active on
Ethereum with 8,044 txns
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 "FifthScape_Ethereum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20651139 | 3 months ago | | | 0.0006 | 0.000011777153 | |
| 20145332 | 5 months ago | | | 0.003 | 0.000083084000 | |
| 19809505 | 6 months ago | | | 0.29 | 0.00016835351 | |
| 19730144 | 7 months ago | | | 0.022621906 | 0.00023771303 | |
| 19680799 | 7 months ago | | | 0.009 | 0.00048439249 | |
| 19674419 | 7 months ago | | | 0.013 | 0.00062409255 | |
| 19674352 | 7 months ago | | | 0.0048607259 | 0.00062989533 | |
| 19674294 | 7 months ago | | | 0.019475465 | 0.00063950807 | |
| 19674227 | 7 months ago | | | 0.007 | 0.00066831413 | |
| 19674171 | 7 months ago | | | 0.3 | 0.00061930335 |
ABI
ABI objects
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(address) view returns (uint256)
State-modifying
Events buyTokensNative() payable
buyTokensUSDT(uint256 amount)
buyTokensWert() payable
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
updateMaxInvestment(uint256 amount)
updateMinInvestment(uint256 amount)
withdrawERC20(address _tokenAddress, uint256 _amount)
withdrawNative(uint256 _amount)
BoughtWithNativeToken(address user, uint256 amount, uint256 time)
BoughtWithUSDT(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)