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 "Erc20"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20207055 | 5 months ago | | | 0 | 0.00039660094 | |
| 20207054 | 5 months ago | | | 0 | 0.00043018304 | |
| 20207054 | 5 months ago | | | 0 | 0.00043018304 | |
| 20207054 | 5 months ago | | | 0 | 0.00043018304 | |
| 20207054 | 5 months ago | | | 0 | 0.00043018304 | |
| 20207054 | 5 months ago | | | 0 | 0.0039197830 | |
| 20207053 | 5 months ago | | | 0 | 0.00043140579 | |
| 20207053 | 5 months ago | | | 0 | 0.00043140579 | |
| 20207052 | 5 months ago | | | 0 | 0.00041948579 | |
| 20207052 | 5 months ago | | | 0 | 0.00041948579 |
ABI
ABI objects
Getter at block 21268776
decimals() view returns (uint8)
18
launched() view returns (bool)
true
name() view returns (string)
MR9
owner() view returns (address)
0xb8acd1ac1686c102507d4606bff50d07ff339025
symbol() view returns (string)
Mr9
totalSupply() view returns (uint256)
100000000000000000000000000000
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)
launch()
renounceOwnership()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _symbol, string _name, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)