UniswapPCVDeposit
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcd3c…351e
0x94b0…a878
Balances ($0.00)
No balances found for "UniswapPCVDeposit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13392688 | 3 years ago | | | 0 | 0.033422148 | |
| 13392686 | 3 years ago | | | 0 | 0.040318505 |
ABI
ABI objects
Getter at block 21221211 readOracle() view returns (struct DecimalD256) resistantBalanceAndFei() view returns (uint256, uint256)
CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x46797b318ce8c2d83979760ef100a5c0fdb980de4b574d6142ce4d0afce307ed
backupOracle() view returns (address)
0x0000000000000000000000000000000000000000
balance() view returns (uint256)
0
balanceReportedIn() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
core() view returns (address)
0x8d5ed43dca8c2f7dfb20cf7b53cc7e593635d7b9
decimalsNormalizer() view returns (int256)
0
doInvert() view returns (bool)
false
fei() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
feiBalance() view returns (uint256)
0
getReserves() view returns (uint256 feiReserves, uint256 tokenReserves)
(feiReserves=1582607688062897647194, tokenReserves=505612288929399729)
liquidityOwned() view returns (uint256)
0
maxBasisPointsFromPegLP() view returns (uint256)
100
oracle() view returns (address)
0xcd3c40ae1256922ba16c7872229385e20bc8351e
pair() view returns (address)
0x94b0a3d511b6ecdb17ebf877278ab030acb0a878
paused() view returns (bool)
false
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
token() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
tribe() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
tribeBalance() view returns (uint256)
0
Read-only
invert(struct DecimalD256 price) pure returns (struct DecimalD256)
isContractAdmin(address _admin) view returns (bool)
State-modifying
Events deposit()
pause()
setBackupOracle(address newBackupOracle)
setContractAdminRole(bytes32 newContractAdminRole)
setCore(address newCore)
setDecimalsNormalizer(int256 newDecimalsNormalizer)
setDoInvert(bool newDoInvert)
setMaxBasisPointsFromPegLP(uint256 _maxBasisPointsFromPegLP)
setOracle(address newOracle)
setPair(address _pair)
unpause()
updateOracle()
withdraw(address to, uint256 amountUnderlying)
withdrawERC20(address token, address to, uint256 amount)
withdrawETH(address to, uint256 amountOut)
BackupOracleUpdate(address indexed oldBackupOracle, address indexed newBackupOracle)
ContractAdminRoleUpdate(bytes32 indexed oldContractAdminRole, bytes32 indexed newContractAdminRole)
CoreUpdate(address indexed oldCore, address indexed newCore)
DecimalsNormalizerUpdate(int256 oldDecimalsNormalizer, int256 newDecimalsNormalizer)
Deposit(address indexed _from, uint256 _amount)
InvertUpdate(bool oldDoInvert, bool newDoInvert)
MaxBasisPointsFromPegLPUpdate(uint256 oldMaxBasisPointsFromPegLP, uint256 newMaxBasisPointsFromPegLP)
OracleUpdate(address indexed oldOracle, address indexed newOracle)
PairUpdate(address indexed oldPair, address indexed newPair)
Paused(address account)
Unpaused(address account)
WithdrawERC20(address indexed _caller, address indexed _token, address indexed _to, uint256 _amount)
WithdrawETH(address indexed _caller, address indexed _to, uint256 _amount)
Withdrawal(address indexed _caller, address indexed _to, uint256 _amount)
constructor(address _core, address _pair, address _router, address _oracle, address _backupOracle, uint256 _maxBasisPointsFromPegLP)
receive()
This contract contains no error objects.