ETHPlus
Verified contract
Active on
Ethereum with 22,937 txns
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 |
---|---|---|---|---|---|
ETHP | ERC-20 | 10.351532 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21074997 | 12 days ago | | | 0 | 0.00031738489 | |
| 21053784 | 15 days ago | | | 0 | 0.00021867780 | |
| 20697646 | 2 months ago | | | 0 | 0.000081687588 | |
| 20490131 | 3 months ago | | | 0 | 0.00015498019 | |
| 19757930 | 6 months ago | | | 0 | 0.00021595818 | |
| 19162980 | 9 months ago | | | 0 | 0.0014076902 | |
| 19033676 | 10 months ago | | | 0 | 0.0016377910 | |
| 18725419 | a year ago | | | 0 | 0.0017084207 | |
| 18663600 | a year ago | | | 0 | 0.0022648591 | |
| 18554339 | a year ago | | | 0 | 0.00096002496 |
ABI
ABI objects
Getter at block 21162964
decimals() view returns (uint8)
18
name() view returns (string)
ETHPlus
symbol() view returns (string)
ETHP
totalSupply() view returns (uint256)
19999999999999998099999901
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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(string name, string symbol, uint8 decimals, uint256 totalSupply, address feeReceiver, address tokenOwnerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.