TetherTokenV2

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x658654ed at 19408996
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 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots

No balances found for "TetherTokenV2"

No transactions found for "TetherTokenV2"


Functions
Getter at block 21304734
CANCEL_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0x158b0a9edf7a828aad02f63cd515c68ef2f50ba807396f6d12842833a1597429
DOMAIN_SEPARATOR(view returns (bytes32)
0x4d2716fd2fe0583a70b69056aad59d7188ed0e3c20206d74432277e8547031ef
RECEIVE_WITH_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0xd099cc98ef71107a616c4f0f941f04c322d8e254fe26b3c6668db87aae413de8
TRANSFER_WITH_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
decimals(view returns (uint8)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
authorizationState(address authorizerbytes32 nonceview returns (bool)
balanceOf(address accountview returns (uint256)
isBlocked(addressview returns (bool)
isTrusted(addressview returns (bool)
nonces(address ownerview returns (uint256)
State-modifying
addToBlockedList(address _user
approve(address spenderuint256 amountreturns (bool)
cancelAuthorization(address authorizerbytes32 noncebytes signature
cancelAuthorization(address authorizerbytes32 nonceuint8 vbytes32 rbytes32 s
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
destroyBlockedFunds(address _blockedUser
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(string _namestring _symboluint8 _decimals
mint(address _destinationuint256 _amount
multiTransfer(address[] _recipientsuint256[] _values
permit(address owner_address spenderuint256 valueuint256 deadlinebytes signature
permit(address owner_address spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
receiveWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 noncebytes signature
receiveWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 nonceuint8 vbytes32 rbytes32 s
redeem(uint256 _amount
removeFromBlockedList(address _user
renounceOwnership(
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address _senderaddress _recipientuint256 _amountreturns (bool)
transferOwnership(address newOwner
transferWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 noncebytes signature
transferWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 nonceuint8 vbytes32 rbytes32 s
Events
Approval(address indexed owneraddress indexed spenderuint256 value
AuthorizationCanceled(address indexed authorizerbytes32 indexed nonce
AuthorizationUsed(address indexed authorizerbytes32 indexed nonce
BlockPlaced(address indexed _user
BlockReleased(address indexed _user
DestroyedBlockedFunds(address indexed _blockedUseruint256 _balance
Mint(address indexed _destinationuint256 _amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Redeem(uint256 _amount
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.