Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$367.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.114888 | $3,195.75 |
$367.15 | |
OCN | ERC-20 | 4 | $0.000048 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17845925 | a year ago | | | 0 | 0.00080941789 | |
| 6121334 | 6 years ago | | | 0 | 0.0013038000 | |
| 6121311 | 6 years ago | | | 0 | 0.0015432730 | |
| 6069145 | 6 years ago | | | 0 | 0.000047806000 | |
| 5854589 | 6 years ago | | | 0 | 0.00013038000 | |
| 5854575 | 6 years ago | | | 0 | 0.00014934900 | |
| 5753420 | 6 years ago | | | 0 | 0.0010500000 | |
| 5752475 | 6 years ago | | | 0 | 0.00042559500 | |
| 5733008 | 6 years ago | | | 0 | 0.00079000000 | |
| 5732245 | 6 years ago | | | 0 | 0.00052152000 |
ABI
ABI objects
Getter at block 21160885
buyPrice() view returns (uint256)
37428000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
Griptoken
sellPrice() view returns (uint256)
23392500000000
stakingRequirement() view returns (uint256)
50000000000000000000
symbol() view returns (string)
GRIPS
totalEthereumBalance() view returns (uint256)
114887616233888828
totalSupply() view returns (uint256)
3111487610734916936376
Read-only
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)
exit()
reinvest()
sell(uint256 _amountOfTokens)
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, uint256 timestamp, uint256 price)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned, uint256 timestamp, uint256 price)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.