BankrollNetworkLife
Verified contract
Active on
Ethereum with 3,842 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($162,673.89)
Native
Value
$158,700.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 47.350666 | $3,351.61 |
$158,700.96 | |
VLT | ERC-20 | 14.941107K | $0.265906 |
$3,972.93 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20892008 | 2 months ago | | | 0 | 0.00041709712 | |
| 20882670 | 2 months ago | | | 0 | 0.00042822974 | |
| 20882668 | 2 months ago | | | 0 | 0.00035255412 | |
| 20882665 | 2 months ago | | | 0 | 0.00073684566 | |
| 20564081 | 3 months ago | | | 0 | 0.00020844941 | |
| 20564068 | 3 months ago | | | 0 | 0.00019525701 | |
| 20473147 | 4 months ago | | | 0 | 0.00017912834 | |
| 20473128 | 4 months ago | | | 0 | 0.00020355981 | |
| 20406538 | 4 months ago | | | 0 | 0.00016389181 | |
| 20406535 | 4 months ago | | | 0 | 0.00017032563 |
ABI
ABI objects
Getter at block 21248465
balanceInterval() view returns (uint256)
21600
buyPrice() pure returns (uint256)
1100000000000000000
depotFlushSize() view returns (uint256)
500000000000000000
distributionInterval() view returns (uint256)
2
dividendBalance_() view returns (uint256)
63626067081822512
lastPayout() view returns (uint256)
1728043079
myClaims() view returns (uint256)
0
myDividends() view returns (uint256)
0
myTokens() view returns (uint256)
0
players() view returns (uint256)
299
sellPrice() pure returns (uint256)
900000000000000000
swapAddress() view returns (address)
0xf164fc0ec4e93095b804a4795bbe1e041497b92a
swapBalance_() view returns (uint256)
6464098583957840232765
swapCollector_() view returns (uint256)
0
tokenAddress() view returns (address)
0x6b785a0322126826d8226d77e173d75dafb84d11
totalClaims() view returns (uint256)
204388908001502225862980
totalDeposits() view returns (uint256)
2264616377560000000000
totalEthBalance() view returns (uint256)
47350665782701584643
totalSupply() view returns (uint256)
40278123863254553305
totalTxs() view returns (uint256)
3360
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() payable returns (uint256)
buyFor(address _customerAddress) payable returns (uint256)
claim()
donatePool() payable returns (uint256)
reinvest()
sell(uint256 _amountOfTokens)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
withdraw()
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)
onLeaderBoard(address indexed customerAddress, uint256 invested, uint256 tokens, uint256 soldTokens, uint256 claims, 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, address _swapAddress)
fallback()
This contract contains no error objects.