This contract is being backfilled. You may encounter incomplete storage history.

TetherToken

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x4b5b678f at 11016138
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 43 additional slots
-
variable spans 48 additional slots

No balances found for "TetherToken"

No transactions found for "TetherToken"


Functions
Getter at block 20792472
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)
State-modifying
addPrivilegedContract(address _trustedDeFiContract
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
redeem(uint256 _amount
removeFromBlockedList(address _user
removePrivilegedContract(address _trustedDeFiContract
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
NewPrivilegedContract(address indexed _contract
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Redeem(uint256 _amount
RemovedPrivilegedContract(address indexed _contract
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.