VideoCoin
Verified contract
Active on
Ethereum with 27,838 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,340.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LPT | ERC-20 | 110.548986 | $12.13 |
$1,340.96 | |
VID | ERC-20 | 98.937215K | -- | -- | |
ERC-20 | 10K | -- | -- | ||
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21112062 | 6 days ago | | | 0 | 0.00020297027 | |
| 21110841 | 7 days ago | | | 0 | 0.000078427178 | |
| 21110837 | 7 days ago | | | 0 | 0.00011841557 | |
| 20739966 | 2 months ago | | | 0 | 0.00012689049 | |
| 20709553 | 2 months ago | | | 0 | 0.000047131626 | |
| 20519294 | 3 months ago | | | 0 | 0.000035753817 | |
| 20453433 | 3 months ago | | | 0 | 0.000032132000 | |
| 20453433 | 3 months ago | | | 0 | 0.000032132000 | |
| 20453433 | 3 months ago | | | 0 | 0.000032132000 | |
| 20453430 | 3 months ago | | | 0 | 0.000032132000 |
ABI
ABI objects
Getter at block 21157917
INITIAL_SUPPLY() view returns (uint256)
265000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
VideoCoin
owner() view returns (address)
0x68a17d0b24fd39c72a30351cb8a6fde7bd4768bc
paused() view returns (bool)
false
symbol() view returns (string)
VID
totalSupply() view returns (uint256)
265000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.