BlockVoice
Verified contract
Active on
Ethereum with 2,515 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 |
---|---|---|---|---|---|
BLKV | ERC-20 | 666 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21129252 | 22 days ago | | | 0 | 0.00094733994 | |
| 20573176 | 3 months ago | | | 0 | 0.000046365000 | |
| 20573155 | 3 months ago | | | 0 | 0.000041728500 | |
| 11127714 | 4 years ago | | | 0 | 0.00057896000 | |
| 11118039 | 4 years ago | | | 0 | 0.00077120500 | |
| 10896830 | 4 years ago | | | 0 | 0.0049649450 | |
| 10823453 | 4 years ago | | | 0 | 0.0029772033 | |
| 10542998 | 4 years ago | | | 0 | 0.0063511000 | |
| 10542987 | 4 years ago | | | 0 | 0.0069611600 | |
| 10403896 | 4 years ago | | | 0 | 0.0015197700 |
ABI
ABI objects
Getter at block 21287364
decimals() view returns (uint256)
18
name() view returns (string)
BlockVoice
symbol() view returns (string)
BLKV
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
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(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.