PTokenFactory
Verified contract
Active on
Ethereum with 23 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1135…d83a
Balances ($0.00)
No balances found for "PTokenFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12471429 | 3 years ago | | | 0 | 0.070973760 | |
| 12307183 | 4 years ago | | | 0 | 0.030300722 | |
| 12296079 | 4 years ago | | | 0 | 0.094651264 | |
| 12276959 | 4 years ago | | | 0 | 0.15459400 | |
| 12218480 | 4 years ago | | | 0 | 0.047370444 | |
| 12206979 | 4 years ago | | | 0 | 0.10049478 | |
| 12186435 | 4 years ago | | | 0 | 0.096262652 | |
| 12171044 | 4 years ago | | | 0 | 0.065988650 | |
| 12153876 | 4 years ago | | | 0 | 0.15299715 | |
| 12123680 | 4 years ago | | | 0 | 0.088418280 |
ABI
ABI objects
Getter at block 21228075
controller() view returns (address)
0x36de5bbc618a04c9b471208ef52ee2b1f536e92d
decimals() view returns (uint8)
8
getAdmin() view returns (address)
0x64e2ea753fe3676ca0fc33f11ec5eec8bca6ac8d
initialExchangeRateMantissa() view returns (uint256)
20000000000000000
initialReserveFactorMantissa() view returns (uint256)
100000000000000000
interestRateModel() view returns (address)
0xd47d39a66bb4912d127fbfc1b90884fcb3546137
minUniswapLiquidity() view returns (uint256)
45000000000000000000
oracle() view returns (address)
0x85f6ab4e889bbdd760b61183d3544e77f228d77c
registry() view returns (address)
0x1135270bbb0627e769a7a2e24f2b2c7f14b3d83a
Read-only
reserveIsEnough(address asset) view returns (bool)
State-modifying
Events createPETH(address pETHImplementation_) returns (uint256)
createPPIE(address underlying_, address pPIEImplementation_) returns (uint256)
createPToken(address underlying_) returns (uint256)
setController(address newController) returns (uint256)
setInitialExchangeRateMantissa(uint256 _initialExchangeRateMantissa) returns (uint256)
setInitialReserveFactorMantissa(uint256 _initialReserveFactorMantissa) returns (uint256)
setInterestRateModel(address newInterestRateModel) returns (uint256)
setMinUniswapLiquidity(uint256 minUniswapLiquidity_) returns (uint256)
setOracle(address oracle_) returns (uint256)
setPTokenDecimals(uint256 _decimals) returns (uint256)
Failure(uint256 error, uint256 info, uint256 detail)
PTokenCreated(address newPToken)
constructor(address registry_, uint256 minUniswapLiquidity_, address oracle_, address _controller, address _interestRateModel, uint256 _initialExchangeRateMantissa, uint256 _initialReserveFactorMantissa)
This contract contains no fallback and receive objects.
This contract contains no error objects.