Miraqle Defi
Verified contract
Active on
Ethereum with 146 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Miraqle Defi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18247964 | a year ago | | | 0 | 0.00033662273 | |
| 15543181 | 2 years ago | | | 0 | 0.00028441563 | |
| 15305342 | 2 years ago | | | 0 | 0.0015345673 | |
| 13753475 | 3 years ago | | | 0 | 0.0047947907 | |
| 13280797 | 3 years ago | | | 0 | 0.0026308317 | |
| 13247953 | 3 years ago | | | 0 | 0.0023943723 | |
| 13209818 | 3 years ago | | | 0 | 0.0023436521 | |
| 13209638 | 3 years ago | | | 0 | 0.0048304648 | |
| 13120373 | 3 years ago | | | 0 | 0.0023817736 | |
| 13110822 | 3 years ago | | | 0 | 0.0070735626 |
ABI
ABI objects
Getter at block 21395919
decimals() view returns (uint8)
18
name() view returns (string)
Miraqle Defi
owner() view returns (address)
0xb2d1c11ac37372aae9261a16ac82b4680cab8149
symbol() view returns (string)
QFI
totalSupply() view returns (uint256)
2000000000000000000000000
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)
mint(address _to, 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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.