MORI
Verified contract
Proxy
Active on
Ethereum with 823 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MORI | ERC-20 | 1.843091 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21118534 | 23 days ago | | | 0 | 0.00016400810 | |
| 21118529 | 23 days ago | | | 0 | 0.00014596849 | |
| 21100181 | a month ago | | | 0 | 0.00026337295 | |
| 21070442 | a month ago | | | 0 | 0.00028798635 | |
| 21070354 | a month ago | | | 0 | 0.00031402465 | |
| 20996671 | a month ago | | | 0 | 0.00033253505 | |
| 20919097 | 2 months ago | | | 0 | 0.00041374709 | |
| 20863259 | 2 months ago | | | 0 | 0.00022235806 | |
| 20841905 | 2 months ago | | | 0 | 0.00039411787 | |
| 20840626 | 2 months ago | | | 0 | 0.00038566710 |
ABI
ABI objects
Getter at block 21283750
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
MORI
owner() view returns (address)
0x25469a6a29a536f1b3ecee7b5f5c7d5c88d7c8bb
symbol() view returns (string)
MORI
totalSupply() view returns (uint256)
171692353604789548623650
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
tokenMinter(address) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(address user, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mint(address user, uint256 amount) returns (bool)
renounceOwnership()
setMinter(address[] _contracts, bool[] _bools)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.