ReceiveBeaconProxy
Verified contract
Proxy
Active on
Ethereum with 11 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb6e5…b7bc
Balances ($875.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FIN | ERC-20 | 1.689577M | $0.000518 |
$875.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18763229 | a year ago | | | 0 | 0.0049251370 | |
| 18226878 | a year ago | | | 0 | 0.0012622454 | |
| 18226870 | a year ago | | | 0 | 0.00086710759 | |
| 18226868 | a year ago | | | 0 | 0.0013686675 | |
| 17983290 | a year ago | | | 0 | 0.0062287897 | |
| 17983283 | a year ago | | | 0 | 0.0065328208 | |
| 17828781 | a year ago | | | 0 | 0.0031115722 | |
| 16915985 | 2 years ago | | | 0 | 0.0097741000 | |
| 16448479 | 2 years ago | | | 0 | 0.024023300 | |
| 15607671 | 2 years ago | | | 0 | 0.0032403119 |
ABI
ABI objects
Getter at block 21214001
ACCURACY() view returns (uint256)
1000000000000000000
COMP_ADDR() view returns (address)
0x0000000000000000000000000000000000000000
ETH_ADDR() view returns (address)
0x000000000000000000000000000000000000000e
INT_UNIT() view returns (uint256)
1000000000000000000
baseToken() view returns (address)
0x054f76beed60ab6dbeb23502178c52d6c5debe40
globalConfig() view returns (address)
0xf4fa92c78420f9a770a5b3eee341a5712b885bb1
maturesOn() view returns (uint256)
1703980800
miningToken() view returns (address)
0x054f76beed60ab6dbeb23502178c52d6c5debe40
paused() view returns (bool)
false
poolId() view returns (uint256)
0
poolRegistry() view returns (address)
0xb6e5e9686a7e0c2716ccdcabc30bfa6ff88ab7bc
version() pure returns (string)
v2.0.0
Read-only
This contract contains no read-only function objects.
State-modifying
Events approveAll(address _token)
borrow(address _token, uint256 _amount)
claim() returns (uint256)
claimForToken(address _token) returns (uint256)
configure(address _baseToken, address _miningToken, uint256 _maturesOn)
deposit(address _token, uint256 _amount) payable
fromCompound(address _token, uint256 _amount)
initialize(address[] _tokenAddresses, address[] _cTokenAddresses, address _globalConfig, address _poolRegistry, uint256 _poolId)
liquidate(address _borrower, address _borrowedToken, address _collateralToken)
pause()
repay(address _token, uint256 _amount) payable
toCompound(address _token, uint256 _amount)
transfer(address _to, address _token, uint256 _amount)
unpause()
withdraw(address _token, uint256 _amount)
withdrawAll(address _token)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Borrow(address indexed token, address from, uint256 amount)
Claim(address from, uint256 amount)
Deposit(address indexed token, address from, uint256 amount)
Initialized(uint8 version)
Liquidate(address liquidator, address borrower, address borrowedToken, uint256 repayAmount, address collateralToken, uint256 payAmount)
Paused(address account)
Repay(address indexed token, address from, uint256 amount)
Transfer(address indexed token, address from, address to, uint256 amount)
Unpaused(address account)
Withdraw(address indexed token, address from, uint256 amount)
WithdrawAll(address indexed token, address from, uint256 amount)
WithdrawCOMP(address beneficiary, uint256 amount)
constructor(address beacon, bytes data)
fallback()
receive()
This contract contains no error objects.