Tether USD
Verified contract
Active on
Ethereum with 190 txns
Balances ($72.40)
Native
Value
$32.43
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.008269 | $3,921.89 |
$32.43 | |
USDT | ERC-20 | 40 | $0.999107 |
$39.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18763661 | a year ago | | | 0 | 0.0071108920 | |
| 18719738 | a year ago | | | 0 | 0.0047092000 | |
| 18276103 | a year ago | | | 0 | 0.00057068000 | |
| 18177690 | a year ago | | | 0 | 0.0010376000 | |
| 18075748 | a year ago | | | 0 | 0.00048692000 | |
| 18044100 | a year ago | | | 0 | 0.0013873118 | |
| 18043388 | a year ago | | | 0 | 0.0013921046 | |
| 18041155 | a year ago | | | 0 | 0.00069582431 | |
| 17963484 | a year ago | | | 0 | 0.0013516459 | |
| 17934578 | a year ago | | | 0 | 0.0014624941 |
ABI
ABI objects
Getter at block 21395344
canBurn() view returns (bool)
false
canMint() view returns (bool)
true
decimals() view returns (uint8)
6
name() view returns (string)
Tether USD
owner() view returns (address)
0x73836a929144ba19897d942cf29b9c6e6c743046
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
66247646985000000
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(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, 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)
constructor(string name_, string symbol_, uint256 supply_, uint8 decimals_, bool canMint_, bool canBurn_, address addr_)
receive()
This contract contains no error objects.