Hut34 Entropy Token
Verified contract
Active on
Ethereum with 2,623 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 |
---|---|---|---|---|---|
ENTRP | ERC-20 | 10.008K | -- | -- | |
NAVI | ERC-20 | 25 | -- | -- | |
LINO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161884 | 6 days ago | | | 0 | 0.00081492518 | |
| 21006148 | a month ago | | | 0 | 0.00042954873 | |
| 20940591 | a month ago | | | 0 | 0.00060069062 | |
| 20695787 | 2 months ago | | | 0 | 0.000069649595 | |
| 20695782 | 2 months ago | | | 0 | 0.00021344742 | |
| 20531111 | 3 months ago | | | 0 | 0.000073403282 | |
| 20531092 | 3 months ago | | | 0 | 0.00020903074 | |
| 20446773 | 3 months ago | | | 0 | 0.000069489000 | |
| 20415355 | 4 months ago | | | 0 | 0.000065832568 |
ABI
ABI objects
Getter at block 21205222
HUT34_RETAIN() view returns (address)
0x3135f4aca3c1ad4758981500f8db20ebdc5a1cab
HUT34_VEST_ADDR() view returns (address)
0x48757433342056657374696e6700000000000000
HUT34_WALLET() view returns (address)
0xa70d04dc4a64960c40cd2ed2cde36d76ca4edfab
OWNER() view returns (address)
0xda3780cff2ae3a59ae16ec1734deec77a7fd8db2
REPLACES() view returns (address)
0x9901ed1e649c4a77c7fff3dfd446ffe3464da747
TOTAL_TOKENS() view returns (uint256)
100000000
VESTED_PERCENT() view returns (uint256)
20
VESTED_TOKENS() view returns (uint256)
20000000000000000000000000
VESTING_PERIOD() view returns (uint256)
15724800
decimals() view returns (uint8)
18
name() view returns (string)
Hut34 Entropy Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
nextReleaseDate() view returns (uint256)
1592338695
owner() view returns (address)
0xda3780cff2ae3a59ae16ec1734deec77a7fd8db2
symbol() view returns (string)
ENTRP
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _addr) view returns (uint256)
State-modifying
Events acceptOwnership() returns (bool)
approve(address _spender, uint256 _amount) returns (bool)
changeOwner(address _owner) returns (bool)
releaseVested() returns (bool)
transfer(address _to, uint256 _amount) returns (bool)
transferExternalToken(address _kAddr, address _to, uint256 _amount) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool)
transferToMany(address[] _addrs, uint256[] _amounts) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
ChangeOwnerTo(address indexed _to)
ChangedOwner(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
VestingReleased(uint256 _releaseDate)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.