Tether USD

Unverified contract

Proxy

Active on Base with 7 txns
Deployed by via 0xfed8debf at 2159926
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots

No balances found for "Tether USD"

0xb70e93b036442cfca14861398afb9c6e9f8f06c3a323529b42b6432e1ea0f6c3
0xf3866be1052abdd3fe104c1d8d2361d9e423b27640c4459a75bf3ee172942f02
0x63c9241b9148b570625a298dfe2ced885e8c0ba99eeac4f0608d04183d758b1a
0x689a72179edb2d6462b1b640139d6f461cb0be71503a11e170680ec4b42fe4b9
0x6bfa370e051e53aa3f1e9b393d2f814b011b01af7a0473460e272bd65200fa15
0x5679c27eb8ef79a6ad008df46d4a319d61129e55eaa15c150efa04edfc9eef68
0x5728b98003816ae3273b98411f786c1945d315df8bbb8dd30a60632733609f61

Functions
Getter at block 23773208
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32)
0x4b125017664a97062d66426195e8720ae4d86e100a82ff345a55f60ff71016c5
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
PERMIT_TYPEHASH(view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals(view returns (uint8)
6
name(view returns (string)
Tether USD
paused(view returns (bool)
false
symbol(view returns (string)
USDT
totalSupply(view returns (uint256)
5491572
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
nonces(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 _amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(string name_string symbol_uint8 decimals_address adminaddress[] minters
mint(address _receiveruint256 _amount
pause(
permit(address _owneraddress _spenderuint256 _valueuint256 _deadlineuint8 _vbytes32 _rbytes32 _s
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
MinterBadRole(
PauserBadRole(