Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($104.96)
Native
Value
$96.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,212.92 |
$96.39 | |
VRO | ERC-20 | 0.1 | $85.69 |
$8.57 | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153537 | 19 hours ago | | | 0 | 0.00083289667 | |
| 21146363 | 2 days ago | | | 0 | 0.00058708598 | |
| 21139205 | 3 days ago | | | 0 | 0.00089458906 | |
| 21136222 | 3 days ago | | | 0 | 0.00053578582 | |
| 21136218 | 3 days ago | | | 0 | 0.00048352425 | |
| 21136208 | 3 days ago | | | 0 | 0.00052703879 | |
| 21136168 | 3 days ago | | | 0 | 0.00086369461 | |
| 21132046 | 4 days ago | | | 0 | 0.00090342909 | |
| 21124884 | 5 days ago | | | 0 | 0.00040485912 | |
| 21117724 | 6 days ago | | | 0 | 0.00031171733 |
ABI
ABI objects
Getter at block 21159322
Now() view returns (uint256)
1731266411
decimals() view returns (uint8)
8
getBalanceEthSmartContract() view returns (uint256)
30000000000000000
isOwner() view returns (bool)
false
lastOxydationDate() view returns (uint256)
1656401246
name() view returns (string)
veraone
owner() view returns (address)
0x9217938ac01a9af606efbde052d351c0600b06c7
symbol() view returns (string)
VRO
tokenIssuer() view returns (address)
0x06f9230d343884879cfe77576a81062d651a008c
totalSupply() view returns (uint256)
29329758019724
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getDay(uint256 timestamp) pure returns (uint8)
getDaysInMonth(uint8 month, uint16 year) pure returns (uint8)
getHour(uint256 timestamp) pure returns (uint8)
getMinute(uint256 timestamp) pure returns (uint8)
getMonth(uint256 timestamp) pure returns (uint8)
getSecond(uint256 timestamp) pure returns (uint8)
getWeekday(uint256 timestamp) pure returns (uint8)
getYear(uint256 timestamp) pure returns (uint16)
isLeapYear(uint16 year) pure returns (bool)
leapYearsBefore(uint256 year) pure returns (uint256)
toTimestamp(uint16 year, uint8 month, uint8 day) pure returns (uint256 timestamp)
toTimestamp(uint16 year, uint8 month, uint8 day, uint8 hour) pure returns (uint256 timestamp)
toTimestamp(uint16 year, uint8 month, uint8 day, uint8 hour, uint8 minute) pure returns (uint256 timestamp)
toTimestamp(uint16 year, uint8 month, uint8 day, uint8 hour, uint8 minute, uint8 second) pure returns (uint256 timestamp)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address _account, uint256 _value)
burns(address[] _recipients, uint256[] _values)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _tokenAmount)
mints(address[] _recipients, uint256[] _values)
oxydation(address[] holders)
renounceOwnership()
setTokenIssuer(address _addressVeraOneFees)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawEther(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Oxydated(address holder, uint256 amount)
TimestampComparaison(uint256 newTimestamp, uint256 oldTimestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _tokenName, string _tokenSymbol, uint8 _decimals, address _tokenIssuer)
fallback()
This contract contains no error objects.