AssetPairManagerV2
Verified contract
Active on
Ethereum with 89 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf551…20c8
0x9622…4021
0xfc2e…d69e
0xb647…9525
Balances ($0.00)
No balances found for "AssetPairManagerV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12134114 | 4 years ago | | | 0 | 0.17628684 | |
| 12133531 | 4 years ago | | | 0 | 0.014765781 | |
| 12091459 | 4 years ago | | | 0 | 0.21198885 | |
| 12090901 | 4 years ago | | | 0 | 0.034979206 | |
| 11990776 | 4 years ago | | | 0 | 0.14709749 | |
| 11990235 | 4 years ago | | | 0 | 0.012148757 | |
| 11987758 | 4 years ago | | | 0 | 0.013013095 | |
| 11907432 | 4 years ago | | | 0 | 1.1200496 | |
| 11906784 | 4 years ago | | | 0 | 0.026935159 | |
| 11741074 | 4 years ago | | | 0 | 0.020574185 |
ABI
ABI objects
Getter at block 21384995 canConfirmPropose() view returns (bool) canInitialPropose() view returns (bool)
allocationDenominator() view returns (uint256)
100
allocator() view returns (address)
0x96229984a079e2701135928502755000afb34021
baseAssetAllocation() view returns (uint256)
100
bearishBaseAssetAllocation() view returns (uint256)
0
bullishBaseAssetAllocation() view returns (uint256)
100
core() view returns (address)
0xf55186cc537e7067ea616f2aae007b4427a120c8
isOwner() view returns (bool)
false
liquidatorData() view returns (bytes)
0x000000000000000000000000000000000000000000013da329b63364718000000000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0xf8523c551763fe4261a28313015267f163de7541
rebalancingSetToken() view returns (address)
0xb647a1d7633c6c4d434e22ee9756b36f2b219525
recentInitialProposeTimestamp() view returns (uint256)
1617012840
signalConfirmationMaxTime() view returns (uint256)
14400
signalConfirmationMinTime() view returns (uint256)
7200
timeLockPeriod() view returns (uint256)
432000
trigger() view returns (address)
0xfc2e9fc2dfd44d08fcaee9142a4b662ff9e9d69e
Read-only
timeLockedUpgrades(bytes32) view returns (uint256)
State-modifying
Events adjustFee(bytes _newFeeCallData)
confirmPropose()
initialPropose()
initialize(address _rebalancingSetToken)
removeRegisteredUpgrade(bytes32 _upgradeHash)
renounceOwnership()
setFeeRecipient(address _newFeeRecipient)
setLiquidator(address _newLiquidator)
setLiquidatorData(bytes _newLiquidatorData)
setTimeLockPeriod(uint256 _timeLockPeriod)
transferOwnership(address newOwner)
InitialProposeCalled(address indexed rebalancingSetToken)
NewLiquidatorDataAdded(bytes newLiquidatorData, bytes oldLiquidatorData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveRegisteredUpgrade(bytes32 indexed _upgradeHash)
UpgradeRegistered(bytes32 indexed _upgradeHash, uint256 _timestamp, bytes _upgradeData)
constructor(address _core, address _allocator, address _trigger, bool _useBullishAllocation, uint256 _allocationDenominator, uint256 _bullishBaseAssetAllocation, uint256[2] _signalConfirmationBounds, bytes _liquidatorData)
This contract contains no fallback and receive objects.
This contract contains no error objects.