ApeTokenHelper
Verified contract
Active on
Ethereum with 596 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ApeTokenHelper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16535817 | 2 years ago | | | 0 | 0.0076521230 | |
| 16535814 | 2 years ago | | | 0 | 0.0068933530 | |
| 16418612 | 2 years ago | | | 0 | 0.0080850240 | |
| 16339243 | 2 years ago | | | 0 | 0.0045542973 | |
| 16316543 | 2 years ago | | | 0 | 0.0052800747 | |
| 16280957 | 2 years ago | | | 0 | 0.0044114248 | |
| 16163478 | 2 years ago | | | 0 | 0.0065944744 | |
| 16163226 | 2 years ago | | | 0 | 0.0047979839 | |
| 16162326 | 2 years ago | | | 0 | 0.0057986612 | |
| 16161273 | 2 years ago | | | 0 | 0.0050595664 |
ABI
ABI objects
Getter at block 21184193
comptroller() view returns (address)
0xde607fe5cb415d83fe4a976afd97e5daeeaedb07
owner() view returns (address)
0x02ca76e87779412a77ee77c3600d72f68b9ea68c
Read-only
This contract contains no read-only function objects.
State-modifying
Events mint(address apeTokenMint, uint256 mintAmount)
mintBorrow(address apeTokenMint, uint256 mintAmount, address apeTokenBorrow, uint256 borrowAmount)
renounceOwnership()
repay(address apeTokenRepay, uint256 repayAmount)
repayRedeem(address apeTokenRepay, uint256 repayAmount, address apeTokenRedeem, uint256 redeemTokens, uint256 redeemAmount)
seize(address token, uint256 amount)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenSeized(address token, uint256 amount)
constructor(address _comptroller)
This contract contains no fallback and receive objects.
This contract contains no error objects.