VESTELLA
Verified contract
Active on
Ethereum with 8,148 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.003957 |
$0.01 | |
VES | ERC-20 | 3.044863M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20774400 | 2 months ago | | | 0 | 0.00023118426 | |
| 13924175 | 3 years ago | | | 0 | 0.0038126895 | |
| 13061167 | 3 years ago | | | 0 | 0.0027187160 | |
| 13059246 | 3 years ago | | | 0 | 0.0026652796 | |
| 12650928 | 3 years ago | | | 0 | 0.0013699920 | |
| 12364048 | 4 years ago | | | 0 | 0.0045656800 | |
| 11979748 | 4 years ago | | | 0 | 0.0051690240 | |
| 11606625 | 4 years ago | | | 0 | 0.0038222550 | |
| 11404860 | 4 years ago | | | 0 | 0.0017718720 | |
| 11404829 | 4 years ago | | | 0 | 0.00081302400 |
ABI
ABI objects
Getter at block 21159542
decimals() view returns (uint8)
18
name() view returns (string)
VESTELLA
owner() view returns (address)
0xddb558d4e80f832573099f7f4063da2711203c17
paused() view returns (bool)
false
symbol() view returns (string)
VES
totalSupply() view returns (uint256)
6694723035000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getLockPosition(address account) view returns (uint256[] _locktime, uint256[] _lockamount)
getLockedAmount(address account) view returns (uint256 _lockedAmount)
State-modifying
Events addLockPosition(address account, uint256[] amount, uint256[] time) returns (bool)
airdrop(address[] _to, uint256[] _amount) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
AddLockPosition(address indexed account, uint256 amount, uint256 time)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.