Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Vera"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15236486 | 2 years ago | | | 0 | 0.00065110286 | |
| 15025097 | 2 years ago | | | 0 | 0.0024335093 | |
| 14421723 | 3 years ago | | | 0 | 0.0012065200 | |
| 14421692 | 3 years ago | | | 0 | 0.0020825200 | |
| 13551199 | 3 years ago | | | 0 | 0.011943427 | |
| 13492326 | 3 years ago | | | 0 | 0.0041139690 | |
| 13288290 | 3 years ago | | | 0 | 0.0052063000 | |
| 13270879 | 3 years ago | | | 0 | 0.0052051000 | |
| 12850973 | 3 years ago | | | 0 | 0.0052063000 | |
| 12849695 | 3 years ago | | | 0 | 0.0052063000 |
ABI
ABI objects
Getter at block 21266643
decimals() view returns (uint256)
18
name() view returns (string)
Vera
owner() view returns (address)
0x166f1a7ecae00bd43876a25b10a63c575e05c0e7
symbol() view returns (string)
Vera
totalSupply() view returns (uint256)
198511299999999999999990000
Read-only
_approvals(address, address) view returns (uint256)
_balances(address) view returns (uint256)
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
burn(uint256 wad) returns (bool)
mint(uint256 wad) returns (bool)
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(uint256 wad)
Mint(uint256 wad)
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.