Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xedba…416d | ERC-20 | 10M | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
VRS | ERC-20 | 1.5K | -- | -- | |
VRS | ERC-20 | 837.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21176911 | 6 days ago | | | 0 | 0.00080503259 | |
| 20487352 | 3 months ago | | | 0 | 0.00015206566 | |
| 20094185 | 5 months ago | | | 0 | 0.00012327200 | |
| 19851279 | 6 months ago | | | 0 | 0.00016117611 | |
| 19456128 | 8 months ago | | | 0 | 0.0014553406 | |
| 19328387 | 9 months ago | | | 0 | 0.0029228353 | |
| 19059835 | 10 months ago | | | 0 | 0.00046204385 | |
| 18597922 | a year ago | | | 0 | 0.00092864892 | |
| 18597879 | a year ago | | | 0 | 0.00059873167 | |
| 18597869 | a year ago | | | 0 | 0.00091416048 |
ABI
ABI objects
Getter at block 21217849
INITIAL_SUPPLY() view returns (uint256)
10000000000000
decimals() view returns (uint32)
6
isOwner() view returns (bool)
false
name() view returns (string)
Veros
owner() view returns (address)
0xad1173e6a9524c117822a758eba218466a6e88fe
symbol() view returns (string)
VRS
totalSupply() view returns (uint256)
2637650800318
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blackList(address) view returns (bool)
State-modifying
Events addToBlackList(address _address)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeFromBlackList(address _address)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
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.