CoverRouter
Verified contract
Active on
Ethereum with 172 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9424…76bd
Balances ($0.00)
No balances found for "CoverRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12137652 | 4 years ago | | | 0 | 0.24897213 | |
| 12091476 | 4 years ago | | | 0 | 0.85539872 | |
| 11969108 | 4 years ago | | | 0 | 0.53330313 | |
| 11969107 | 4 years ago | | | 0 | 0.53330414 | |
| 11968922 | 4 years ago | | | 0 | 0.40129740 | |
| 11935625 | 4 years ago | | | 0 | 0.50690294 | |
| 11916294 | 4 years ago | | | 0 | 0.62306702 | |
| 11904212 | 4 years ago | | | 0 | 0.0088541460 | |
| 11903881 | 4 years ago | | | 0 | 0.76035442 | |
| 11903860 | 4 years ago | | | 0 | 0.76035298 |
ABI
ABI objects
Getter at block 21218791
TOTAL_WEIGHT() view returns (uint256)
50000000000000000000
bFactory() view returns (address)
0x9424b1412450d0f8fc2255faf6046b98213b76bd
claimCovTokenWeight() view returns (uint256)
40000000000000000000
claimSwapFee() view returns (uint256)
3000000000000000
noclaimCovTokenWeight() view returns (uint256)
25000000000000000000
noclaimSwapFee() view returns (uint256)
2000000000000000
owner() view returns (address)
0xdd79dc5b781b14ff091686961adc5d47e434f4b0
protocolFactory() view returns (address)
0xedfc81bf63527337cd2193925f9c0cf2d537acca
Read-only
poolForPair(address _covToken, address _pairedToken) view returns (address)
State-modifying
Events addCoverAndAddLiquidity(address _protocol, address _collateral, uint48 _timestamp, uint256 _amount, address _pairedToken, uint256 _claimPTAmt, uint256 _noclaimPTAmt, bool _addBuffer)
addLiquidity(address _covToken, uint256 _covTokenAmount, address _pairedToken, uint256 _pairedTokenAmount, bool _addBuffer)
createNewPool(address _covToken, uint256 _covTokenAmount, address _pairedToken, uint256 _pairedTokenAmount) returns (address pool)
removeLiquidity(address _covToken, address _pairedToken, uint256 _bptAmount)
rollover(address _cover, uint48 _newTimestamp)
rolloverAndAddLiquidity(address _cover, uint48 _newTimestamp, address _pairedToken, uint256 _claimPTAmt, uint256 _noclaimPTAmt, bool _addBuffer)
setCovTokenWeights(uint256 _claimCovTokenWeight, uint256 _noclaimCovTokenWeight)
setPoolForPair(address _covToken, address _pairedToken, address _newPool)
setPoolsForPairs(address[] _covTokens, address[] _pairedTokens, address[] _newPools)
setSwapFee(uint256 _claimSwapFee, uint256 _noclaimSwapFee)
transferOwnership(address newOwner)
AddLiquidity(address indexed account, address indexed poolAddr)
CovTokenWeightsUpdate(uint256 _oldClaimWeight, uint256 _oldNoclaimWeight, uint256 _newClaimWeight, uint256 _newNoclaimWeight)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolUpdate(address indexed covtoken, address indexed pairedToken, address indexed poolAddr)
RemoveLiquidity(address indexed account, address indexed poolAddr)
RolloverCover(address indexed _account, address _protocol)
SwapFeeUpdate(uint256 _oldClaimSwapFee, uint256 _oldNoclaimSwapFee, uint256 _newClaimSwapFee, uint256 _newNoclaimSwapFee)
constructor(address _protocolFactory, address _bFactory)
This contract contains no fallback and receive objects.
This contract contains no error objects.