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 |
---|---|---|---|---|---|
BVT | ERC-20 | 200 | -- | -- | |
LINO | ERC-20 | 20 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15321772 | 2 years ago | | | 0 | 0.0022763400 | |
| 13933013 | 3 years ago | | | 0 | 0.0063897155 | |
| 13715424 | 3 years ago | | | 0 | 0.0066281384 | |
| 13313570 | 3 years ago | | | 0 | 0.0045237600 | |
| 13313567 | 3 years ago | | | 0 | 0.0028467451 | |
| 12943231 | 3 years ago | | | 0 | 0.0014130061 | |
| 12651552 | 3 years ago | | | 0 | 0.0011311800 | |
| 12651550 | 3 years ago | | | 0 | 0.00022013104 | |
| 12304359 | 4 years ago | | | 0 | 0.0022007190 | |
| 12240680 | 4 years ago | | | 0 | 0.0034785800 |
ABI
ABI objects
Getter at block 21283706
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
6
isEnableBuySell() view returns (bool)
false
name() view returns (string)
VTChain
owner() view returns (address)
0xcf644f5962872168e2834616fda2ee116e965fb7
sellPrice() view returns (uint256)
0
symbol() view returns (string)
BVT
totalSupply() view returns (uint256)
1000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
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)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setEnableBuyAndSell(bool isEnabled)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.