CoverFeeReceiver
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($300.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 300.425068 | $1.00 |
$300.43 | |
yDAI | ERC-20 | 25.420484 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12065766 | 4 years ago | | | 0 | 0.0047020050 |
ABI
ABI objects
Getter at block 21305459
cover() view returns (address)
0x4688a8b1f292fdab17e9a90c8bc379dc1dbd8713
feeNumToTreasury() view returns (uint256)
0
forge() view returns (address)
0xa921392015eb37c5977c4fd77e14dd568c59d5f8
owner() view returns (address)
0x15957f0ca310d35b2e73fb5070ce44a5b0141ab1
treasury() view returns (address)
0x859eefc267671595d987d0f6589d7771d4877113
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyBack(address _token, address _router, address[] _path, uint256 _maxSwapAmt, uint256 _amountOutMin)
collect(address _token, uint256 _amount)
renounceOwnership()
setFeeNumToTreasury(uint256 _feeNumToTreasury)
setForge(address _forge)
setTreasury(address _treasury)
transferOwnership(address newOwner)
BuyBack(address _token, uint256 _amount)
Collected(address _token, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _cover, address _forge, address _treasury, uint256 _feeNumToTreasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.