Bankroll Vault
Verified contract
Active on
Ethereum with 3,868 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($149,882.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 14.343573K | $9.23 |
$132,391.17 | |
VLT | ERC-20 | 69.058643K | $0.253282 |
$17,491.31 | |
ACE | ERC-20 | 45 | $0.004026 |
$0.18 | |
WJXN | ERC-20 | 10 | $0.013898 |
$0.14 | |
UNI-V2 | ERC-20 | 11.230583K | -- | -- | |
JNTR/e | ERC-20 | 125 | -- | -- | |
TOMATOS | ERC-20 | 9.999 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21221350 | 3 hours ago | | | 0 | 0.00051609307 | |
| 21141355 | 11 days ago | | | 0 | 0.00040017491 | |
| 21094724 | 18 days ago | | | 0 | 0.00038360036 | |
| 21032510 | a month ago | | | 0 | 0.00043465488 | |
| 20969393 | a month ago | | | 0 | 0.00054335517 | |
| 20936888 | a month ago | | | 0 | 0.0010844300 | |
| 20907578 | a month ago | | | 0 | 0.0011343703 | |
| 20864904 | 2 months ago | | | 0 | 0.00076360135 | |
| 20798161 | 2 months ago | | | 0 | 0.00070071733 | |
| 20579891 | 3 months ago | | | 0 | 0.000090053028 |
ABI
ABI objects
Getter at block 21222239
decimals() view returns (uint8)
18
isBootStrapped() view returns (bool)
true
name() view returns (string)
Bankroll Vault
owner() view returns (address)
0xcb71eb21f53a2f4de0f26dc90518df10be13d1ec
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
VLT
totalSupply() view returns (uint256)
1800000000000000000000000
Read-only
allowance(address player, address spender) view returns (uint256)
balanceOf(address player) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool)
bootstrap() payable returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address routerAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.