USDT ERC20
Verified contract
Active on
Ethereum with 89 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "USDT ERC20"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13790359 | 3 years ago | | | 0 | 0.0014842555 | |
| 12134832 | 4 years ago | | | 0 | 0.0066556101 | |
| 12076660 | 4 years ago | | | 0 | 0.011429610 | |
| 12011071 | 4 years ago | | | 0 | 0.0053232401 | |
| 12002495 | 4 years ago | | | 0 | 0.0071803792 | |
| 11815426 | 4 years ago | | | 0 | 0.0019702050 | |
| 11815276 | 4 years ago | | | 0 | 0.0069237069 | |
| 11803627 | 4 years ago | | | 0 | 0.0097207993 | |
| 11770996 | 4 years ago | | | 0 | 0.0073194551 | |
| 11756963 | 4 years ago | | | 0 | 0.0027482631 |
ABI
ABI objects
Getter at block 21205225
decimals() view returns (uint256)
18
name() view returns (string)
USDT ERC20
symbol() view returns (string)
TEST-USTD
totalSupply() view returns (uint256)
200000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.