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 |
---|---|---|---|---|---|
EUM | ERC-20 | 16.178034M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20256176 | 4 months ago | | | 0 | 0.000049009350 | |
| 20256173 | 4 months ago | | | 0 | 0.000071024953 | |
| 20247685 | 4 months ago | | | 0 | 0.00020266000 | |
| 20247685 | 4 months ago | | | 0 | 0.00020266000 | |
| 20238473 | 4 months ago | | | 0 | 0.00054192035 | |
| 20235615 | 4 months ago | | | 0 | 0.00018055779 | |
| 20235208 | 4 months ago | | | 0 | 0.00031732400 | |
| 20235152 | 4 months ago | | | 0 | 0.00031724000 | |
| 20235027 | 4 months ago | | | 0 | 0.00041614160 | |
| 20231592 | 4 months ago | | | 0 | 0.00012217801 |
ABI
ABI objects
Getter at block 21160527
decimals() view returns (uint8)
18
name() view returns (string)
EUM Token
symbol() view returns (string)
EUM
tokenPriceInCents() view returns (uint256)
100000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000000
transactionFeePercentage() view returns (uint256)
1
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
setTokenPriceInCents(uint256 priceInCents)
setTransactionFeePercentage(uint256 feePercentage)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.