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 "MRT1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10018019 | 5 years ago | | | 0 | 0.00041069430 | |
| 10017913 | 5 years ago | | | 0 | 0.00059720101 | |
| 9765771 | 5 years ago | | | 0 | 0.00051093900 | |
| 9765756 | 5 years ago | | | 0 | 0.00051078300 | |
| 9765739 | 5 years ago | | | 0 | 0.00051093900 | |
| 9765722 | 5 years ago | | | 0 | 0.00051093900 | |
| 9745709 | 5 years ago | | | 0 | 0.00051109500 | |
| 9733344 | 5 years ago | | | 0 | 0.00031593900 | |
| 9733272 | 5 years ago | | | 0 | 0.00081454507 | |
| 9733047 | 5 years ago | | | 0 | 0.00054303000 |
ABI
ABI objects
Getter at block 21162315
INITIAL_SUPPLY() view returns (uint256)
10000000000
decimals() view returns (uint8)
18
name() view returns (string)
MRT1
owner() view returns (address)
0xd3f61cdfe310290c1ac1d638bbb368a928b79d83
paused() view returns (bool)
false
symbol() view returns (string)
MRT1
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blacklist(address) view returns (bool)
keys(address) view returns (string)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
register(string _key)
renounceOwnership()
setBlacklist(address _address, bool _bool)
setBlacklistBulk(address[] _addresses, bool _bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Register(address _address, string _key)
SetBlacklist(address indexed _address, bool _bool)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.