Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.23)
Native
Value
$3.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00097 | $3,335.29 |
$3.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22373385 | 13 days ago | | | 0.000005 | 0.0000018786612 | |
| 21992970 | 21 days ago | | | 0 | 8.1907751e-7 | |
| 21992953 | 21 days ago | | | 0.002 | 0.0000013762926 | |
| 21992873 | 21 days ago | | | 0 | 7.9297679e-7 | |
| 21992853 | 21 days ago | | | 0 | 0.0000011174826 | |
| 21992705 | 21 days ago | | | 0 | 8.1480886e-7 | |
| 19063294 | 3 months ago | | | 0 | 0.00010249734 | |
| 19063276 | 3 months ago | | | 0 | 0.00013898355 | |
| 17261321 | 4 months ago | | | 0 | 0.0000013933384 | |
| 17261306 | 4 months ago | | | 0.0003 | 0.0000032124275 |
ABI
ABI objects
Getter at block 22913597
buyPrice() view returns (uint256)
22826250000000
decimals() view returns (uint8)
18
getReferralBonus() view returns (uint256)
0
marketingWallet() view returns (address)
0xf8cd4a9e65642badf1b41e442f9483f4ae3c9f7d
myTokens() view returns (uint256)
0
name() view returns (string)
Base3D
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
17753750000000
stakingRequirement() view returns (uint256)
100000000000000000000
symbol() view returns (string)
B3D
totalEthereumBalance() view returns (uint256)
969852921258722
totalSupply() view returns (uint256)
2021778837588649862728
Read-only
administrators(bytes32) view returns (bool)
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
disableInitialStage()
exit()
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(bytes32 _identifier, bool _status)
setName(string _name)
setStakingRequirement(uint256 _amountOfTokens)
setSymbol(string _symbol)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
withdraw()
Transfer(address indexed from, address indexed to, uint256 tokens)
onReinvestment(address indexed customerAddress, uint256 ethereumReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingEthereum, uint256 tokensMinted, address indexed referredBy)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
constructor()
fallback()
This contract contains no error objects.