Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($20,129.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 20.049581K | $1.001 |
$20,069.63 | |
BiFi | ERC-20 | 25.869194K | $0.002305 |
$59.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155523 | 11 hours ago | | | 0 | 0.00034639009 | |
| 21155317 | 12 hours ago | | | 0 | 0.00067383913 | |
| 21155141 | 12 hours ago | | | 0 | 0.00055009135 | |
| 21155141 | 12 hours ago | | | 0 | 0.00080596171 | |
| 21140782 | 3 days ago | | | 0 | 0.00047099005 | |
| 21139758 | 3 days ago | | | 0 | 0.0010447982 | |
| 21135303 | 3 days ago | | | 0 | 0.00088595676 | |
| 21135199 | 3 days ago | | | 0 | 0.00097961904 | |
| 21134834 | 3 days ago | | | 0 | 0.0014093844 | |
| 21134598 | 3 days ago | | | 0 | 0.00055936751 |
ABI
ABI objects
Getter at block 21158773
decimals() view returns (uint8)
18
name() view returns (string)
BiFi
owner() view returns (address)
0xa76540d1180b22db0b760c34336843506f9828ab
paused() view returns (bool)
false
symbol() view returns (string)
BiFi
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.