Mimir Token
Verified contract
Active on
Ethereum with 4,906 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($284.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MIMIR | ERC-20 | 199.149035K | $0.001426 |
$284.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155811 | 15 hours ago | | | 0 | 0.00056385018 | |
| 21135666 | 3 days ago | | | 0 | 0.0016093990 | |
| 21112858 | 7 days ago | | | 0 | 0.00026618723 | |
| 21112791 | 7 days ago | | | 0 | 0.00025515446 | |
| 21048063 | 16 days ago | | | 0 | 0.00028240903 | |
| 21002700 | 22 days ago | | | 0 | 0.00036950257 | |
| 21002695 | 22 days ago | | | 0 | 0.00033194566 | |
| 20998876 | 23 days ago | | | 0 | 0.00046216068 | |
| 20900337 | a month ago | | | 0 | 0.00037321385 | |
| 20897783 | a month ago | | | 0 | 0.00027371424 |
ABI
ABI objects
Getter at block 21160442
decimals() view returns (uint8)
18
name() view returns (string)
Mimir Token
owner() view returns (address)
0x82c29a4b850cd9fab3624b8504d32753aab7d195
symbol() view returns (string)
MIMIR
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.