Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 7.32703 | $0.998877 |
$7.32 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288677 | 21 days ago | | | 0 | 0.00025403763 | |
| 21214010 | a month ago | | | 0 | 0.00054695642 | |
| 21208322 | a month ago | | | 0 | 0.00054856360 | |
| 21208311 | a month ago | | | 0 | 0.00061087529 | |
| 21208298 | a month ago | | | 0 | 0.00056967086 | |
| 21208279 | a month ago | | | 0 | 0.00062118232 | |
| 21111347 | 2 months ago | | | 0 | 0.00011157843 | |
| 21069897 | 2 months ago | | | 0 | 0.00017080999 | |
| 21012194 | 2 months ago | | | 0 | 0.00026264102 | |
| 20977796 | 2 months ago | | | 0 | 0.00043421953 |
ABI
ABI objects
Getter at block 21442081
decimals() view returns (uint8)
18
name() view returns (string)
BITPIF
symbol() view returns (string)
BPF
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalSupply, address _beneficiary)
This contract contains no fallback and receive objects.
This contract contains no error objects.