BlockStake
Verified contract
Active on
Ethereum with 2,282 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa10a…0a78
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CLOUT | ERC-20 | 76.480601M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18282548 | a year ago | | | 0 | 0.00052236538 | |
| 18139953 | a year ago | | | 0 | 0.00053301165 | |
| 17071867 | 2 years ago | | | 0 | 0.0054816848 | |
| 13744967 | 3 years ago | | | 0 | 0.0083848558 | |
| 12510881 | 4 years ago | | | 0 | 0.0032417154 | |
| 12224372 | 4 years ago | | | 0 | 0.0047199491 | |
| 11368266 | 4 years ago | | | 0 | 0.00054824460 | |
| 11368240 | 4 years ago | | | 0 | 0.0015498340 | |
| 11356488 | 4 years ago | | | 0 | 0.0019157640 | |
| 11323353 | 4 years ago | | | 0 | 0.0011313000 |
ABI
ABI objects
Getter at block 21405408 multiData() view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256)
buyPrice() view returns (uint256)
1050000000000000000
decimals() view returns (uint8)
18
getInvested() view returns (uint256)
0
myTokens() view returns (uint256)
0
name() view returns (string)
BlockStake
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
850000000000000000
symbol() view returns (string)
BLOCK
totalERC20Balance() view returns (uint256)
76480600684593298042176243
totalSupply() view returns (uint256)
55886068770160538648947252
Read-only
balanceOf(address _customerAddress) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
invested_(address) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
payoutsTo_(address) view returns (int256)
referralBalance(address _client) view returns (uint256)
referralBalance_(address) view returns (uint256)
tokenBalanceLedger_(address) view returns (uint256)
totalReferralEarnings(address _client) view returns (uint256)
totalReferralEarnings_(address) view returns (uint256)
State-modifying
Events buy(uint256 _amount, address _referredBy) returns (uint256)
buyFor(uint256 _amount, address _customerAddress, address _referredBy) returns (uint256)
exit()
reinvest()
sell(uint256 _amountOfERC20s)
transfer(address _toAddress, uint256 _amountOfERC20s) returns (bool)
withdraw()
Transfer(address indexed from, address indexed to, uint256 tokens)
onDistribute(address indexed customerAddress, uint256 price)
onReinvestment(address indexed customerAddress, uint256 ERC20Reinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingERC20, uint256 tokensMinted, address indexed referredBy, uint256 timestamp)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ERC20Earned, uint256 timestamp)
onWithdraw(address indexed customerAddress, uint256 ERC20Withdrawn)
constructor()
fallback()
This contract contains no error objects.