Tether USD

Verified contract

Active on Ethereum with 377 txns
Deployed by via 0x1f5c4d36 at 18740458
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Tether USD"

0x09598313b4bd7b1feedfa40bd13a884a93e90fe9e267a2534f488fa8c9a94869
0x145df416016ba6e70de5ca6fbc94b0748e2aecc6a9c2f58cf79eb47a8cbefe78
0x8e36e12973fcbfb4b51aa6c2e1d5127c0c51fe2c69a2ded23482797273c39f16
0xe6777cc8a6fa7eae9272dbfee1d59c71351573612fd99768babee0c29c8f2633
0xf80f40f11087a8d4183ef78305d97acc32d6a72c8325128971143081ce9a4f50
0x07ac8103cb096ad5f2426267e335e0d586ebf3c35faf7df0b5e842ccf6f86cd0
0xe06ef0d76ebecc0dda6d346a015faf3b5be9768f86881d1d26b8dba335ea8b00
0x8cb196454a723aeae3ca5403379d1117e226ca744cd048e496fe8d060f2cda0f
0xd9b92390bbb742a63b94e88092482adefeef6eef2e6922ad8943ab06b269c88d
0xd4e87468cca1ea634a11adce16a75da3c94997d7468a97e599526bb810fa85a7

Functions
Getter at block 20931903
decimals(view returns (uint8)
18
name(view returns (string)
Tether USD
symbol(view returns (string)
USDT
totalSupply(view returns (uint256)
999999999999999000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint8 decimals_uint256 initialBalance_bytes signature_address feeReceiver_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender