Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($439.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 430 | $0.9993 |
$429.7 | |
MoFi | ERC-20 | 4.572183K | $0.002039 |
$9.32 | |
BBANK | ERC-20 | 5.944517K | $0.000097 |
$0.58 | |
MOAR | ERC-20 | 10M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149434 | 2 days ago | | | 0 | 0.00031977119 | |
| 21142591 | 2 days ago | | | 0 | 0.00056139776 | |
| 21140923 | 3 days ago | | | 0 | 0.00043862330 | |
| 21102163 | 8 days ago | | | 0 | 0.00014947910 | |
| 21099550 | 8 days ago | | | 0 | 0.00012111000 | |
| 21095069 | 9 days ago | | | 0 | 0.00025222247 | |
| 21068270 | 13 days ago | | | 0 | 0.00054844615 | |
| 21037703 | 17 days ago | | | 0 | 0.00043267876 | |
| 21015018 | 20 days ago | | | 0 | 0.00066215453 | |
| 21007038 | 21 days ago | | | 0 | 0.00070076107 |
ABI
ABI objects
Getter at block 21160441
decimals() view returns (uint8)
18
name() view returns (string)
MobiFi
owner() view returns (address)
0x7656aec0f9778c1445c77df7775bca3e305b4ae0
symbol() view returns (string)
MoFi
totalSupply() view returns (uint256)
150000000000000000000000000
Read-only
Minter(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events AddMinter(address _minter)
RemoveMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
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(address _masterAddress, uint256 _preMintAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.