DPPOracleAdmin
Verified contract
Active on
Base with 106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DPPOracleAdmin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3033242 | a year ago | | | 0 | 0.000000015524002026 | |
| 3029512 | a year ago | | | 0 | 0.0000050878000 | |
| 3021786 | a year ago | | | 0 | 0.0000050878000 | |
| 3021658 | a year ago | | | 0 | 0.0000050890000 | |
| 3019683 | a year ago | | | 0 | 0.0000050878000 | |
| 3019581 | a year ago | | | 0 | 0.0000050890000 | |
| 3019518 | a year ago | | | 0 | 0.0000050878000 | |
| 3019380 | a year ago | | | 0 | 0.0000050890000 | |
| 3019283 | a year ago | | | 0 | 0.0000050878000 | |
| 3019181 | a year ago | | | 0 | 0.0000050890000 |
ABI
ABI objects
Getter at block 22039463
_DODO_APPROVE_PROXY_() view returns (address)
0x6de4d882a84a98f4ccd5d33ea6b3c99a07babeb1
_DPP_() view returns (address)
0x1172035a744ea18161497e94f0bbce244d51de9f
_FREEZE_TIMESTAMP_() view returns (uint256)
0
_NEW_OWNER_() view returns (address)
0x0000000000000000000000000000000000000000
_OPERATOR_() view returns (address)
0xe66eb681394e6ca9e9d2e3dc2d05f5a683439894
_OWNER_() view returns (address)
0xe66eb681394e6ca9e9d2e3dc2d05f5a683439894
version() pure returns (string)
DPPOracle Admin 1.1.1
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeOracle(address newOracle)
claimOwnership()
disableOracle(uint256 newI)
enableOracle()
init(address owner, address dpp, address operator, address dodoApproveProxy)
initOwner(address newOwner)
reset(address operator, uint256 newLpFeeRate, uint256 newI, uint256 newK, uint256 baseOutAmount, uint256 quoteOutAmount, uint256 minBaseReserve, uint256 minQuoteReserve) returns (bool)
retrieve(address to, address token, uint256 amount)
setFreezeTimestamp(uint256 timestamp)
setOperator(address newOperator)
sync()
transferOwnership(address newOwner)
tuneParameters(uint256 newLpFeeRate, uint256 newI, uint256 newK, uint256 minBaseReserve, uint256 minQuoteReserve) returns (bool)
tunePrice(uint256 newI, uint256 minBaseReserve, uint256 minQuoteReserve) returns (bool)
OwnershipTransferPrepared(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.