Tether USD
Verified contract
Active on
Ethereum with 218 txns
Balances ($0.00)
No balances found for "Tether USD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19897282 | 6 months ago | | | 0 | 0.00018714203 | |
| 18525814 | a year ago | | | 0 | 0.0010474918 | |
| 18523313 | a year ago | | | 0 | 0.0012115171 | |
| 17879030 | a year ago | | | 0 | 0.0012906020 | |
| 17878875 | a year ago | | | 0 | 0.0017642600 | |
| 17871785 | a year ago | | | 0 | 0.0013150600 | |
| 17779234 | a year ago | | | 0 | 0.0018850007 | |
| 17779212 | a year ago | | | 0 | 0.0012341947 | |
| 17671872 | a year ago | | | 0 | 0.0016489900 | |
| 17515828 | a year ago | | | 0 | 0.0012354617 |
ABI
ABI objects
Getter at block 21226814
canBurn() view returns (bool)
true
canMint() view returns (bool)
true
decimals() view returns (uint8)
18
name() view returns (string)
Tether USD
owner() view returns (address)
0x5d3b4db752797861a6e149139982439ff95620fa
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
1000000000000000000000000000000
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.