MFI_ERC20
Verified contract
Active on
Ethereum with 10,963 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($49,939.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 50K | $0.998782 |
$49,939.1 | |
TetheReward.com | ERC-20 | 800 | -- | -- | |
MFI | ERC-20 | 31.999117 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219776 | 8 days ago | | | 0 | 0.00024022950 | |
| 20977061 | a month ago | | | 0 | 0.00043760623 | |
| 20941235 | 2 months ago | | | 0 | 0.00045519324 | |
| 20760574 | 2 months ago | | | 0 | 0.000074255913 | |
| 20735664 | 2 months ago | | | 0 | 0.00023383678 | |
| 20395129 | 4 months ago | | | 0 | 0.000071071714 | |
| 19941030 | 6 months ago | | | 0 | 0.00053667561 | |
| 19774311 | 7 months ago | | | 0 | 0.0016271250 | |
| 19576475 | 8 months ago | | | 0 | 0.0036454320 | |
| 19568466 | 8 months ago | | | 0 | 0.0040108901 |
ABI
ABI objects
Getter at block 21276451
decimals() view returns (uint8)
18
name() view returns (string)
MFI_ERC20
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xe06b3f9f6ed7e9e81b62a259255fe108d6503686
permit_mode() view returns (bool)
false
symbol() view returns (string)
MFI
totalSupply() view returns (uint256)
411589757530931868842894
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
block_scientist(address tokenOwner) returns (bool success)
issue_token(uint256 token) returns (bool success)
permit_user(address tokenOwner) returns (bool success)
set_permit_mode(bool mode) returns (bool success)
set_trading_burning_mode(address user, uint256 mode) returns (bool success)
set_trading_burning_rate(uint256 rate) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
unblock_scientist(address tokenOwner) returns (bool success)
unpermit_user(address tokenOwner) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(uint256 total)
fallback()
This contract contains no error objects.