Balances ($0.00)
No balances found for "Tether"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21184152 | 21 days ago | | | 0 | 0.0020887502 | |
| 21150157 | 25 days ago | | | 0 | 0.00054075349 | |
| 21127774 | a month ago | | | 0 | 0.00061547638 | |
| 21062009 | a month ago | | | 0 | 0.00031871204 | |
| 21046746 | a month ago | | | 0 | 0.00029076758 | |
| 20995544 | 2 months ago | | | 0 | 0.00047549599 | |
| 20921467 | 2 months ago | | | 0 | 0.0020064131 | |
| 20664628 | 3 months ago | | | 0 | 0.00069752989 | |
| 20664597 | 3 months ago | | | 0 | 0.0010232359 | |
| 19127978 | 10 months ago | | | 0 | 0.00095777240 |
ABI
ABI objects
Getter at block 21332105
canBurn() view returns (bool)
false
canMint() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
Tether
owner() view returns (address)
0xfcc72d95505f635016438f88e09bc8a461c16f15
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
10000000000000000000000000000
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.