Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VI | ERC-20 | 51.294995K | -- | -- | |
VI | ERC-20 | 4.082906K | -- | -- | |
) | UD | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19147468 | 10 months ago | | | 0 | 0.00034288993 | |
| 19111021 | 10 months ago | | | 0 | 0.00060857299 | |
| 19068236 | 10 months ago | | | 0 | 0.00064570856 | |
| 19038261 | 10 months ago | | | 0 | 0.00095594610 | |
| 19032787 | 10 months ago | | | 0 | 0.0010855092 | |
| 19032787 | 10 months ago | | | 0 | 0.0010846391 | |
| 18375946 | a year ago | | | 0 | 0.00024348049 | |
| 18375717 | a year ago | | | 0 | 0.00034864579 | |
| 18163424 | a year ago | | | 0 | 0.00078176110 | |
| 17576180 | a year ago | | | 0 | 0.0039188828 |
ABI
ABI objects
Getter at block 21257359
DECIMALS() view returns (uint8)
18
INITIAL_SUPPLY() view returns (uint256)
888888888000000000000000000
cap() view returns (uint256)
888888888000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
VI
symbol() view returns (string)
VI
totalSupply() view returns (uint256)
888888888000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.