Vaultbank Token
Verified contract
Active on
Ethereum with 309 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Vaultbank Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6787748 | 6 years ago | | | 0 | 0.00098400000 | |
| 6721629 | 6 years ago | | | 0 | 0.00098400000 | |
| 6513366 | 6 years ago | | | 0 | 0.00099625900 | |
| 6513353 | 6 years ago | | | 0 | 0.00099625900 | |
| 6421876 | 6 years ago | | | 0 | 0.0013364450 | |
| 6421865 | 6 years ago | | | 0 | 0.00094562400 | |
| 6420090 | 6 years ago | | | 0 | 0.00099625900 | |
| 6384955 | 6 years ago | | | 0 | 0.00099625900 | |
| 6258414 | 6 years ago | | | 0 | 0.00099625900 | |
| 5989436 | 6 years ago | | | 0 | 0.000037276000 |
ABI
ABI objects
Getter at block 21319081
_totalSupply() view returns (uint256)
4562400200000000
decimals() view returns (uint8)
8
name() view returns (string)
Vaultbank Token
owner() view returns (address)
0x60790d352f30a165912892d3415bc9e7d9c8ee84
symbol() view returns (string)
VB
totalSupply() view returns (uint256 supply)
4562400200000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
ensureRegulated(address customer) view
isRegulated(address customer) view returns (bool approved)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
blacklist(address customer)
destroy()
issue(address recipient, uint256 tokens) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address newOwner)
whitelist(address customer)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Blacklisted(address indexed customer)
Transfer(address indexed from, address indexed to, uint256 tokens)
Whitelisted(address indexed customer)
constructor()
fallback()
This contract contains no error objects.