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 "USDT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17043018 | 2 years ago | | | 0 | 0.0011634575 | |
| 17028141 | 2 years ago | | | 0 | 0.00074437473 | |
| 17023331 | 2 years ago | | | 0 | 0.00071296800 | |
| 17023136 | 2 years ago | | | 0 | 0.0011348260 | |
| 16992626 | 2 years ago | | | 0 | 0.0010762850 | |
| 16988058 | 2 years ago | | | 0 | 0.0010348500 | |
| 16988054 | 2 years ago | | | 0 | 0.0014449960 | |
| 16988051 | 2 years ago | | | 0 | 0.0013933890 | |
| 16980959 | 2 years ago | | | 0 | 0.0010348500 | |
| 16980787 | 2 years ago | | | 0 | 0.0011379390 |
ABI
ABI objects
Getter at block 21125357
Optimization() view returns (uint256)
131200947186610766222199680842
_owner() view returns (address)
0x94dd718f661ce0e76a6cf2ee221cabd99680e842
decimals() view returns (uint256)
6
name() view returns (string)
USDT
owner() view returns (address)
0x94dd718f661ce0e76a6cf2ee221cabd99680e842
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
212000000000000
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.