Monero(erc20)
Verified contract
Active on
Ethereum with 36 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Monero(erc20)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11201667 | 4 years ago | | | 0 | 0.00086458060 | |
| 11189764 | 4 years ago | | | 0 | 0.00045062306 | |
| 11189651 | 4 years ago | | | 0 | 0.00060232005 | |
| 11189313 | 4 years ago | | | 0 | 0.00040761003 | |
| 11188251 | 4 years ago | | | 0 | 0.00071972940 | |
| 11188242 | 4 years ago | | | 0 | 0.00070162303 | |
| 11188083 | 4 years ago | | | 0 | 0.00065635703 | |
| 11187554 | 4 years ago | | | 0 | 0.00054348003 | |
| 11187232 | 4 years ago | | | 0 | 0.00054348003 | |
| 11184481 | 4 years ago | | | 0 | 0.00081931460 |
ABI
ABI objects
Getter at block 21184297
decimals() view returns (uint256)
18
name() view returns (string)
Monero(erc20)
owner() view returns (address)
0xdf20db836a35f76acbe5cdf29db2152daae93fdc
symbol() view returns (string)
XMRe
totalSupply() view returns (uint256)
185000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value)
transfer(address _recipient, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _totalSupply, string _symbol, string _name, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.