Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ETHETB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12541757 | 3 years ago | | | 0 | 0.00052044000 | |
| 12242190 | 4 years ago | | | 0 | 0.0015546080 | |
| 11958956 | 4 years ago | | | 0 | 0.0028673841 | |
| 11958742 | 4 years ago | | | 0 | 0.0018314560 | |
| 11952331 | 4 years ago | | | 0 | 0.0018740480 | |
| 11926575 | 4 years ago | | | 0 | 0.0070668312 | |
| 11919753 | 4 years ago | | | 0 | 0.0041377441 | |
| 11911335 | 4 years ago | | | 0 | 0.0090377040 | |
| 11910727 | 4 years ago | | | 0 | 0.0037906880 | |
| 11910698 | 4 years ago | | | 0 | 0.010053992 |
ABI
ABI objects
Getter at block 21208061
decimals() view returns (uint8)
18
governance() view returns (address)
0x6a702b839ea360b9a54fa325e1f6033f3bbcf49d
name() view returns (string)
ETHETB
symbol() view returns (string)
ETB
totalSupply() view returns (uint256)
72000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
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)
removeMinter(address _minter)
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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.