MRNToken
Verified contract
Active on
Ethereum with 40,802 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MRN | ERC-20 | 20.9 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12645423 | 3 years ago | | | 0 | 0.00045632540 | |
| 12627219 | 3 years ago | | | 0 | 0.00055734400 | |
| 12607376 | 3 years ago | | | 0 | 0.00094051800 | |
| 12585505 | 3 years ago | | | 0 | 0.00045284200 | |
| 12585088 | 3 years ago | | | 0 | 0.00083949940 | |
| 12575473 | 3 years ago | | | 0 | 0.00061286720 | |
| 12528313 | 3 years ago | | | 0 | 0.00097535200 | |
| 12528309 | 3 years ago | | | 0 | 0.00097535200 | |
| 12428488 | 3 years ago | | | 0 | 0.0044239180 | |
| 12423222 | 3 years ago | | | 0 | 0.0070016340 |
ABI
ABI objects
Getter at block 21157332
decimals() view returns (uint256)
18
name() view returns (string)
MRNToken
symbol() view returns (string)
MRN
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(uint256 amount)
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.