Tether USDT
Verified contract
Active on
Ethereum with 99 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 100.689K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18411176 | a year ago | | | 0 | 0.00038229400 | |
| 16668275 | 2 years ago | | | 0 | 0.0010889340 | |
| 16668245 | 2 years ago | | | 0 | 0.0011407880 | |
| 16667963 | 2 years ago | | | 0 | 0.00097311200 | |
| 16631314 | 2 years ago | | | 0 | 0.0012511440 | |
| 16631248 | 2 years ago | | | 0 | 0.0012163900 | |
| 16625127 | 2 years ago | | | 0 | 0.00093337200 | |
| 16624708 | 2 years ago | | | 0 | 0.00062557200 | |
| 16575286 | 2 years ago | | | 0 | 0.0010370800 | |
| 16575200 | 2 years ago | | | 0 | 0.00073008600 |
ABI
ABI objects
Getter at block 21330999
canBurn() view returns (bool)
false
canMint() view returns (bool)
true
decimals() view returns (uint8)
6
name() view returns (string)
Tether USDT
owner() view returns (address)
0x69f93a5d19b80b6cc4827d2ccf2af4d22a373e6a
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
68453108029000000
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.