Habitat Token
Verified contract
Active on
Ethereum with 3,564 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Habitat Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21088383 | 23 days ago | | | 0 | 0.00041095426 | |
| 21033058 | a month ago | | | 0 | 0.00024967177 | |
| 21004412 | a month ago | | | 0 | 0.00021989812 | |
| 20597578 | 3 months ago | | | 0 | 0.000026543405 | |
| 20594805 | 3 months ago | | | 0 | 0.000031362500 | |
| 20522785 | 3 months ago | | | 0 | 0.000044897868 | |
| 20517695 | 3 months ago | | | 0 | 0.000097559751 | |
| 20495076 | 3 months ago | | | 0 | 0.000027923261 | |
| 20495075 | 3 months ago | | | 0 | 0.000027633376 | |
| 20464850 | 4 months ago | | | 0 | 0.00029309204 |
ABI
ABI objects
Getter at block 21255567
DOMAIN_SEPARATOR() view returns (bytes32 ret)
0x779b979c1ce4c733450c0d419a833f5f66cc0467d751e1ce2c31502052ace8e0
decimals() view returns (uint8)
10
name() view returns (string)
Habitat Token
symbol() view returns (string)
HBT
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address to, uint256 amount, bytes data) returns (bytes)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverLostTokens(address token)
redeemPermitAndCall(address to, bytes permitData, bytes data) returns (bytes)
transfer(address to, uint256 amount) returns (bool)
transferAndCall(address to, uint256 amount, bytes data) returns (bytes)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.