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 "Whitelist"
ABI
ABI objects
Getter at block 21282753
addressBook() view returns (address)
0x1e31f2dcbad4dc572004eae6355fb18f9615cbe4
owner() view returns (address)
0x2fcb2fc8dd68c48f406825255b4446edfbd3e140
Read-only
isWhitelistedCallee(address _callee) view returns (bool)
isWhitelistedCollateral(address _collateral) view returns (bool)
isWhitelistedOtoken(address _otoken) view returns (bool)
isWhitelistedProduct(address _underlying, address _strike, address _collateral, bool _isPut) view returns (bool)
State-modifying
Events blacklistCallee(address _callee)
blacklistCollateral(address _collateral)
blacklistOtoken(address _otokenAddress)
blacklistProduct(address _underlying, address _strike, address _collateral, bool _isPut)
renounceOwnership()
transferOwnership(address newOwner)
whitelistCallee(address _callee)
whitelistCollateral(address _collateral)
whitelistOtoken(address _otokenAddress)
whitelistProduct(address _underlying, address _strike, address _collateral, bool _isPut)
CalleeBlacklisted(address indexed _callee)
CalleeWhitelisted(address indexed _callee)
CollateralBlacklisted(address indexed collateral)
CollateralWhitelisted(address indexed collateral)
OtokenBlacklisted(address indexed otoken)
OtokenWhitelisted(address indexed otoken)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProductBlacklisted(bytes32 productHash, address indexed underlying, address indexed strike, address indexed collateral, bool isPut)
ProductWhitelisted(bytes32 productHash, address indexed underlying, address indexed strike, address indexed collateral, bool isPut)
constructor(address _addressBook)
This contract contains no fallback and receive objects.
This contract contains no error objects.