Bancor Governance Token
Verified contract
Active on
Ethereum with 23,420 txns
Balances ($861.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
vBNT | ERC-20 | 3.134552K | $0.268141 |
$840.5 | |
BNT | ERC-20 | 35.142878 | $0.610281 |
$21.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158413 | 17 minutes ago | | | 0 | 0.00062463284 | |
| 21150740 | a day ago | | | 0 | 0.00059263947 | |
| 21150321 | a day ago | | | 0 | 0.00062308762 | |
| 21149959 | a day ago | | | 0 | 0.00045523576 | |
| 21146256 | 2 days ago | | | 0 | 0.00044629101 | |
| 21137856 | 3 days ago | | | 0 | 0.00089301358 | |
| 21134816 | 3 days ago | | | 0 | 0.0011211284 | |
| 21133790 | 3 days ago | | | 0 | 0.00041333380 | |
| 21129415 | 4 days ago | | | 0 | 0.00050277788 | |
| 21124052 | 5 days ago | | | 0 | 0.00029602070 |
ABI
ABI objects
Getter at block 21158497
decimals() view returns (uint8)
18
name() view returns (string)
Bancor Governance Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0887ae1251e180d7d453aedebee26e1639f20113
symbol() view returns (string)
vBNT
totalSupply() view returns (uint256)
8610457599130030771387379
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool)
destroy(address _from, uint256 _amount)
issue(address _to, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Destruction(uint256 _amount)
Issuance(uint256 _amount)
OwnerUpdate(address indexed _prevOwner, address indexed _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.