Vankia Token
Verified contract
Active on
Ethereum with 100 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Vankia Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14490289 | 3 years ago | | | 0 | 0.0034582136 | |
| 13541433 | 3 years ago | | | 0 | 0.0089643971 | |
| 12488096 | 3 years ago | | | 0 | 0.0018144545 | |
| 12156577 | 4 years ago | | | 0 | 0.0070359601 | |
| 10695704 | 4 years ago | | | 0 | 0.0037837050 | |
| 10177289 | 4 years ago | | | 0 | 0.00080817001 | |
| 9425512 | 5 years ago | | | 0 | 0.00031055400 | |
| 9400832 | 5 years ago | | | 0 | 0.00015520500 | |
| 9273685 | 5 years ago | | | 0 | 0.00038783250 | |
| 8579946 | 5 years ago | | | 0 | 0.0015444900 |
ABI
ABI objects
Getter at block 21167492
decimals() view returns (uint8)
18
name() view returns (string)
Vankia Token
owner() view returns (address)
0xdc177785111b398b2fe71da2f8c25be82df609ea
symbol() view returns (string)
VNT
totalSupply() view returns (uint256)
1000000000000000000000000000
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 success)
burn(uint256 _amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _owner)
withdraw(uint256 _amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burnt(address indexed from, uint256 amount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.