BlockVentureCoin
Verified contract
Active on
Ethereum with 120 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINO | ERC-20 | 20 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5043567 | 7 years ago | | | 0 | 0.0016409610 | |
| 5043320 | 7 years ago | | | 0 | 0.00078453900 | |
| 4972163 | 7 years ago | | | 0 | 0.00078588300 | |
| 4966315 | 7 years ago | | | 0 | 0.0018753840 | |
| 4955905 | 7 years ago | | | 0 | 0.0018753840 | |
| 4955879 | 7 years ago | | | 0 | 0.00079200000 | |
| 4955356 | 7 years ago | | | 0 | 0.00078453900 | |
| 4921871 | 7 years ago | | | 0 | 0.0016423050 | |
| 4921816 | 7 years ago | | | 0 | 0.00078588300 | |
| 4921785 | 7 years ago | | | 0 | 0.0022453800 |
ABI
ABI objects
Getter at block 21162810
decimals() view returns (uint8)
8
getAccountCount() view returns (uint256)
65
name() view returns (string)
BlockVentureCoin
standard() view returns (string)
BVC 1.1
symbol() view returns (string)
BVC
totalSupply() view returns (uint256)
10000000000000000
Read-only
accountIndex(uint256) view returns (address)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address tokenHolder) view returns (uint256)
getAddress(uint256 slot) view returns (address)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool ok)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
Message(address a, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.