CoverRouter
Verified contract
Active on
Ethereum with 2 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) |
---|---|---|---|---|---|---|---|
| 11371038 | 4 years ago | | | 0 | 0.13311415 | |
| 11370122 | 4 years ago | | | 0 | 0.14335682 |
ABI
ABI objects
Getter at block 21423891
TOTAL_WEIGHT() view returns (uint256)
50000000000000000000
bFactory() view returns (address)
0x9424b1412450d0f8fc2255faf6046b98213b76bd
claimCovTokenWeight() view returns (uint256)
40000000000000000000
claimSwapFee() view returns (uint256)
10000000000000000
noclaimCovTokenWeight() view returns (uint256)
49000000000000000000
noclaimSwapFee() view returns (uint256)
10000000000000000
owner() view returns (address)
0xdd79dc5b781b14ff091686961adc5d47e434f4b0
protocolFactory() view returns (address)
0xedfc81bf63527337cd2193925f9c0cf2d537acca
Read-only
poolForPair(address _covToken, address _pairedToken) view returns (address)
State-modifying
Events createNewPoolForPair(address _covToken, uint256 _covTokenAmount, address _pairedToken, uint256 _pairedTokenAmount) returns (address)
provideLiquidity(address _covToken, uint256 _covTokenAmount, address _pairedToken, uint256 _pairedTokenAmount, bool _addBuffer)
removeLiquidity(address _covToken, address _pairedToken, uint256 _bptAmount)
rollover(address _cover, uint48 _newTimestamp)
rolloverAccount(address _cover, uint48 _newTimestamp, address _account)
setCovTokenWeights(uint256 _claimCovTokenWeight, uint256 _noclaimCovTokenWeight)
setPoolForPair(address _covToken, address _pairedToken, address _newPool)
setPoolsForPairs(address[] _covTokens, address[] _pairedTokens, address[] _newPools)
setSwapFee(uint256 _claimSwapFees, uint256 _noclaimSwapFees)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolSet(address indexed covtoken, address indexed pairedToken, address indexed poolAddr)
constructor(address _protocolFactory, address _bFactory)
This contract contains no fallback and receive objects.
This contract contains no error objects.