Contract address: 0xdAC17F958D2ee523a2206206994597C13D831ec7
-
YES
-
NO
Source code of the contract is readable on Etherscan.
-
YES*
-
NO
Contract does not exactly implements
IERC20
interface, the differences are in functionstransfer
,transferFrom
andapprove
(should return bool),
-
YES
-
NO*
It is not a proxy contract but it is possible to change this contract bussines logic by contract owner.
-
YES
-
NO
Current owner is able to renounce ownership to antoher address.
-
YES*
-
NO
We have here a
issue
function which allows minting.
-
YES
-
NO
We have here a
redeem
function which allows burning, additionaly it is also possible to burn funds from any blacklisted address.
-
YES
-
NO
Contract owner is able to pause the contract. This address is managed by multisig.
-
YES
-
NO
There is no list with privileged addresses in smart contract.
-
YES
-
NO
There is a list with blocked addresses in smart contract. Contract owner is able to add any address to blacklist.
-
YES
-
NO
This contract was made and implemented from scratch.
-
DEX
-
CEX
-
TornadoCash
-
External account
The owner address is Bitfinex multisig wallet.
-
contract (multisig, dao)
-
external address
Contract owner is multisig. As the time of writing contract has
5
owners and it is required to use at least3
to sign a transactions.
-
YES
-
NO
Current owner not deployed this contract on the Ethereum blockchain. Deployer is also related with Bitfinex exchange
-
YES
-
NO
Keys are assigned to multisig owner contract.
-
YES
-
NO
Uniswap: $USDT
Pool: USDT/ETH
DexTools: $USDT USDT/ETH
-
YES
-
NO
UniCrypt: Not locked USDT/ETH
Team Finance: Not locked USDT/ETH
-
YES
-
NO
-
YES
-
NO
Contract owner is able to enable transaction fees
// additional variables for use if transaction fees ever became necessary
uint public basisPointsRate = 0;
uint public maximumFee = 0;