Skip to content

Latest commit

 

History

History
134 lines (87 loc) · 4.24 KB

2021-06-12-PAX.md

File metadata and controls

134 lines (87 loc) · 4.24 KB

PAX

Contract address: 0x8E870D67F660D95d5be530380D0eC0bd388289E1

1. Contract:

1.1 Is verified on Etherscan?

  • YES
  • NO

Source code of the contract is readable on Etherscan.

1.2 Is ERC-20 compatible?

  • YES
  • NO

1.3 It is a proxy contract?

  • YES
  • NO

It is possible to change this contract bussines logic without changing contract address. Current implementation address 0x86Eee0422322710866aF89E9cAe3F7383d55310a.

1.4 Allow for renounce ownership?

  • YES
  • NO

Current owner is able to renounce ownership to antoher address, there are 3 functions to allow this process proposeOwner, disregardProposeOwner, claimOwnership.

1.5 Allow minting?

  • YES
  • NO

We have here a supplyController role function which allows minting. As the time of writing address 0x51E15804cF7fF061410193512b499F071ecF9c4b is in this role.

This address is an external account managed by private key only.

1.6 Allow burning?

  • YES
  • NO

We have here a supplyController role function which allows minting. As the time of writing address 0x51E15804cF7fF061410193512b499F071ecF9c4b is in this role.

This address is an external account managed by private key only.

1.7 Is pauseable?

  • YES
  • NO

Contract owner is able to use pause and unpause functions from the contract. This address is the same as one which is holding supplyController role.

1.8 Is some kind of whitelist present?

  • YES
  • NO

There is no list with privileged addresses in smart contract.

1.9 Is some kind of blacklist present?

  • YES
  • NO

Address with assetProtectionRole role is able to use freeze and unfreeze functions from the contract. As the time of writing this address it not set.

1.10 It is generated contract?

  • YES
  • NO

This contract was made and implemented from scratch.

1.11 How contract was funded (DEX, CEX, TornadoCash etc.)?

  • DEX
  • CEX
  • TornadoCash
  • External account

2. Owner:

2.1 It is a contract or external address?

  • contract (multisig, dao)
  • external address

Centralized management, that can possess risks..

Owner: 0x51E15804cF7fF061410193512b499F071ecF9c4b

2.2 Is deployer of this contract?

  • YES
  • NO

Current owner deployed this contract on the Ethereum blockchain.

Deployer: 0x51E15804cF7fF061410193512b499F071ecF9c4b

2.3 Are management keys burnt?

  • YES
  • NO

Keys are assigned to contract owner.

3. Liquidity:

3.1 Available on Uniswap?

  • YES
  • NO

Uniswap: $PAX

Pool: PAX/ETH

DexTools: $PAX PAX/ETH

3.2 Is locked (TeamFinance, UniCrypt)?

  • YES
  • NO

UniCrypt: Not locked PAX/ETH

Team Finance: Not locked PAX/ETH

4. Holders:

4.1 Is Uniswap first?

  • YES
  • NO

4.2 Is owner a main holder?

  • YES
  • NO

$PAX tokens.

5. Additional info:

Interesting additional info about Paxos Standard smart contracts available at pax-contracts repository.