P4RTYBankrollVault
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf12b…a24e
0x9465…f878
Balances ($310.07)
Native
Value
$310.07
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.122856 | $2,523.81 |
$310.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6783972 | 6 years ago | | | 0 | 0.00015810400 | |
| 6783967 | 6 years ago | | | 0 | 0.00025263600 | |
| 6783958 | 6 years ago | | | 0 | 0.00013964400 | |
| 6767927 | 6 years ago | | | 0 | 0.00011905440 | |
| 6698260 | 6 years ago | | | 0 | 0.00011795500 | |
| 6636970 | 6 years ago | | | 0 | 0.00021657000 | |
| 6636967 | 6 years ago | | | 0 | 0.00029934960 | |
| 6616561 | 6 years ago | | | 6.3 | 0.00023527000 | |
| 6612201 | 6 years ago | | | 0 | 0.00020163061 | |
| 6612197 | 6 years ago | | | 0 | 0.00012249510 |
ABI
ABI objects
Getter at block 21089293
dao() view returns (address)
0x9465a32618a9172b3c14d82cecdca788de1ef878
daoFee() view returns (uint256)
10
netEthereumBalance() view returns (uint256)
113056065433200328
outboundThreshold() view returns (uint256)
500000000000000000
owner() view returns (address)
0xcb71eb21f53a2f4de0f26dc90518df10be13d1ec
p6() view returns (address)
0xf12b9b6956b719a2c07873154f9e56bd13dfa24e
p6Fee() view returns (uint256)
15
totalEthereumBalance() view returns (uint256)
122856065433200328
Read-only
balanceOf(address _customerAddress) view returns (uint256)
statsOf(address _customerAddress) view returns (uint256[8])
whitelist(address) view returns (bool)
State-modifying
Events addAddressToWhitelist(address addr) returns (bool success)
addAddressesToWhitelist(address[] addrs) returns (bool success)
credit(address _customerAddress, uint256 amount) returns (uint256)
debit(address _customerAddress, uint256 amount) returns (uint256)
deposit() payable
depositBy(address _customerAddress) payable
houseProfit(uint256 amount)
removeAddressFromWhitelist(address addr) returns (bool success)
removeAddressesFromWhitelist(address[] addrs) returns (bool success)
transferOwnership(address newOwner)
updateDaoFee(uint256 fee)
updateP6Address(address p6Address)
updateP6Fee(uint256 fee)
withdraw(address _customerAddress) returns (uint256)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WhitelistedAddressAdded(address addr)
WhitelistedAddressRemoved(address addr)
onAirdrop(address contractAddress, uint256 ethereumSent, uint256 timestamp)
onCredit(address indexed customerAddress, uint256 ethCredited, uint256 timestamp)
onDebit(address indexed customerAddress, uint256 ethDedited, uint256 timestamp)
onDeposit(address indexed fundingSource, uint256 ethDeposited, uint256 timestamp)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn, uint256 timestamp)
constructor(address daoAddress)
fallback()
This contract contains no error objects.