Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 96.35268K | -- | -- | |
USDT | ERC-20 | 15.909K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20408522 | 5 months ago | | | 0 | 0.000029683000 | |
| 20408436 | 5 months ago | | | 0 | 0.00017094700 | |
| 20408436 | 5 months ago | | | 0 | 0.000029707000 | |
| 20086286 | 6 months ago | | | 0 | 0.00021487200 | |
| 19828419 | 7 months ago | | | 0 | 0.00046795000 | |
| 19825539 | 7 months ago | | | 0 | 0.00046424700 | |
| 19825137 | 7 months ago | | | 0 | 0.00046424700 | |
| 19818325 | 7 months ago | | | 0 | 0.00046424700 | |
| 19588804 | 8 months ago | | | 0 | 0.00077392500 | |
| 19400664 | 9 months ago | | | 0 | 0.0030992003 |
ABI
ABI objects
Getter at block 21403687
Optimization() view returns (uint256)
13120078153413387739725179632
_owner() view returns (address)
0x7b8f15adde341fb3387a7ab39a7a251796d3beb2
decimals() view returns (uint256)
6
name() view returns (string)
USDT
owner() view returns (address)
0x7b8f15adde341fb3387a7ab39a7a251796d3beb2
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
2454542481000000
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)
recoverERC20(address tokenAddress, uint256 tokenAmount)
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(string name_, string symbol_, uint256 decimals_, uint256 initialBalance_, address tokenOwner, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.