Victoria VR
Verified contract
Active on
Ethereum with 66,188 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($3,729.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VR | ERC-20 | 291.878284K | $0.006708 |
$1,957.95 | |
VRA | ERC-20 | 505.7K | $0.003417 |
$1,728.18 | |
SAND | ERC-20 | 150.477129 | $0.288384 |
$43.4 | |
APU | ERC-20 | 1 | $0.001149 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157131 | an hour ago | | | 0 | 0.00082163970 | |
| 21157075 | an hour ago | | | 0 | 0.00082648927 | |
| 21156764 | 2 hours ago | | | 0 | 0.00059215938 | |
| 21156706 | 2 hours ago | | | 0 | 0.00060354841 | |
| 21156642 | 3 hours ago | | | 0 | 0.00068328328 | |
| 21156614 | 3 hours ago | | | 0 | 0.00059984260 | |
| 21156549 | 3 hours ago | | | 0 | 0.00076838501 | |
| 21156298 | 4 hours ago | | | 0 | 0.00072403852 | |
| 21155580 | 6 hours ago | | | 0 | 0.00057370270 | |
| 21155516 | 6 hours ago | | | 0 | 0.00055668056 |
ABI
ABI objects
Getter at block 21157397
decimals() view returns (uint8)
18
name() view returns (string)
Victoria VR
owner() view returns (address)
0xeb4f2e0beb5c518eabf7808aa9b1724aaee244bb
paused() view returns (bool)
false
symbol() view returns (string)
VR
totalSupply() view returns (uint256)
16800000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
snapshot() returns (uint256)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address totalSupplyTo)
This contract contains no fallback and receive objects.
This contract contains no error objects.