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 "CRUDO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245974 | an hour ago | | | 0.01 | 0.0050333381 | |
| 21244818 | 5 hours ago | | | 0.008 | 0.0036912875 | |
| 21242288 | 14 hours ago | | | 0.0051 | 0.0024298191 | |
| 21238865 | a day ago | | | 0.0092100623 | 0.0037702626 | |
| 21237909 | a day ago | | | 0.18 | 0.0066673686 | |
| 21236448 | a day ago | | | 0.0228 | 0.0073891819 | |
| 21234867 | 2 days ago | | | 0 | 0.00031852510 | |
| 21234596 | 2 days ago | | | 0.007 | 0.0020880026 | |
| 21234222 | 2 days ago | | | 0.1035 | 0.0026070230 | |
| 21233955 | 2 days ago | | | 0.0149 | 0.0034279794 |
ABI
ABI objects
Getter at block 21246366 getAllTokenPurchases() view returns (struct CRUDOTokenPurchase[])
allPrice() view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256)
(328756091628, 15, 3, 6614465000000, 8, 0, 0)
contractAddr() view returns (address)
0x4b16fc61800da83eeff71e66465cc3c273657da5
owner() view returns (address)
0x4b16fc61800da83eeff71e66465cc3c273657da5
owner1() view returns (address)
0x4b16fc61800da83eeff71e66465cc3c273657da5
priceOfBNB() view returns (uint256)
328756091628
priceOfWbtc() view returns (uint256)
6614465000000
tokenPrice() view returns (uint256)
15
tokenPriceDecimal() view returns (uint256)
3
totalInvested() view returns (uint256)
0
usd_price() view returns (uint256)
328756091628
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
usdt() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
wbtc() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
Read-only
allTokenPurchases(uint256) view returns (address buyer, uint256 amount, uint256 timestamp, uint256 amountType)
investors(address) view returns (bool registered, uint256 invested)
tokenInBNB(uint256 amount) view returns (uint256)
tokenInBUSD(uint256 amount) view returns (uint256)
tokenInWbtc(uint256 amount) view returns (uint256)
tokenPurchases(address, uint256) view returns (address buyer, uint256 amount, uint256 timestamp, uint256 amountType)
userDeposits(address indexAddress) view returns (uint256[] tariffs, uint256[] amounts, uint256[] getTokens, uint256[] times)
State-modifying
Events buyTokenWithETH(address _to) payable
buyWithToken(uint256 amount, uint256 investToken)
setBuyPrice(uint256 _price, uint256 _decimal)
transferOwnership(address to) returns (bool)
updateOwner1(address _newOwner1)
updatecontractadd(address _newaddr)
withdrawBNB(address to, uint256 amount) returns (bool)
withdrawToken(address tokenAddress, address to, uint256 amount) returns (bool)
DepositAt(address user, uint256 tariff, uint256 amount)
OwnershipTransferred(address arg0)
Withdraw(address user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.