BtcInuSale
Verified contract
Active on
Ethereum with 5,262 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($13,590.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BTCINU | ERC-20 | 794.82877K | $0.01699 |
$13,504.16 | |
USDT | ERC-20 | 86 | $1.001 |
$86.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238715 | a day ago | | | 0 | 0.0017363436 | |
| 21217294 | 4 days ago | | | 0 | 0.0020124827 | |
| 21118122 | 18 days ago | | | 0 | 0.00040574872 | |
| 21065713 | a month ago | | | 0 | 0.0017389718 | |
| 20612884 | 3 months ago | | | 0 | 0.00031131391 | |
| 20496966 | 3 months ago | | | 0 | 0.00012627338 | |
| 20482414 | 3 months ago | | | 0 | 0.00020429391 | |
| 20476141 | 4 months ago | | | 0 | 0.00028430775 | |
| 20453465 | 4 months ago | | | 0.001 | 0.000063107000 | |
| 20450711 | 4 months ago | | | 0 | 0.00019529805 |
ABI
ABI objects
Getter at block 21248917
ETH_MULTIPLIER() view returns (uint256)
1000000000000000000
USDT() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
USDT_MULTIPLIER() view returns (uint256)
1000000
btcInu() view returns (address)
0x584a4dd38d28fd1ea0e147ba7b70aed29a37e335
fundReceiver() view returns (address)
0x450d442ef449aa3a0e083ccd2c5b000f2e353466
getLatestPrice() view returns (uint256)
3350721343000000000000
owner() view returns (address)
0x450d442ef449aa3a0e083ccd2c5b000f2e353466
presaleId() view returns (uint256)
13
Read-only
claimableAmount(address user) view returns (uint256)
ethBuyHelper(uint256 _id, uint256 amount) view returns (uint256 ethAmount)
ethToTokens(uint256 _id, uint256 amount) view returns (uint256 _tokens)
paused(uint256) view returns (bool)
presale(uint256) view returns (uint256 startTime, uint256 endTime, uint256 price, uint256 soldTokens, uint256 tokensToSell, uint256 UsdtHardcap, uint256 amountRaised, bool Active)
usdtBuyHelper(uint256 _id, uint256 amount) view returns (uint256 usdPrice)
usdtToTokens(uint256 _id, uint256 amount) view returns (uint256 _tokens)
userClaimData(address) view returns (uint256 claimAt, uint256 totalAmount, uint256 claimedAmount)
State-modifying
Events ChangeTokenToSell(address _token)
WithdrawContractFunds(uint256 amount)
WithdrawTokens(address _token, uint256 amount)
buyWithEth() payable returns (bool)
buyWithUSDT(uint256 usdAmount) returns (bool)
changeFundWallet(address _wallet)
changeUSDTToken(address _newAddress)
claimAmount() returns (bool)
createPresale(uint256 _price, uint256 _tokensToSell, uint256 _UsdtHardcap, uint256 _startTime, uint256 _endTime, bool _isActive)
endPresale()
pausePresale(uint256 _id)
renounceOwnership()
transferOwnership(address newOwner)
unPausePresale(uint256 _id)
updatePresale(uint256 _id, uint256 _startTime, uint256 _endTime, uint256 _price, uint256 _tokensToSell, uint256 _Hardcap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleCreated(uint256 indexed _id, uint256 _totalTokens, uint256 _startTime, uint256 _endTime)
PresalePaused(uint256 indexed id, uint256 timestamp)
PresaleTokenAddressUpdated(address indexed prevValue, address indexed newValue, uint256 timestamp)
PresaleUnpaused(uint256 indexed id, uint256 timestamp)
PresaleUpdated(bytes32 indexed key, uint256 prevValue, uint256 newValue, uint256 timestamp)
TokensBought(address indexed user, uint256 indexed id, address indexed purchaseToken, uint256 tokensBought, uint256 amountPaid, uint256 timestamp)
TokensClaimed(address indexed user, uint256 amount, uint256 timestamp)
constructor(address _oracle, address _usdt, address _btcInu)
This contract contains no fallback and receive objects.
This contract contains no error objects.