ZethrBankroll
Verified contract
Active on
Ethereum with 214 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($65.45)
Native
Value
$65.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.020874 | $3,135.60 |
$65.45 | |
GSE | ERC-20 | 10 | $0.00003 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6264850 | 6 years ago | | | 0 | 0.000073765000 | |
| 6264807 | 6 years ago | | | 0 | 0.00091343700 | |
| 6264805 | 6 years ago | | | 0 | 0.00013277700 | |
| 6264799 | 6 years ago | | | 0.004 | 0.00025248000 | |
| 6264726 | 6 years ago | | | 0 | 0.00079245000 | |
| 6264709 | 6 years ago | | | 0 | 0.00047513000 | |
| 6264707 | 6 years ago | | | 0 | 0.00070163000 | |
| 6264701 | 6 years ago | | | 0 | 0.00051767000 | |
| 6264697 | 6 years ago | | | 0 | 0.000073765000 | |
| 6264689 | 6 years ago | | | 0 | 0.00035081500 |
ABI
ABI objects
Getter at block 21203763
MAX_OWNER_COUNT() view returns (uint256)
10
MAX_WITHDRAW_PCT_DAILY() view returns (uint256)
15
MAX_WITHDRAW_PCT_TX() view returns (uint256)
5
ZTHTKN() view returns (address)
0xd48b633045af65ff636f3c6edd744748351e020d
getOwners() view returns (address[])
[0x11e52c75998fe2E7928B191bfc5B25937Ca16741, 0x20C945800de43394F70D789874a4daC9cFA57451, 0x4F4eBF556CFDc21c3424F85ff6572C77c514Fcae, 0xef764BAC8a438E7E498c2E5fcCf0f174c3E3F8dB, 0x8537aa2911b193e5B377938A723D805bb0865670, 0x9D221b2100CbE5F05a0d2048E2556a6Df6f9a6C3, 0xDa83156106c4dba7A26E9bF2Ca91E273350aa551, 0x71009e9E4e5e68e77ECc7ef2f2E95cbD98c6E696]
required() view returns (uint256)
3
transactionCount() view returns (uint256)
44
Read-only
confirmations(uint256, address) view returns (bool)
dailyTokensPerContract(address) view returns (uint256)
fromHex(string s) pure returns (bytes)
fromHexChar(uint256 c) pure returns (uint256)
getConfirmationCount(uint256 transactionId) view returns (uint256 count)
getConfirmations(uint256 transactionId) view returns (address[] _confirmations)
getTransactionCount(bool pending, bool executed) view returns (uint256 count)
getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) view returns (uint256[] _transactionIds)
isConfirmed(uint256 transactionId) view returns (bool)
isOwner(address) view returns (bool)
isWhitelisted(address) view returns (bool)
owners(uint256) view returns (address)
queryTokenGrant(address _contract) view returns (uint256)
transactions(uint256) view returns (address destination, uint256 value, bytes data, bool executed)
whiteListedContracts(uint256) view returns (address)
State-modifying
Events addOwner(address owner)
addZethrAddresses(address _zethr, address _divcards)
allocateTokens(address _contract)
alterTokenGrant(address _contract, uint256 _newAmount)
buyInWithAllBalanced() payable
buyTokens() payable
changeDivCardAddress(address _newDivCardAddress)
changeRequirement(uint256 _required)
confirmTransaction(uint256 transactionId)
contractTokenWithdraw(uint256 amount, address target)
dailyAccounting()
deWhiteListContract(address contractAddress)
deposit() payable
devTokenWithdraw(uint256 amount)
executeTransaction(uint256 transactionId)
permissibleTokenWithdrawal(uint256 _toWithdraw) returns (bool)
receiveDividends() payable
removeOwner(address owner)
replaceOwner(address owner, address newOwner)
retrieveTokens(address _contract, uint256 _amount)
revokeConfirmation(uint256 transactionId)
setDailyTokenLimit(uint256 limit)
submitTransaction(address destination, uint256 value, bytes data) returns (uint256 transactionId)
tokenFallback(address, uint256, bytes) returns (bool)
whiteListContract(address contractAddress)
BankrollInvest(uint256 amountReceived)
Confirmation(address indexed sender, uint256 indexed transactionId)
DailyTokenAdmin(address gameContract)
DailyTokensReceived(address gameContract, uint256 tokens)
DailyTokensSent(address gameContract, uint256 tokens)
Deposit(address indexed sender, uint256 value)
DevWithdraw(uint256 amountTotal, uint256 amountPerPerson)
EtherLogged(uint256 amountReceived, address sender)
Execution(uint256 indexed transactionId)
ExecutionFailure(uint256 indexed transactionId)
OwnerAddition(address indexed owner)
OwnerRemoval(address indexed owner)
RequirementChange(uint256 required)
Revocation(address indexed sender, uint256 indexed transactionId)
Submission(uint256 indexed transactionId)
WhiteListAddition(address indexed contractAddress)
WhiteListRemoval(address indexed contractAddress)
constructor(address[] _owners, uint256 _required)
fallback()
This contract contains no error objects.