VLB Tokens
Verified contract
Active on
Ethereum with 111 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 |
---|---|---|---|---|---|
VLB | ERC-20 | 845 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7564644 | 6 years ago | | | 0 | 0.00011097300 | |
| 7510999 | 6 years ago | | | 0 | 0.00036927000 | |
| 6624640 | 6 years ago | | | 0 | 0.0015166310 | |
| 5792537 | 6 years ago | | | 0 | 0.00073982000 | |
| 5751245 | 6 years ago | | | 0 | 0.00088778400 | |
| 5714885 | 7 years ago | | | 0 | 0.0025110360 | |
| 5583891 | 7 years ago | | | 0 | 0.00076756325 | |
| 5545117 | 7 years ago | | | 0 | 0.00018231200 | |
| 5488271 | 7 years ago | | | 0 | 0.00018231200 | |
| 5448598 | 7 years ago | | | 0 | 0.00048720000 |
ABI
ABI objects
Getter at block 21331665
bountyTokens() pure returns (uint256)
10000000000000000000000000
bountyTokensWallet() pure returns (address)
0x91a7de4ce8e8da6889d790b7911246b71b4c82ca
crowdsaleContractAddress() pure returns (address)
0xd7e011ad27b6128934e2afd1763120ede1274ae4
crowdsaleTokensWallet() pure returns (address)
0x5e671ced703f3ddce79b13f82eb73f25bad9340e
decimals() pure returns (uint8)
18
name() pure returns (string)
VLB Tokens
owner() pure returns (address)
0xafc89b80b77f9714611d4716dcfd159931a08bbc
publicTokens() pure returns (uint256)
220000000000000000000000000
symbol() pure returns (string)
VLB
teamTokens() pure returns (uint256)
20000000000000000000000000
teamTokensWallet() pure returns (address)
0x6a6aca744cadb8c56aec51a8ce86efcad59989cf
totalSupply() pure returns (uint256)
54685593449400952655501468
wingsTokensReserv() pure returns (uint256)
2500000000000000000000000
wingsTokensReward() pure returns (uint256)
541441519300999531242588
wingsWallet() pure returns (address)
0xcbf567d39a737653c569a8b7dfab617e327a7abd
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
endTokensale()
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
setCrowdsaleAddress(address _crowdsaleAddress)
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)
BountyTransfer(address indexed from, address indexed to, uint256 value)
Live(uint256 supply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurnt(uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.