Venjio Token Community
Verified contract
Active on
Ethereum with 1,050 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VTC | ERC-20 | 9.45K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12620627 | 3 years ago | | | 0 | 0.0012418800 | |
| 12619771 | 3 years ago | | | 0 | 0.00056879900 | |
| 12606443 | 3 years ago | | | 0 | 0.00067268500 | |
| 12600713 | 3 years ago | | | 0 | 0.00069290000 | |
| 12351782 | 4 years ago | | | 0 | 0.0016485700 | |
| 12351782 | 4 years ago | | | 0 | 0.00083119200 | |
| 12346069 | 4 years ago | | | 0 | 0.00086582500 | |
| 12307122 | 4 years ago | | | 0 | 0.0013853200 | |
| 12307117 | 4 years ago | | | 0 | 0.0018840800 | |
| 12305671 | 4 years ago | | | 0 | 0.0026377120 |
ABI
ABI objects
Getter at block 21311518
INITIAL_SUPPLY() view returns (uint256)
1000000000000000
decimals() view returns (uint256)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
Venjio Token Community
owner() view returns (address)
0xdb70448c8ff533e7a6f4acbf204ef7a85f04a07d
symbol() view returns (string)
VTC
totalSupply() view returns (uint256)
1000000000000000
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)
burn(uint256 _value)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
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)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.