BankrollNetworkStackPlus
Verified contract
Active on
Ethereum with 221 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($79.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VLT | ERC-20 | 248.299781 | $0.192499 |
$47.8 | |
BAT | ERC-20 | 196.229462 | $0.159618 |
$31.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16836140 | 2 years ago | | | 0 | 0.0078323294 | |
| 14350131 | 3 years ago | | | 0 | 0.0044587242 | |
| 14350123 | 3 years ago | | | 0 | 0.0049684612 | |
| 14350116 | 3 years ago | | | 0 | 0.0060908404 | |
| 14250622 | 3 years ago | | | 0 | 0.0096688463 | |
| 14250475 | 3 years ago | | | 0 | 0.0096298708 | |
| 13020488 | 3 years ago | | | 0 | 0.0040507687 | |
| 13020488 | 3 years ago | | | 0 | 0.0042820911 | |
| 13018971 | 3 years ago | | | 0 | 0.0074816655 | |
| 13018943 | 3 years ago | | | 0 | 0.0087027232 |
ABI
ABI objects
Getter at block 21099615
balanceInterval() view returns (uint256)
21600
buyPrice() pure returns (uint256)
1100000000000000000
collateralAddress() view returns (address)
0x0d8775f648430679a709e98d2b0cb6250d2887ef
depotFlushSize() view returns (uint256)
500000000000000000
distributionInterval() view returns (uint256)
2
dividendBalance_() view returns (uint256)
0
lastBuyback() view returns (uint256)
1615989739
lastPayout() view returns (uint256)
1678917851
myClaims() view returns (uint256)
0
myDividends() view returns (uint256)
0
myTokens() view returns (uint256)
0
owner() view returns (address)
0xcb71eb21f53a2f4de0f26dc90518df10be13d1ec
players() view returns (uint256)
23
sellPrice() pure returns (uint256)
900000000000000000
swapAddress() view returns (address)
0xf164fc0ec4e93095b804a4795bbe1e041497b92a
swapBalance_() view returns (uint256)
0
swapCollector_() view returns (uint256)
104622063127521997926
totalClaims() view returns (uint256)
7431153283979864873854
totalDeposits() view returns (uint256)
62876291007764644330956
totalSupply() view returns (uint256)
189433488456265179636
totalTokenBalance() view returns (uint256)
196229461642488682776
totalTxs() view returns (uint256)
163
vltAddress() view returns (address)
0x6b785a0322126826d8226d77e173d75dafb84d11
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculateTokensReceived(uint256 _ethToSpend) pure returns (uint256)
calculateethReceived(uint256 _tokensToSell) view returns (uint256)
claimsOf(address _customerAddress) view returns (uint256)
dailyClaimEstimate(address _customerAddress) view returns (uint256)
dailyEstimate(address _customerAddress) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
statsOf(address _customerAddress) view returns (uint256[16])
tokenBalance(address _customerAddress) view returns (uint256)
State-modifying
Events buy(uint256 _buy_amount) returns (uint256)
buyFor(address _customerAddress, uint256 _buy_amount) returns (uint256)
claim()
donatePool(uint256 _amount) returns (uint256)
reinvest()
sell(uint256 _amountOfTokens)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
transferOwnership(address newOwner)
updateFlushSize(uint256 _flushSize)
updateSwapRouter(address _swapAddress)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
onBalance(uint256 balance, uint256 timestamp)
onBuyBack(uint256 ethAmount, uint256 tokenAmount, uint256 timestamp)
onClaim(address indexed customerAddress, uint256 tokens, uint256 timestamp)
onDonation(address indexed from, uint256 amount, uint256 timestamp)
onFlushUpdate(uint256 oldFlushSize, uint256 newFlushSize)
onLeaderBoard(address indexed customerAddress, uint256 invested, uint256 tokens, uint256 soldTokens, uint256 claims, uint256 timestamp)
onReinvestment(address indexed customerAddress, uint256 ethReinvested, uint256 tokensMinted, uint256 timestamp)
onRouterUpdate(address oldAddress, address newAddress)
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 _collateralAddress, address _vltAddress, address _swapAddress)
fallback()
This contract contains no error objects.