VIRTEX TOKEN
Verified contract
Active on
Ethereum with 148 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,605.50 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9918816 | 5 years ago | | | 0 | 0.00010171480 | |
| 9589820 | 5 years ago | | | 0 | 0.00017383984 | |
| 9499746 | 5 years ago | | | 0 | 0.000061210000 | |
| 9306938 | 5 years ago | | | 0 | 0.00041599800 | |
| 9306863 | 5 years ago | | | 0 | 0.000046234000 | |
| 8867140 | 5 years ago | | | 0 | 0.000089356000 | |
| 8468958 | 5 years ago | | | 0 | 0.00036948000 | |
| 8468953 | 5 years ago | | | 0 | 0.000059356000 | |
| 8370862 | 5 years ago | | | 0 | 0.000044678000 | |
| 8338913 | 5 years ago | | | 0 | 0.00036231200 |
ABI
ABI objects
Getter at block 21281295
basePercent() view returns (uint256)
100
decimals() view returns (uint8)
8
name() view returns (string)
VIRTEX TOKEN
symbol() view returns (string)
VRX
totalSupply() view returns (uint256)
998671759909000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findOnePercent(uint256 value) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.