Velix ID Token
Verified contract
Active on
Ethereum with 1,957 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 |
---|---|---|---|---|---|
VXD | ERC-20 | 430.597878 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19054330 | 10 months ago | | | 0 | 0.00027657108 | |
| 16725434 | 2 years ago | | | 0 | 0.00044271486 | |
| 16725397 | 2 years ago | | | 0 | 0.00045089657 | |
| 15938015 | 2 years ago | | | 0 | 0.0014993635 | |
| 15937712 | 2 years ago | | | 0 | 0.0014991327 | |
| 15937623 | 2 years ago | | | 0 | 0.0012844571 | |
| 13257118 | 3 years ago | | | 0 | 0.0022553842 | |
| 10878353 | 4 years ago | | | 0 | 0.023107700 | |
| 9630502 | 5 years ago | | | 0 | 0.00018004000 | |
| 9606958 | 5 years ago | | | 0 | 0.000042014000 |
ABI
ABI objects
Getter at block 21263328
BURN_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
Velix ID Token
owner() view returns (address)
0x8c633b60d9945f34fd815a25ef494215cab9b9fd
releaseAgent() view returns (address)
0x8c633b60d9945f34fd815a25ef494215cab9b9fd
released() view returns (bool)
true
symbol() view returns (string)
VXD
totalSupply() view returns (uint256)
69547850000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
transferAgents(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 burnAmount)
releaseTokenTransfer()
setReleaseAgent(address addr)
setTokenInformation(string _name, string _symbol)
setTransferAgent(address addr, bool state)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address burner, uint256 burnedAmount)
CanTransferChecked(bool canTransfer, address indexed from, bool isTransferAgent, bool isReleased)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedTokenInformation(string newName, string newSymbol)
constructor(string _name, string _symbol, uint256 _initialSupply, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.