Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$244.82
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.068276 | $3,585.73 |
$244.82 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5682778 | 7 years ago | | | 0 | 0.00011858400 | |
| 5682760 | 7 years ago | | | 0.0001 | 0.00030256200 | |
Transfer | 5573446 | 7 years ago | | | 0.0005 | 0.000084184000 | |
0x | 5573438 | 7 years ago | | | 0 | 0.000084184000 | |
| 5567384 | 7 years ago | | | 0.01 | 0.00014353350 | |
| 5559705 | 7 years ago | | | 0 | 0.00060000000 | |
| 5559689 | 7 years ago | | | 0 | 0.00060000000 | |
| 5558981 | 7 years ago | | | 0 | 0.000090404000 | |
| 5558653 | 7 years ago | | | 0.04 | 0.00039145500 | |
| 5558524 | 7 years ago | | | 0 | 0.00024969200 |
ABI
ABI objects
Getter at block 21290826
buyPrice() view returns (uint256)
371045811120000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
FART
onlyFounders() view returns (bool)
false
referralLinkMinimum() view returns (uint256)
20000000000000000000
sellPrice() view returns (uint256)
278284358340000000000
symbol() view returns (string)
FART
totalEthereumBalance() view returns (uint256)
68275979310541155
totalSupply() view returns (uint256)
32466508465996879525856886538
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() payable
buy(address _referredBy, address _charity) payable returns (uint256)
eject()
reinvest()
sell(uint256 _amountOfTokens, address _charity)
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, address indexed charity)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.