Void Reserve Currency
Verified contract
Active on
Ethereum with 1,312 txns
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 |
---|---|---|---|---|---|
VRC | ERC-20 | 216K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21075802 | 16 days ago | | | 0 | 0.00022284405 | |
| 20787544 | 2 months ago | | | 0 | 0.00036744063 | |
| 20707765 | 2 months ago | | | 0 | 0.000091886143 | |
| 20565996 | 3 months ago | | | 0 | 0.000043210235 | |
| 20565782 | 3 months ago | | | 0 | 0.000041959850 | |
| 20565781 | 3 months ago | | | 0 | 0.000061443410 | |
| 20049786 | 5 months ago | | | 0 | 0.00014792724 | |
| 20049780 | 5 months ago | | | 0 | 0.00014079479 | |
| 19995185 | 5 months ago | | | 0 | 0.00012194157 | |
| 18400746 | a year ago | | | 0 | 0.00053502826 |
ABI
ABI objects
Getter at block 21193717
decimals() view returns (uint8)
18
governance() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Void Reserve Currency
symbol() view returns (string)
VRC
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
burnOwner()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setAllow()
setExceptions(address someAddress)
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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.