Ethverse Lockups
Verified contract
Active on
Ethereum with 166 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 |
---|---|---|---|---|---|
ETHV | ERC-20 | 1K | -- | -- | |
DGMT | ERC-20 | 6 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10739494 | 4 years ago | | | 0 | 0.0026726040 | |
| 10624756 | 4 years ago | | | 0 | 0.0027285300 | |
| 10620821 | 4 years ago | | | 0 | 0.0043722990 | |
| 10620757 | 4 years ago | | | 0 | 0.0047501520 | |
| 10619352 | 4 years ago | | | 0 | 0.0021873951 | |
| 10619347 | 4 years ago | | | 0 | 0.0072070515 | |
| 10616244 | 4 years ago | | | 0 | 0.0017540550 | |
| 10616240 | 4 years ago | | | 0 | 0.0025364490 | |
| 10615846 | 4 years ago | | | 0 | 0.0026989500 | |
| 10615435 | 4 years ago | | | 0 | 0.0018320130 |
ABI
ABI objects
Getter at block 21290242
decimals() view returns (uint8)
18
ethvToken() view returns (address)
0xeeeeeeeee2af8d0e1940679860398308e0ef24d6
name() view returns (string)
Ethverse Lockups
owner() view returns (address)
0x463fe3165396cba43dd4c152f3c877525f0357c1
symbol() view returns (string)
ETHVL
totalSupply() view returns (uint256)
0
unlockTime() view returns (uint256)
1596808800
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)
extendLockTime(uint256 _time)
mintTokens(address _to, 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.