TetherToken

Verified contract

Implementation

Active on Ethereum with 2 txns
Deployed by via 0xf9ae7129 at 17310207
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

No balances found for "TetherToken"

0xca9bb36907320cfd6497ddeacc774c2cdf50e6e9eb868b43d6415a8903bd55db
0xcfff72978b1749361fc7eb22143aa3bf22718d1308b8c52aa232e20c576a00bf

Functions
Getter at block 21295381
DOMAIN_SEPARATOR(view returns (bytes32)
0x1737762dabe045f13bc4f9607fff7ac8996b645efd507309ea0327a8c8e2ce1f
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)
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)
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 owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
redeem(uint256 _amount
removeFromBlockedList(address _user
renounceOwnership(
transfer(address _recipientuint256 _amountreturns (bool)
transferFrom(address _senderaddress _recipientuint256 _amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.