Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x44ab…0e9d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MFER | ERC-20 | 45.41565M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20473373 | 4 months ago | | | 0 | 0.000036060963 | |
| 19829963 | 7 months ago | | | 0 | 0.00022299433 | |
| 19772821 | 7 months ago | | | 0 | 0.00038002367 | |
| 18707801 | a year ago | | | 0 | 0.0011290481 | |
| 18461176 | a year ago | | | 0 | 0.00045634416 | |
| 18455664 | a year ago | | | 0 | 0.00033878138 | |
| 18421040 | a year ago | | | 0 | 0.0037391261 | |
| 18398416 | a year ago | | | 0 | 0.00016348476 | |
| 18398415 | a year ago | | | 0 | 0.00016660475 | |
| 18263988 | a year ago | | | 0 | 0.00072762817 |
ABI
ABI objects
Getter at block 21292626
decimals() view returns (uint8)
18
name() view returns (string)
MFER
owner() view returns (address)
0x24608c0d13e09350d737bedbcd086f458c19c149
symbol() view returns (string)
MFER
totalSupply() view returns (uint256)
777000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
humanVerified(address account) view returns (bool)
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()
setHumanVerificationRequired(bool onOff)
setHumanVerifier(address account)
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 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 supply, address owner, address humanVerifier_)
This contract contains no fallback and receive objects.
This contract contains no error objects.