BankrollNetworkStack
Verified contract
Active on
Ethereum with 3,386 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($26,998.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VLT | ERC-20 | 93.140487K | $0.289872 |
$26,998.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256437 | 4 days ago | | | 0 | 0.00079790791 | |
| 20400859 | 4 months ago | | | 0 | 0.00038499746 | |
| 20400856 | 4 months ago | | | 0 | 0.00029608994 | |
| 19903704 | 6 months ago | | | 0 | 0.00076052610 | |
| 19903700 | 6 months ago | | | 0 | 0.00060325475 | |
| 19903690 | 6 months ago | | | 0 | 0.0010528212 | |
| 19295577 | 9 months ago | | | 0 | 0.0043307650 | |
| 19294161 | 9 months ago | | | 0 | 0.0027014484 | |
| 19294159 | 9 months ago | | | 0 | 0.0020106972 | |
| 19294157 | 9 months ago | | | 0 | 0.0039176753 |
ABI
ABI objects
Getter at block 21281532
balanceInterval() view returns (uint256)
21600
buyPrice() pure returns (uint256)
1100000000000000000
distributionInterval() view returns (uint256)
2
dividendBalance_() view returns (uint256)
0
lastPayout() view returns (uint256)
1732437191
myDividends() view returns (uint256)
0
myTokens() view returns (uint256)
0
players() view returns (uint256)
317
sellPrice() pure returns (uint256)
900000000000000000
tokenAddress() view returns (address)
0x6b785a0322126826d8226d77e173d75dafb84d11
totalClaims() view returns (uint256)
1420294262006081633580546
totalDeposits() view returns (uint256)
1513434748756413016566837
totalSupply() view returns (uint256)
65125382512720264004325
totalTokenBalance() view returns (uint256)
93140486750331382986291
totalTxs() view returns (uint256)
2905
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculateTokensReceived(uint256 _ethToSpend) pure returns (uint256)
calculateethReceived(uint256 _tokensToSell) view returns (uint256)
dailyEstimate(address _customerAddress) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
statsOf(address _customerAddress) view returns (uint256[14])
tokenBalance(address _customerAddress) view returns (uint256)
State-modifying
Events buy(uint256 buy_amount) returns (uint256)
buyFor(address _customerAddress, uint256 buy_amount) returns (uint256)
donatePool(uint256 amount) returns (uint256)
reinvest()
sell(uint256 _amountOfTokens)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
withdraw()
onBalance(uint256 balance, uint256 timestamp)
onDonation(address indexed from, uint256 amount, uint256 timestamp)
onLeaderBoard(address indexed customerAddress, uint256 invested, uint256 tokens, uint256 soldTokens, uint256 timestamp)
onReinvestment(address indexed customerAddress, uint256 ethReinvested, uint256 tokensMinted, uint256 timestamp)
onTokenPurchase(address indexed customerAddress, uint256 incomingeth, uint256 tokensMinted, uint256 timestamp)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethEarned, uint256 timestamp)
onTransfer(address indexed from, address indexed to, uint256 tokens, uint256 timestamp)
onWithdraw(address indexed customerAddress, uint256 ethWithdrawn, uint256 timestamp)
constructor(address _tokenAddress)
fallback()
This contract contains no error objects.