Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($179.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VRX | ERC-20 | 5.265912 | $13.82 |
$72.77 | |
SLP | ERC-20 | 19.112K | $0.003071 |
$58.69 | |
USDT | ERC-20 | 30.912343 | $1.00 |
$30.91 | |
USDC | ERC-20 | 17 | $0.999397 |
$16.99 | |
STMX | ERC-20 | 6.436835K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154356 | 11 hours ago | | | 0 | 0.00022573409 | |
| 21152973 | 16 hours ago | | | 0 | 0.00059954546 | |
| 21148511 | a day ago | | | 0 | 0.00034341550 | |
| 21147291 | a day ago | | | 0 | 0.00017714271 | |
| 21147163 | a day ago | | | 0 | 0.00030968311 | |
| 21146834 | 2 days ago | | | 0 | 0.00052518758 | |
| 21144770 | 2 days ago | | | 0 | 0.00099420930 | |
| 21142085 | 2 days ago | | | 0 | 0.00051145600 | |
| 21142036 | 2 days ago | | | 0 | 0.00039447283 | |
| 21142036 | 2 days ago | | | 0 | 0.00058829512 |
ABI
ABI objects
Getter at block 21157666
_owner() view returns (address)
0xd14dac056b42c9bd1b85af60343cd2fb45acb60e
_presaleBurnTotal() view returns (uint256)
0
_totalSupply() view returns (uint256)
47500000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
Verox
owner() view returns (address)
0xd14dac056b42c9bd1b85af60343cd2fb45acb60e
symbol() view returns (string)
VRX
totalSupply() view returns (uint256)
47500000000000000000000
Read-only
_balanceOf(address) view returns (uint256)
allowance(address, address) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _burnAmount, bool _presaleBurn) returns (bool success)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
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.
This contract contains no error objects.