VortixTokenUSD
Verified contract
Active on
Ethereum with 460 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 |
---|---|---|---|---|---|
VTX | ERC-20 | 54.714781K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7777138 | 6 years ago | | | 0 | 0.00037702000 | |
| 7733394 | 6 years ago | | | 0 | 0.00026391400 | |
| 7731092 | 6 years ago | | | 0 | 0.00021080800 | |
| 7526080 | 6 years ago | | | 0 | 0.000045148000 | |
| 7378013 | 6 years ago | | | 0 | 0.00011272200 | |
| 7373016 | 6 years ago | | | 0 | 0.000037638000 | |
| 7367942 | 6 years ago | | | 0 | 0.00010514800 | |
| 7364153 | 6 years ago | | | 0 | 0.00015055200 | |
| 7363949 | 6 years ago | | | 0 | 0.00015791400 | |
| 7338483 | 6 years ago | | | 0 | 0.000045148000 |
ABI
ABI objects
Getter at block 21314081
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
VortixTokenUSD
owner() view returns (address)
0x840dd4b04155fe1e5f288775821f60dc68dc9130
symbol() view returns (string)
VTX
totalSupply() view returns (uint256)
16411592400000000
transferable() view returns (bool)
true
version() view returns (string)
H0.1
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount, uint256 _priceUsd) returns (bool)
setTransferable(bool _transferable) 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)
Mint(address indexed to, uint256 amount, uint256 priceUsd)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransferableChanged(bool transferable)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.