Magic Internet Money
Verified contract
Active on
Base with 26,668 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$BOON | ERC-20 | 9.482374M | $0.00 |
$2.26 | |
TKN | ERC-20 | 43.64176 | $0.028177 |
$1.23 | |
SEXY | ERC-20 | 2.024858 | $0.203202 |
$0.41 | |
ETHO | ERC-20 | 10 | $0.009834 |
$0.1 | |
MIM | ERC-20 | 0.044055 | $0.994681 |
$0.04 | |
PEEZY | ERC-20 | 1.2 | $0.009926 |
$0.01 | |
DEUS | ERC-20 | 0.00002 | $21.03 |
$0 | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
POKE | ERC-20 | 1M | -- | -- | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22737263 | 8 hours ago | | | 0 | 3.5080666e-7 | |
| 22737198 | 8 hours ago | | | 0 | 3.5699541e-7 | |
| 22737151 | 8 hours ago | | | 0 | 3.5329648e-7 | |
| 22737094 | 8 hours ago | | | 0 | 1.9859688e-7 | |
| 22737078 | 8 hours ago | | | 0 | 3.4956138e-7 | |
| 22737056 | 8 hours ago | | | 0 | 3.5070922e-7 | |
| 22737035 | 8 hours ago | | | 0 | 0.000000201897923180 | |
| 22684476 | 2 days ago | | | 0 | 3.3563747e-7 | |
| 22682893 | 2 days ago | | | 0 | 8.2427730e-7 | |
| 22682356 | 2 days ago | | | 0 | 6.3652993e-7 |
ABI
ABI objects
Getter at block 22751022
DOMAIN_SEPARATOR() view returns (bytes32)
0xadef779444295a84a0ce4478c2296b05214cc2cf3218c4e85d407b3fae445680
decimals() view returns (uint8)
18
name() view returns (string)
Magic Internet Money
owner() view returns (address)
0xf657de126f9d7666b5ffe4756ccd9eb393d86a92
symbol() view returns (string)
MIM
totalSupply() view returns (uint256)
10952773478420000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
operators(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount) returns (bool)
mint(address to, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setOperator(address operator, bool status)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
OperatorChanged(address indexed arg0, bool arg1)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address _owner, string name_, string symbol_, uint8 decimals_)
This contract contains no fallback and receive objects.
NotAllowedOperator()