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 "Vitamin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6599926 | 6 years ago | | | 0 | 0.00012278478 | |
| 6599856 | 6 years ago | | | 0 | 0.000076039040 | |
| 6599588 | 6 years ago | | | 0 | 0.00019056000 | |
| 6599582 | 6 years ago | | | 0 | 0.00017384000 | |
| 6553859 | 6 years ago | | | 0 | 0.0012999600 | |
| 6549456 | 6 years ago | | | 0 | 0.00015954153 | |
| 6549053 | 6 years ago | | | 0 | 0.0013038000 | |
| 6543738 | 6 years ago | | | 0 | 0.00034667886 | |
| 6543691 | 6 years ago | | | 0 | 0.00041332800 | |
| 6542576 | 6 years ago | | | 0 | 0.00016245780 |
ABI
ABI objects
Getter at block 21097327
INITIAL_SUPPLY() view returns (uint256)
10000000000000
decimals() view returns (uint8)
4
name() view returns (string)
Vitamin
owner() view returns (address)
0xbe5d577eba26e5e4efa7a6f55ceee8951e30ac89
symbol() view returns (string)
VITAM
totalSupply() view returns (uint256)
10000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
safeWithdrawal(uint256 _value)
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)
OwnershipRenounced(address indexed previousOwner)
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.
This contract contains no error objects.