VidyCoin
Verified contract
Active on
Ethereum with 356,047 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($47.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VIDY | ERC-20 | 4.089947M | $0.000012 |
$47.48 | |
FOR | ERC-20 | 2 | $0.001874 |
$0 | |
C4Y | ERC-20 | 4.8K | -- | -- | |
VIDY | ERC-20 | 1K | -- | -- | |
IC2 | ERC-20 | 20 | -- | -- | |
FAN | ERC-20 | 1 | -- | -- | |
WDT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243356 | 5 hours ago | | | 0 | 0.00089430762 | |
| 21215939 | 4 days ago | | | 0 | 0.00081441414 | |
| 21215749 | 4 days ago | | | 0 | 0.0013196384 | |
| 21200751 | 6 days ago | | | 0 | 0.00089334907 | |
| 21179597 | 9 days ago | | | 0 | 0.0051888625 | |
| 21177689 | 9 days ago | | | 0 | 0.00076528408 | |
| 21177585 | 9 days ago | | | 0 | 0.00094377868 | |
| 21177572 | 9 days ago | | | 0 | 0.00091949016 | |
| 21120084 | 17 days ago | | | 0 | 0.00026037625 | |
| 21111877 | 19 days ago | | | 0 | 0.00038440284 |
ABI
ABI objects
Getter at block 21244916
decimals() view returns (uint8)
18
name() view returns (string)
VidyCoin
owner() view returns (address)
0x5eecbef200df81c37326eb99bb09f4a927dfdeb6
paused() view returns (bool)
false
symbol() view returns (string)
VIDY
totalSupply() view returns (uint256)
10000000000000000000000000000
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)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
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)
Burn(address indexed burner, 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.