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 |
---|---|---|---|---|---|
vesta | ERC-20 | 1.388765K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20428122 | 4 months ago | | | 0 | 0.00059712531 | |
| 20349986 | 4 months ago | | | 0 | 0.00013459658 | |
| 20264595 | 4 months ago | | | 0 | 0.000094398596 | |
| 20254078 | 4 months ago | | | 0 | 0.000069999051 | |
| 20231264 | 4 months ago | | | 0 | 0.000052057307 | |
| 20065667 | 5 months ago | | | 0 | 0.00073761385 | |
| 20049327 | 5 months ago | | | 0 | 0.00028583577 | |
| 20045499 | 5 months ago | | | 0 | 0.00016415926 | |
| 20045496 | 5 months ago | | | 0 | 0.00028855904 | |
| 20045475 | 5 months ago | | | 0 | 0.00025214688 |
ABI
ABI objects
Getter at block 21207364
DOMAIN_SEPARATOR() view returns (bytes32)
0xaee25c55ec16f5124bc44f0a52c2144285a0665a4cd68be06e582188bf7fa3df
decimals() view returns (uint8)
18
name() view returns (string)
vesta
owner() view returns (address)
0xc012a28a08c34dff845d1e7851831d55bb165a61
symbol() view returns (string)
vesta
totalSupply() view returns (uint256)
239967991756445000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
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.