Ethereum Money
Verified contract
Active on
Ethereum with 19,719 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 |
---|---|---|---|---|---|
SUSHI | ERC-20 | 0.195678 | $1.096 |
$0.21 | |
EMPRO | ERC-20 | 7.5B | -- | -- | |
ERC-20 | 88.888888M | -- | -- | ||
ERC-20 | 21M | -- | -- | ||
ERC-20 | 7.777777M | -- | -- | ||
ERC-20 | 8.889K | -- | -- | ||
PCW | ERC-20 | 1.171K | -- | -- | |
USDG | ERC-20 | 20 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21111164 | 20 days ago | | | 0 | 0.000092697606 | |
| 21111160 | 20 days ago | | | 0 | 0.000089814291 | |
| 21111151 | 20 days ago | | | 0 | 0.000094954440 | |
| 21111146 | 20 days ago | | | 0 | 0.000092568023 | |
| 21111144 | 20 days ago | | | 0 | 0.000094770752 | |
| 21098256 | 22 days ago | | | 0 | 0.000092521791 | |
| 21098254 | 22 days ago | | | 0 | 0.000089622495 | |
| 21098248 | 22 days ago | | | 0 | 0.000096442295 | |
| 21098246 | 22 days ago | | | 0 | 0.00014711055 | |
| 20866596 | 2 months ago | | | 0 | 0.0028485600 |
ABI
ABI objects
Getter at block 21256428
decimals() view returns (uint8)
2
name() view returns (string)
Ethereum Money
symbol() view returns (string)
ETHMNY
totalSupply() view returns (uint256)
66600000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
approveAndCustomCall(address _spender, uint256 _value, bytes _extraData, bytes4 _customFunction) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transfer(address _to, uint256 _value, bytes _data, string _custom_fallback) returns (bool success)
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)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.