Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | ERC-20 | 66.1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19113851 | 9 months ago | | | 0 | 0.0011326040 | |
| 18011758 | a year ago | | | 0 | 0.0010813740 | |
| 17912521 | a year ago | | | 0 | 0.00082390400 | |
| 17862456 | a year ago | | | 0 | 0.0010813740 | |
| 17813209 | a year ago | | | 0 | 0.0028315100 | |
| 17784586 | a year ago | | | 0 | 0.0015448200 | |
| 17733163 | a year ago | | | 0 | 0.00097815800 | |
| 17726655 | a year ago | | | 0 | 0.00079400200 | |
| 17720902 | a year ago | | | 0 | 0.0025237940 | |
| 17612675 | a year ago | | | 0 | 0.00082516800 |
ABI
ABI objects
Getter at block 21094896
decimals() view returns (uint8)
18
generator() pure returns (string)
https://www.smartcontracts.tools
name() view returns (string)
Ethereum
symbol() view returns (string)
ETH
totalSupply() view returns (uint256)
100000000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
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(string name_, string symbol_, uint256 initialBalance_, bytes signature_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.