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 |
---|---|---|---|---|---|
IETH | ERC-20 | 1.352123 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21184413 | 4 days ago | | | 0 | 0.00083541989 | |
| 20321043 | 4 months ago | | | 0 | 0.00055438680 | |
| 20063022 | 5 months ago | | | 0 | 0.00061880554 | |
| 19945603 | 6 months ago | | | 0 | 0.00019178793 | |
| 19945531 | 6 months ago | | | 0 | 0.00019956044 | |
| 19113120 | 10 months ago | | | 0 | 0.0011481007 | |
| 18684223 | a year ago | | | 0 | 0.0013924600 | |
| 18684222 | a year ago | | | 0 | 0.0014286037 | |
| 18684221 | a year ago | | | 0 | 0.0014093634 | |
| 18684221 | a year ago | | | 0 | 0.0014088086 |
ABI
ABI objects
Getter at block 21210074
decimals() view returns (uint8)
18
name() view returns (string)
IOUETH
owner() view returns (address)
0x8003e04ceecc51f9f7a28fc3578b87e0bdc909ef
supplyCap() view returns (uint256)
100000000000000000000000
symbol() view returns (string)
IETH
totalSupply() view returns (uint256)
31944604219750000000000
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)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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(string name_, string symbol_, uint8 decimal_, address owner_, uint256 supplyCap_)
This contract contains no fallback and receive objects.
This contract contains no error objects.