This contract is being backfilled. You may encounter incomplete storage history.

SimpleSettlementProxy

Verified contract

Proxy

Active on Ethereum with 298 txns
Deployed by via 0xaa40801d at 17779594
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "SimpleSettlementProxy"

0xf5f39ff9ceed1ef5673c1462d1e9ac7951e2e704c1e17f8aacf190aa3d858ad5
0x65a4a07e59fcd25729cccc0b196e4b02b6f8c48653cb3ed572acf0f620f6fb2b
0x9230a3546bf10e8ad4d4be4f679f55bd75c3fb5fe1a30967020d42bb7684a12e
0xd09f8c2102e6d60574d5a43b2c81ed457931114123f5f48b521685c7a755e961
0x05fe5b45da504b8fec8b2888a0e2f2c0b9e5103cf36488ab32bbce6cfa91b9f0
0x7ce9c86f25d15e591730ee871f4dad0fff4845347c5572d083e69fd24cfb16c3
0x8751de381d44d4d71d34a7ed5e4c1c841039f679fdbc97a6b8138f91e3016d7e
0x68b20d84b026995b46ecf63b391d3571db8da9724b6cbbb0c5862832efa7acb3
0x03bd56020826fc3d9b121fcd83cb35cd3e432a9c089723648a6f0de1f54ecda9
0x704fb52d4dca650a65f071651097bb3018a6786ae4d15184bd3b0a4d3c3d8027

Functions
Getter at block 21214822
DOMAIN_SEPARATOR(view returns (bytes32)
0x61b79ccd2cfadc7e6f42fedb6ff01ae465d85ddca870b8c1d35405329721ac40
ME_CASH(view returns (address)
0x9c742aef14cc875c49f52bbd4473b35bebad26ae
ME_PHYSICAL(view returns (address)
0x341c281d11677795f1192bf1f7438666909841c8
authority(view returns (address)
0x470f3b37b9b20e13b0a2a5965df6bd3f9640dfb4
owner(view returns (address)
0x06fbd6306c5aa81ffddb4bc8c9253fe05d392730
 
proxiableUUID(view returns (bytes32)
Read-only
noncesUsed(uint256view returns (bool)
unWrapToken(addressview returns (address)
wrapToken(addressview returns (address)
State-modifying
burn(address _marginEngineuint8 _collateralIduint256 _amountstring _recipient
burnOnBehalfOf(address _marginEngineuint8 _collateralIduint256 _amountstring _recipientaddress _onBehalfOf
exercise(uint256 _tokenIduint256 _amountuint8 _collateralIduint256 _collateralAmount
initialize(address _owner
renounceOwnership(
revokeMarginAccountAccess(address _marginEngineaddress[] _subAccounts
setTokenMap(address _token0address _token1
settle(address _marginEnginestruct Bid _bidaddress[] _collateralsuint256[] _amounts
settleBatch(address _marginEnginestruct Bid[] _bidsaddress[] _collateralsuint256[] _amounts
settleBatchFundAdminOnly(address _marginEngineaddress[] _fromaddress[] _tokenuint256[] _amountaddress[] _wrapperstruct BatchExecute[] _batch
settleBatchOnBehalfOf(address _marginEnginestruct Bid[] _bidsaddress[] _collateralsuint256[] _amountsaddress _onBehalfOf
settleOnBehalfOf(address _marginEnginestruct Bid _bidaddress[] _collateralsuint256[] _amountsaddress _onBehalfOf
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(address _marginEngineuint8 _collateralIduint256 _amountuint8 _vbytes32 _rbytes32 _s
withdrawOnBehalfOf(address _marginEngineuint8 _collateralIduint256 _amountuint8 _vbytes32 _rbytes32 _saddress _onBehalfOf
wrap(address _marginEngineaddress _subAccountuint8 _collateralIduint256 _amount
wrapTo(address _marginEngineaddress _subAccountuint8 _fromIdaddress _toTokenuint256 _amountreturns (uint256 amount)
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SettledBid(uint256 nonceaddress indexed vaultaddress indexed counterparty
SettledBids(uint256[] noncesaddress[] vaultsaddress indexed counterparty
TokenMapSet(address indexed token0address token1
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
BadAddress(
BadAmount(
ExpiredBid(
LengthMismatch(
NonceAlreadyUsed(
Unauthorized(