Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,065.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VIX | ERC-20 | 749.99K | $0.00542 |
$4,065.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271917 | 3 hours ago | | | 0 | 0.00077393536 | |
| 21271911 | 3 hours ago | | | 0 | 0.0010646674 | |
| 21264764 | a day ago | | | 0 | 0.00067226284 | |
| 21236887 | 5 days ago | | | 0 | 0.0010583594 | |
| 21235930 | 5 days ago | | | 0 | 0.00048867959 | |
| 21235815 | 5 days ago | | | 0 | 0.00085632296 | |
| 21235778 | 5 days ago | | | 0 | 0.00076965481 | |
| 21229715 | 6 days ago | | | 0 | 0.00060940160 | |
| 21228098 | 6 days ago | | | 0 | 0.00052239447 | |
| 21228095 | 6 days ago | | | 0 | 0.00067312110 |
ABI
ABI objects
Getter at block 21272704
decimals() view returns (uint8)
18
name() view returns (string)
VIXCO
owner() view returns (address)
0xc2095777a1ac35a675e1291630d623304524cd87
symbol() view returns (string)
VIX
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address holder) view returns (uint256 balance)
balanceOfTotal(address holder) view returns (uint256 balance)
lockInfo(address locked, uint256 index) view returns (uint256 releaseTime, uint256 amount)
totalLocked(address locked) view returns (uint256 amount, uint256 length)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
autoUnlock(address from) returns (bool success)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address recipient, uint256 amount, uint256 releaseTime) returns (bool)
releaseLock(address from) returns (bool success)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address recipient, uint256 amount, uint256 releaseTime) returns (bool success)
unlock(address from, uint256 idx) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Lock(address indexed from, uint256 amount, uint256 releaseTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unlock(address indexed from, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.