Balances ($0.00)
No balances found for "VITA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12005499 | 8 months ago | | | 0 | 4.7437982e-7 | |
| 12005409 | 8 months ago | | | 0 | 4.4588795e-7 | |
| 12005307 | 8 months ago | | | 0 | 0.000000509104741822 | |
| 12005301 | 8 months ago | | | 0 | 5.1032241e-7 | |
| 12005265 | 8 months ago | | | 0 | 8.2488958e-7 | |
| 12005232 | 8 months ago | | | 0 | 5.3818750e-7 | |
| 12005214 | 8 months ago | | | 0 | 8.5673507e-7 | |
| 12005139 | 8 months ago | | | 0 | 5.6228204e-7 | |
| 12004930 | 8 months ago | | | 0 | 4.2358848e-7 | |
| 12004929 | 8 months ago | | | 0 | 9.5918022e-7 |
ABI
ABI objects
Getter at block 23181350
decimals() view returns (uint8)
18
name() view returns (string)
VITA
owner() view returns (address)
0x4512c2bcb275485c208d678b59fefa69946b27d7
symbol() view returns (string)
VITA
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isApproved(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
setObserver(address observer)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)